Forum Discussion
Proper setting for Uboot/SPL
Hi
We sincerely apologize for the inconvenience caused by the delay in addressing your Forum queries. Due to an unexpected back-end issue in our system, your Forum cases, along with others, did not get through as intended. As a result, we have a backlog of cases that we are currently working through one by one.
Please be assured that we are doing everything we can to resolve this issue as quickly as possible. However, this process will take some time, and we kindly ask for your patience and understanding during this period. The cases will be attended by AE shortly. We appreciate your patience and understanding, and we are committed to providing you with the best support possible.
Thank you for your understanding.
Back to your issue, sorry to tell you that the boot from FPGA software support have been removed and we only support the standard flow.
Regards
Jingyang, Teh
- CAlex1 year ago
Contributor
Hi
when using standard flow,I found that it is hard to set the SPL to what I want to.
I'm using eMMc as a boot source now, what I want to achieve is that the core run the SPL and then the SPL point to the Baremetal application.
I use the same bulid flow to build up the SD card image with default SPL settings:
P3 type: 2A u-boot-spl
P1 type: Fat32 BM.bin-mkimage.bin
P2 type: Ext3 Dummy file
And I use dd to write into the eMMc card, but it failed to boot.
Is that related to the SPL settings?
Alex