Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Programmer n. - An ingenious device that turns caffeine into code.
Copy Image to Floppy
Monday, October 18, 2004 by digitalpeer
Format a floppy:
fdformat /dev/fd0
Copy a floppy image to the disk:
dd if=bootdisk.img of=/dev/fd0 bs=1440k