3/20/2014

How to generate the udisk.bin in QRD8x25


mkdosfs -s 8 -F 32 -C udisk2g.bin 2097152 // generate a 2GB Fat32 filesystem image with KB
dd if=udisk2g.bin of=udisk.bin bs=512 count=20480 //obtain the header of tthe image.