Write the .bin file to an SD card or CompactFlash card. The .bin file is a disk
image so it should be written to the raw disk, not as a file on a filesystem on
the disk. Any disk larger than 33MB will work fine.

Under Linux and Mac OS X you can use dd for this. For example if your SD card
was "/dev/sdc" you would do:

  dd if=2015-02-13-fuzix.bin of=/dev/sdc

You may need to use sudo ("sudo dd ...")

Under Windows, try http://www.chrysocome.net/dd
