larger) SD card – Some issues with 32GB class 10 cards (mine did not work) • Boot! – HDMI, keyboard, USB power connected at a minimum – Optionally a TTL level UART • Initial Setup demo – Minor cheating (Static IP, setup via SSH) http://www.raspberrypi.org/
the LM75 Temperature Sensor • Not quite out of the box ... – Comment out “blacklist i2c-bcm2708” in /etc/modprobe.d/raspi-blacklist.conf – modprobe i2c-bcm2708 – modprobe i2c-dev • LM75 demo http://www.raspberrypi.org/
GPU includes H.264 decoder – Can license MPEG2 decoder • $3.82 – Can license VC-1 (Microsoft’s codec) • $1.91 – Audio decoded on ARM CPU • omxplayer demo – https://github.com/huceke/omxplayer – Prototype “OpenMAX” GPU API for XBMC Project – Built on top of FFmpeg http://www.raspberrypi.org/
Develop on another machine – Deploy binaries to the Raspberry Pi • ... or simply mount and run over the network – Build your own cross compiler • crosstool-ng • By hand (this isn’t much fun, but very educational) – Download a cross compiler • CodeSourcery (now from Mentor Graphics) – Debian multiarch magic! • Independent study! http://www.raspberrypi.org/