Dear All,
The NAND flash on my platform is orded as "Step Loader", "TOC",
"Eboot", "MBR", "WinCE Kernel", and "ResidentFlash." In the original
design, "ResidentFlash" takes all remaining space in the NAND flash.
Now, I want to partition this ResidentFlash into two partitions. So, I
modify the Eboot code to create two partitions in MBR and the MBR
content seems to be correct. But how could I mount these two
partitions separtively? I mean could I mount these two partitions with
different name, different attributes or any other things through
registry settings? Your advice is deeply appreciated. Thanks a lot.