Hello Everyone,
I have 2 questions about booting from SD card after reading data sheet of C5535.
9. Test for eMMC partitions/eMMC/SD0 boot:
– For an eMMC/SD/SDHC card, the card must be formatted to FAT16 or FAT32. The boot image file
must be renamed to "bootimg.bin" and copied to the foot directory of the formatted card.
– If an eMMC boot partition is desired (for only eMMC 4.3 and up), then the boot image file must be
programmed to one of the two boot partitions (1 or 2) on the eMMC card. PARTITION_CONFIG in
the EXT_CSD must be set accordingly.
– If the boot signature is found, attempt eMMC/SD/SDHC boot and go to step 13.
If boot signature is not found, go to step 10.
My questions are
1.) What is the limitation for boot image file size? Does it depend on SARAM size ( 256K Bytes in C5535 )
2.) If I make SD card into 2 partitions , which partition I could put bootimg.bin for SD boot ?
George