Hi guys,
for simplification of embeded designs with filesystems, is there any tool for windows capable of creating/mounting a binary image of a filesystem in a single file (binary blob)?
Let us consider I have some design including a NAND FLASH device, which I have a filesystem on. The design doesn't have any interface for bulk data transfers like SDcard, USB or so to copy the data from. The only means for moving the initial data into the NAND is by using an in-circuit programmer/debugger.
It is quite easy to write a bunch of code as a "flashloader" for the NAND, so I am able to download a binary blob to the NAND with my JTAG programmer.
So is there any software tool for windows (like "losetup" command in linux) which would help me to build the binary blob of the filesystem (including putting in the desired files) which I would later upload to the NAND?
Maybe this question is too much specific or too much unspecific, so if I have not explained good enough, please tell me, I will try to fix it.
I am sure such tool should be quite helpful also for other people, if you know about one, please share.
Thank you for help.
Yan