Re: RTEMS / Zynq (microZed) - Writing data to a file on removable media (SD card)

2019-07-19 Thread Jonathan Brandmeyer
On Fri, Jul 19, 2019 at 2:02 PM Jim Elliott 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 po

Re: RTEMS / Zynq (microZed) - Writing data to a file on removable media (SD card)

2019-07-19 Thread Jim Elliott
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

Re: Socket Resources Question

2019-07-19 Thread Joel Sherrill
On Fri, Jul 19, 2019, 12:14 PM wrote: > I’ve recently included the FTP library for RTEMS and it is operational but > I’m now getting a socket creation error in an un-related thread that had > been operating normally. I don’t see a #define CONFIGURE_ specifically for > sockets. Is FTP eating up

Re: RTEMS / Zynq (microZed) - Writing data to a file on removable media (SD card)

2019-07-19 Thread Jonathan Brandmeyer
I haven't actually seen an SDCard driver for the Zynq BSP in RTEMS. That said, FreeBSD does support this device via the sdhci driver. So it might be possible to adapt the sdhci driver support in rtems-libbsd to the RTEMS Zynq BSP. Take a look at how the beagleboard and IMX BSPs do it. rtemsbsp/i

Socket Resources Question

2019-07-19 Thread Richard.Glossop
I've recently included the FTP library for RTEMS and it is operational but I'm now getting a socket creation error in an un-related thread that had been operating normally. I don't see a #define CONFIGURE_ specifically for sockets. Is FTP eating up a resource that I need elsewhere ? CONFI

Re: [SPAM] Re: RTEMS / Zynq (microZed) - Writing data to a file on removable media (SD card)

2019-07-19 Thread Jim Elliott
Pete, Thank you for sending that. I read that document yesterday before I sent my plea for help that but I have to be honest, it left me more confused more than anything. I am using a SD Card, not ATA, NV, or RAM disk. The ATA, NV, & RAM disk sections all have different procedures and I do not