The project's resume mentions the ZIO device, but
there is nothing about it in any of the files in
the tarball. Is there a utility in the package,
which can be used to download files from the
CompactFlash card through the ZIO reader? Thanks,
-mi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The mjmmc tool does not talk directly to the ZIO (or any other MMC reader/writer) but uses the Linux driver for these devices. So in order to access the ZIO you should include the USB mass storage driver in your Linux kernel - preferrably as a module. The system log will tell you on which device the ZIO is connected to. This device should then be specified with the -p option for mjmmc.
Hope this helps
Arnim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The project's resume mentions the ZIO device, but
there is nothing about it in any of the files in
the tarball. Is there a utility in the package,
which can be used to download files from the
CompactFlash card through the ZIO reader? Thanks,
-mi
The mjmmc tool does not talk directly to the ZIO (or any other MMC reader/writer) but uses the Linux driver for these devices. So in order to access the ZIO you should include the USB mass storage driver in your Linux kernel - preferrably as a module. The system log will tell you on which device the ZIO is connected to. This device should then be specified with the -p option for mjmmc.
Hope this helps
Arnim