Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
image_modifikations [2015/10/18 14:12] admin |
image_modifikations [2016/01/28 16:45] (current) admin [Arduino] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ---- | + | ===== Embedded Artist Image Modifications |
| - | **Embedded Artist Image Modifications** | + | |
| - | ---- | + | |
| - | These modifications work with the Raspberry Pi B+, too. | + | These modifications work with the Raspberry Pi B and B+. |
| - | Download and burn the Raspbian Wheezy 2014-09-09 Image.\\ | + | Download and burn the Raspbian Wheezy 2014-09-09 Image:\\ |
| - | [[http:// | + | [[https:// |
| Boot you Rasperry Pi and log in...\\ | Boot you Rasperry Pi and log in...\\ | ||
| - | user: Pi\\ | + | user: pi\\ |
| pass: raspberry\\ | pass: raspberry\\ | ||
| ... and make an update:\\ | ... and make an update:\\ | ||
| $ sudo apt-get update | $ sudo apt-get update | ||
| - | \\ | + | $ sudo apt-get upgrade |
| ---- | ---- | ||
| Line 37: | Line 35: | ||
| $ passwd | $ passwd | ||
| - | The passwd command allows you to change your password, you will be prompted for your old password, then you new password twice. The password is " | + | The passwd command allows you to change your password, you will be prompted for your old password, then you new password twice. |
| 4. Reboot: | 4. Reboot: | ||
| $ sudo reboot | $ sudo reboot | ||
| - | \\ | ||
| ---- | ---- | ||
| - | ==== Scrips | + | ==== Script |
| Install the Shutdown/ | Install the Shutdown/ | ||
| Line 69: | Line 66: | ||
| write before exit 0: | write before exit 0: | ||
| # run reset and shutdown script | # run reset and shutdown script | ||
| - | | + | |
| / | / | ||
| - | | + | # start blinking |
| + | printf "start blinking | ||
| / | / | ||
| Line 89: | Line 87: | ||
| 2. For the modification of the GPIO Pin and the Avrdude, the easiest way is to download the setup for the AlaMode board: | 2. For the modification of the GPIO Pin and the Avrdude, the easiest way is to download the setup for the AlaMode board: | ||
| - | $ wget http:// | + | $ wget http:// |
| - | < | + | < |
| unpack it, | unpack it, | ||
| - | $ sudo tar xf alamode-setup.tar.gz | + | $ sudo tar xf paper-duino-pi-setup.tar.gz |
| and run the setup. | and run the setup. | ||
| - | $ cd alamode-setup | + | $ cd paper-duino-pi-setup |
| $ sudo ./setup | $ sudo ./setup | ||
| That will install a new version of the avrdude and will also do some Linux modifications (one for the alamode board). | That will install a new version of the avrdude and will also do some Linux modifications (one for the alamode board). | ||
| Line 160: | Line 158: | ||
| $ sudo amixer cset numid=3 1 | $ sudo amixer cset numid=3 1 | ||
| + | or change in | ||
| + | $ sudo raspi-config | ||
| + | Advanced Options/ | ||
| ---- | ---- | ||
| ==== Stop blanking ==== | ==== Stop blanking ==== | ||