Re: FAT32 filesystem on an USB flash drive
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
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