Raspberry Pi
Allikas: Kuutõrvaja
- 700MHz Broadcom BCM2835 media processor featuring an ARM11 (ARM1176JZF-S) core, Broadcom GPU core, DSP core and support for Package-on-Package (PoP) RAM
- 128MiB (Model A) or 256MiB of SDRAM (Model B), stacked on top of the CPU as a PoP device OpenGL ES 2.0
- 1080p30 H.264 high-profile decode
- Composite and HDMI video output
- One USB 2.0 port provided by the BCM2835
- SD/MMC/SDIO memory card slot
- General-purpose I/O (About 16 3v3) and various other interfaces, brought out to 1.27mm pin-strip
- Optional integrated 2-port USB hub and 10/100 Ethernet controller (Model B)
- Open software (Iceweasel, KOffice, Python)
- Capability to support various expansion boards
Opsüsteemi paigaldamiseks tuleb kõigepealt joosta poodi ja muretseda endale SD kaart, mis oleks vähemalt 4G suurune. Ise sain selle 5 euro eest (2012 oktoober).
Tõmbame alla opsüsteemi ISO faili sisaldava arhiivi ja pakime selle lahti
# unzip 2012-09-18-wheezy-raspbian.zip
SD kettal võib olla juba peal mingine partitsioon, tehase poolt looduna. Eemaldame selle fdiskiga.
# dd bs=4M if=2012-09-18-wheezy-raspbian.img of=/dev/sdd 462+1 records in 462+1 records out 1939865600 bytes (1.9 GB) copied, 361.078 s, 5.4 MB/s
HD video mängimine
# omxplayer -o hdmi /path/to/filename.mp4
Näide:
http://www.youtube.com/watch?v=KGUIePe32Bo
Kui ühendada võrgukaabel startinud masinaga küsib see kohe endale DHCP aadressi
} lease 193.40.0.245 { starts 1 2012/10/15 09:50:48; ends 1 2012/10/15 13:50:48; cltt 1 2012/10/15 09:50:48; binding state active; next binding state free; hardware ethernet b8:27:eb:d9:2c:a1; client-hostname "raspberrypi"; }
Kasutaja: pi parool: raspberry
# ssh pi@193.40.0.245