I just downloaded the Raspberry Pi (rate) image from the PirateBox webpage. I received a zip file containing only one file, called raw_arch_image (no extension).
The zip itself is called ArchLinuxARMv6-2015-06_PirateBox1.0.2_rpi_1.0.5.img.zip
There is apparently supposed to be a disk image somewhere in this, how do I write it to an SD card?
.img
as zip name says... there is nothing strange about it. And meaning ofraw_name_image
is:A Raw Disk Image contains an exact, sector-by-sector copy of a single partition or disk. The .img filename extension is used by disk image files, which contain raw dumps of a magnetic disk or of an optical disc
– RiddleMeThis Jun 26 '15 at 15:56ISO mounter
should be able to mount the file, even if it has not an extension :). About burning it to USB/SD: http://askubuntu.com/questions/59551/how-to-burn-a-iso-to-a-usb-device (it is applicable to Linux and .img format as well) - on 99% this thread should be enough – RiddleMeThis Jun 26 '15 at 17:09