Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
image_modifikations [2016/01/28 16:29]
admin [Name and Password]
image_modifikations [2016/01/28 16:42]
admin [Arduino]
Line 1: Line 1:
 ===== Embedded Artist Image Modifications for Raspbian Wheezy ===== ===== Embedded Artist Image Modifications for Raspbian Wheezy =====
  
-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:\\
 [[https://www.raspberrypi.org/downloads/raspbian/]]\\ [[https://www.raspberrypi.org/downloads/raspbian/]]\\
Line 66: Line 66:
 write before exit 0: write before exit 0:
    # run reset and shutdown script    # run reset and shutdown script
-   printf "start shutdown aund reset button\n"+   printf "start shutdown aund reset button on GPIO 22\n"
    /home/pi/paper-duino-pi/shutdownbutton_02.py &    /home/pi/paper-duino-pi/shutdownbutton_02.py &
-   printf "start blinking\n"+   # start blinking 
 +   printf "start blinking on GPIO 27\n"
    /home/pi/paper-duino-pi/blink_02.py &    /home/pi/paper-duino-pi/blink_02.py &
        
Line 87: Line 88:
 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://dernulleffekt.de/programme/paper-duino-pi-setup.tar.gz   $ wget http://dernulleffekt.de/programme/paper-duino-pi-setup.tar.gz
-<del>[[http://www.wyolum.com/downloads/alamode-setup.tar.gz]]</del>\\+<del>[[http://git.io/alamode-setup]]</del>\\
 unpack it, unpack it,
   $ sudo tar xf paper-duino-pi-setup.tar.gz   $ sudo tar xf paper-duino-pi-setup.tar.gz