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
Next revision Both sides next revision
image_modifikations [2016/01/28 16:29]
admin [Name and Password]
image_modifikations [2016/01/28 16:31]
admin [Embedded Artist Image Modifications for Raspbian Wheezy]
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 39: Line 39:
 4. Reboot: 4. Reboot:
   $ sudo reboot   $ sudo reboot
-\\ 
  
 ---- ----
Line 67: 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 &