mkfatfs icon indicating copy to clipboard operation
mkfatfs copied to clipboard

A tools use for pack/unpack flash file system.

Results 4 mkfatfs issues
Sort by recently updated
recently updated
newest added

I use this tool and want to build a fat32 image, and I use file command to print the info about the image, the terminal print: > test.img: DOS/MBR boot...

There is some memory leak risks in pack_fat.cpp, such as line 150, 229, etc. It should add "fclose(f_src)" segment. And in same file, at line 276, "if (ent->d_name[0] == '.')"...

Thank you for your contribution to the community! Looks like platformio has been integrated with this project and the mkfatfs binary will be called to create the fatfs image file...

Where do I put this?