Do you know any software to verify a FAT Implementation? I'm writing on a FAT32 Implementation which supports "basic wear leveling" on a SPI-Flash.
Now I want to know if my (binary) Image of the Flash is a "valid" FAT, maybe including a list of the FAT BootArea Parameters.
OS independent, tied to Windows on Work, but have my Linux Machine available.
If you know any software - perfect! Let me know! If not - don't worry, thanks for reading :)
if you have binary image then run any disk check tool and see analyse the output. some of those tools may require you to mount the image so this will probably be much easier on linux. another test you can do is to: mount, install an OS on this image and then run it with virtualbox to check if the system boots correctly