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/07 02:17]
admin [Scrips]
image_modifikations [2016/01/28 16:45] (current)
admin [Arduino]
Line 1: Line 1:
----- +===== Embedded Artist Image Modifications for Raspbian Wheezy =====
-**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://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:\\
   $ 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 "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 69: 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 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://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
Line 160: Line 158:
   $ sudo amixer cset numid=3 1   $ sudo amixer cset numid=3 1
  
 +or change in
 +  $ sudo raspi-config
 +Advanced Options/Audio
 ---- ----
 ==== Stop blanking ==== ==== Stop blanking ====