Hi
I'm trying to create and mount a FATFS partition from NAND flash
(CE6). In control panel -> storage manager I see a DSK1 partition.
When adding files to the mounted folder the files are actually put in
flash (Checked from outside of OS). However when rebooting the system,
this partition is never detected so at every reboot the entire flash
is reformated and a new DSK1 partition is created. If registry
settings autoformat and autopartition is '0' it simply does not mount
anything.
I have located that the FAL is responsible for the erase by
automatically calling SecureWipe() from the function
BuildupMappingInfo(). Why this is done is a mystery to me.
Any input whould be greatly appreciated.
/John