Hey everyone;
With a bit of faffing around I"ve managed to get the image written to a 4 GB SD card using dd for windows from chrysocome.net.
Image file path was; J:\debian6-17-02-2012\debian6-17-02-2012.img (this will be different for you)
SD card mounted as G: (this will be different for you)
I ran an elevated command prompt (e.g. run Command Prompt as Administrator), changed to the windd folder where I had saved the program – and used the following command;
dd bs=1M od=G: if=J:\debian6-17-02-2012\debian6-17-02-2012.img
There was a progress indicator that slowly went up in MB and when it was done, I received the output below.
This is what the drive looks like in the Windows Disk Management MMC snap in (Control Panel / Administrative Tools / Computer Management / Disk Management).
Windows can also access the first partition and I can see all the boot files;
arm224_start.elf
cmdline.txt
arm192_start.elf
bootcode.bin
arm128_start.elf
loader.bin
start.elf
cmdline_testmode.txt
kernel_emergency.img
kernel.img
Seems to work, just need to extend the large partition to use up the free space. Which it looks like the windows disk management MMC snap in is not going to let me do. But I"ll find another way.
