Forum Discussion
TG_GER
New Contributor
2 years agoarria10 u-boot from sd card with early release
Hi, I am currently working with an Arria 10 board utilizing U-Boot and Yocto on an SD card. Presently, the device successfully boots with a full FPGA configuration and an autobootscript from U-Boot....
tehjingy_Altera
Regular Contributor
2 years agoHi
I see that you are loading the fpga data to an address that might be in conflict with the uboot code in the RAM.
This might cause the uboot to reset.
May I suggest that you load onto the address pre-defined in the ${loadaddr} variable or an address at 0x2000000.
Regards
Jingyang, Teh