question about bootpart / master boot record's location

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



hi

I am using the APIs of bootpart to create partitions in the bootloader.
and I notice that the MBR(master boot record) is located in block 0. To
create a new MBR, this block will be erased first.

My project use nand flash with large size, and in the very first area, there
store the boot codes. These code is to load bootloader into ram. So these
area should not be erased.

Can I put the MBR to another block? I wonder if the storage manager will
find it.

thanks
Ryo


.