On Fri, Jul 19, 2019 at 2:02 PM Jim Elliott <jim.elli...@nta-inc.net> wrote: > > Jonathan, > > Thank you for the pointer. Before I go down that route, would it be easier to > put the sd card into a usb adapter? > > When I say easier, would this preset an option which already has working > solution? If so are there any pointers as to how to implement this solution? > The "Using_the_RTEMS_DOS_File_System" alludes to a Flash Disk but there are > no details (and I am assuming that Flash Disk == USB Flash, maybe that is an > incorrect assumption)....
For the Zynq platform, the only bidirectional bulk data interface that is supported out-of-the-box is the Ethernet port. There's also an NFSv2 client (look for librtemsNfs.h) if your code is tightly coupled to filesystem-like interfaces... and you're willing to deal with the network security issues inherent to NFSv2. For a one-way interface from your development environment to the application, you can also package some program data with your application using the UnTar_Xz* family of support functions and rtems-bin2c. Depending on how early you are in the development cycle, it may be worthwhile to take a look at nexus-devices.h to get a better idea of which BSP's support which features. The Other Leading Brand (Intel nee Altera Cyclone V) has better RTEMS support right now. -- Jonathan Brandmeyer _______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users