1. |
Download operating system image from http://www.raspberrypi.org/downloads to
your linux PC. http://www.raspberrypi.org/downloads Raspbian wheezy If you are just starting out, this is the image we recommend you use. It is a reference root filesystem from Alex and Dom, based on the Raspbian optimised version of Debian, and containing LXDE, Midori, development tools and example source code for multimedia functions. |
2. |
# unzip 2012-08-16-wheezy-raspbian.zip |
3. |
Copy your downloaded img to the SDHC card. In this example, the SDHC card is sde. The size of the image is nearby 2GB. # ls -l total 2352328 -rw-r--r-- 1 root root 1939865600 Aug 16 03:03 2012-08-16-wheezy-raspbian.img # dd if=2012-08-16-wheezy-raspbian.img of=/dev/sde bs=1024k |
1 | Boot the Raspberry Pi from the SDHC card on which the image is installed. Before, connect a screen and keyboard to the RPi (Raspberry Pi). |
2 | You will get the Raspi-config menue. |
3 | Select expand root partition to fill SD card |
4 | Select set keyboard layout |
5 | Select Set locale |
6 | Select Set timezone |
7 |
Select Set memory split Use 16MiB if you want to use X11 with 1920x1080 65535 colors, no video player. Use 64 or 128MiB if you want to use X11 with 1920x1080 65535 colors and omxvideo player. |
8 | Select Enable or disable ssh server |
9 |
Select Start desktop on Boot? Use YES if you want to start X11 at boottime. |
10 |
During leaving the Raspi-config menue you are able to reboot the RPi system. You must reboot your system. |
1 | login : pi/raspberry. |
2 |
enable root login, if you want. # sudo su # passwd |
3 | logout and relogin as root |
4 |
Update/upgrade the software # apt-get update # apt-get upgrade # apt-get dist-upgrade # apt-get install xfonts-75dpi # apt-get install xfonts-100dpi # rpi-update # init 6 |
Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Beiträge Dritter sind als solche gekennzeichnet. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für den privaten, nicht kommerziellen Gebrauch gestattet.