Raspberry Pi Getting Started Guide
Page 13
To
copy
an image named "THEIMAGE" to the SD-card do this:
dd-removable bs=1M if=THEIMAGE of=\\?\Device\Harddisk1\Partition0
Your disk name ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.12.
Software Development/Proving
A supported platform for the Raspberry is Qt , which is already being worked on. C/C++ is
supported through a gcc cross-compiling tool chain.
After compiling, using QEMU and a Linux VM would be one way of testing your apps. This also
works on Windows. Search the forum for the readymade ARM images. The choice of programming
languages, IDEs and other tools on the RPi is only determined by:
The operating system compatibility (at the moment the specific Linux distro used)
The status of the respective ARM package repositories and their binary compatibility
The possibility to build other so its dependencies for the RPi from sources.
For more guides and projects involving the Raspberry Pi, see RPi Projects
http://elinux.org/RPi_Projects