Forum Discussion
CAlex
Contributor
3 years agoHow to start and run a baremetal aplication without the debug
Hi, I've managed to debug my code and now I want to test it on FPGA side. The issue is my board (cyclone V soc dev kit) has only one uart to Jtag yet I need to monitor the FPGA and HPS at the same ...
CAlex
Contributor
3 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 )