This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Am35xx BSP: Disabling 2nd partition

Booting from SD into NAND:  under Storage Manager (Storage Properties), you find DSK1 and DSK2. DSK1 has two partitions; Part00 and Part01. How do I keep DSK1 to only one partition?

DSK2 is the SD card.

  • Patrick,

    The NAND partition is done in Eboot. The two partition are OS partition to store NK.bin, and the second partition is used for filesystem.

    To change the partition, please refer to BLConfigureFlashPartitions() in flash.c.

    Thanks,

    Tao