Copying Image to an SD Card - Linux

To copy the demo image to an SD card under Linux you first need to find the name of the attached SD card located under /dev/. You can then use the dd utility to copy the demo image to a 4Gb (or greater) SD card.

dd if="CrankSoftware_demo_boardname.sdcard" of="/dev/sdX" bs=1M