DSL Embedded :: How can I access the floppy drive?
I need to do this:
gunzip NASLite.img.gz
fdformat /dev/fd0u1722
dd if=NASLite.img of=/dev/fd0u1722
original
here
.