Forum Discussion
CAlex
Contributor
2 years agoUpdate 2:
According to 1.5.2. Booting from SD/MMC – Custom Partition (intel.com)
I need to get:
1. preloader-mkimage.bin, is it made from u-boot-spl or other files? The bootloader guide on rocketboards said that u-boot-spl.sfp is the file needed to the image.
2. the baremetal axf file to bin file and finally to -mkimage.bin file, so what is the mkimage -a need to be set ? what is that parameter decided from?
3. If I want to put them to SD card then the spl image is in A2 disk and can baremetal bin be at FAT or A2? How to set the UBoot to let the spl point to this image?(by setting the payload? And which setting can do this on menuconfig: spl.boot.SDMMC_NEXT_BOOT_IMAGE = 0x40000 )