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
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
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
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
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
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