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
image_modifikations [2016/01/27 23:49]
admin
image_modifikations [2016/01/28 16:45] (current)
admin [Arduino]
Line 1: Line 1:
-===== Embedded Artist Image Modifications =====+===== 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:\\ 
-[[http://www.raspberrypi.org/downloads/]]+[[https://www.raspberrypi.org/downloads/raspbian/]]\\
 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:\\
Line 35: 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 "dernulleffekt".+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
-\\ 
  
 ---- ----
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 &
        
Line 87: 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://dernulleffekt.de/programme/paper-duino-pi-setup.tar.gz +  $ wget http://dernulleffekt.de/programme/paper-duino-pi-setup_02.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