Files/Setting needed for cycloneVsoc baremetal project.
Hi,
I'm using SoM system for my baremetal project now.
Here is the image of this board:
It has an eMMC flash as a boot option.
I don't know what is the boot flow for this device. So I assume boot form eMMC is kind of boot form SD/MMC card using cycloneVsoc dev kit.
In order to that I'm tyrying to use SPL,since preloader is no longer supportted.
what I did:
1. compile the axf file and then compile the bin file using fromelf(ARMCC tool chain)
2. compile the sof system file using Quartus Prime 22.1std
3. compile the SPL file using Uboot and cycloneVsoc defconfig to get u-boot-spl.
4. made an image from rocketboards.org for the SD card.
I read the AN709 file: baremetal for SD card.
I think what I need to do next is:
Using mkimage to add a load point and an entry address. In baremetal example helloworld, you used order like: