Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCPU1: failed to come online
Hi, I'm faced with Soc bootloading issue when generating the preloader: Context: - Tools: QUARTUS_VERSION 15.0.0 - HW: Cyclone V - 5CSXFC6D6F31C6 - SW: boot from MMC Before: ...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Hi, did you added in the cpu start address from the DTS generation? --- Quote End --- in "soc_system.dts" file: hps_sysmgr: sysmgr@0xffd08000 { compatible = "altr,sys-mgr-14.0", "altr,sys-mgr", "syscon"; reg = < 0xFFD08000 0x00004000 >; cpu1-start-addr = < 4291854532 >; /* embeddedsw.dts.params.cpu1-start-addr type NUMBER */ }; //end sysmgr@0xffd08000 (hps_sysmgr) dtc file has not replaced into mmc: it is the same before and after preloader re-generation.