Article index:
- 1 – The Raspberry Pi Model B Board
- 2 – The Raspberry Pi Model B Power Supply
- 3 – Preparation of the Raspberry Pi Operating System
- 4 – Raspberry Pi: First Boot
3 – Preparation of the Raspberry Pi Operating System
The Raspberry Pi works with Raspbian wheezy, an optimized version for the Pi board of the Linux Debian distribution. Raspbian wheezy is a 32-bit operating system.
The creation of a bootable SD card is a simple operation:
- 1 – Download the Raspbian wheezy raw image from this page and extract the *.img
file somewhere. - 2 – Under Windows, download the Win32 Disk Imager utility.
- 3 – Create the bootable SD card from the Raspbian wheezy image using Win32 Disk Imager. That’s all.
Under Linux / OS X, you can create a bootable SD card with the following command:
$ sudo dd bs=1M if=./2013-05-25-wheezy-raspbian.img of=/dev/your_sd_card_unit
I used the Windows method that worked very fine in my case.
Article index:
- 1 – The Raspberry Pi Model B Board
- 2 – The Raspberry Pi Model B Power Supply
- 3 – Preparation of the Raspberry Pi Operating System
- 4 – Raspberry Pi: First Boot
You will want to cross compile the 3D framework rather than compiling on the device as it cpu is only 700mhz, although it can be over clocked and volted to over 1ghz when using the Governor CPU scaler.
you should get an Odroid-U2/X2 instead that crappy raspberry :p
Thanks lolo for the info. I didn’t know that board and indeed it seems more powerful than raspberry pi. More info about odroid HERE.