Raspberry Pi : Initial software installation
(http://elinux.org/RPi_Hub)

On your linux PC:
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

On your RPi:
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.

On your RPi, after first boot:
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


Update firmware on RPi

Video player specifically made for the Raspberry PI's GPU
Set the memory split to 64MiB or 128MiB.
Install omxplayer : apt-get install omxplayer
and also install ffmpeg : apt-get install ffmpeg

Cross compiler/linker
# git clone https://github.com/raspberrypi/tools.git
If you get this :
Cloning into 'tools'...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/raspberrypi/tools.git/info/refs
fatal: HTTP request failed

use this :
# git clone http://github.com/raspberrypi/tools.git
The correct tools are here : tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian

Run the raspi-config if you want to configure the rpi again.
Stephans RPI Seiten

Additional Hardware:
www.reichelt.de:
SDSDU-016G-U46 SDHC-Card 16GB, SanDisk Ultra - Class
TEK-BERRY Design-Gehäuse für den Raspberry Pi
ICK SMD E15 Kuehlkoerper (2 St.)
ICK SMD A8 Kuehlkoerper (1 St.)
E35-857 Waermeleitende Klebekolie
LOGI K120 SW Logitech K120 for Business Tastatur U
CHERRY M5450 CHERRY M-5450 Wheel Mouse optical USB
CHARGER USB MIC Reiseladegerät micro USB
TPLINK TL-WN722N Wireless Lan USB Adapter 150Mbit/s,abn. Antenne
www.alternate.de:
LXZH86 D-Link DUB-H7 7x/USB

Not working add. Hardware
LOGILINK WL0049 Wireless Lan USB 2.0 Adapter MIMO
UA0160 USB 2.0 Hub, 4-Port

Not working software
omxplayer(solved) : Please read this https://github.com/huceke/omxplayer/issues/178


Urheberrecht

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.


This page is content of www.franksalomon.de.
Diese Seite ist Inhalt von www.franksalomon.de.
Impressum