Re: FAT32 filesystem on an USB flash drive

2015-07-01 Thread Martin Galvan
My mistake: the application is meant to use JFFS2 instead of FAT32. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

FAT32 filesystem on an USB flash drive

2015-07-01 Thread Martin Galvan
Hi everyone! I'm currently working on a simple logger app which will write into an USB flash drive. It'll create a text file on a FAT32 filesystem to store data to. Since libusb doesn't offer the drivers needed by my device, I'm compiling a vendor-provided baremetal USB stack as a stand-alone appl