
This peace of tools is designed for the smartmedia reader HH501 made by foxconn.
For now, this is designed in usermode and use the libusb to access to the usb device.
In my todo list, i want to port the freebsd system.

If you want to use it, you load the firmware into the device, (or boot under windows and restart under linux)
then launch the hh501 program.
This program dump into a file the memory of the memory card.
Then mount with linux this file. (The filesystem is FAT12)
 mount -o loop -t msdos .../card /mnt/smartmedia

That's it

Note: i have no documentation and can't garanties this tool can't erase some
data on your memory card.


