Forum Discussion
JBayl
Occasional Contributor
3 years agoPreloader uboot SPL
Hi,
We have a custom Cyclone V board that runs vxWorks. All boot images are coming from the QSPI with preloader separated from uboot. Preloader starts @ 0x0 location, u-boot @ 0x60000.
I'm not...
- 3 years ago
Hi Joel,
Thanks for attending teams call.
Let me know if you have any other query on this.
Regards
Tiwari
Jeet14
Frequent Contributor
3 years agoHi,
Please add below links in your socfpga_cyclone5.dtsi
memory@0 {
device_type = "memory";
reg = <0x0 0x40000000>;
};
Regarding preloader for cyclone V, you need to use the bsp-editor from platform design. Please refer below links for creating custom preloader for cyclone V.
https://community.intel.com/t5/FPGA-Wiki/ASDF-Hands-On-SoC-Bare-Metal-Demo/ta-p/735146
Regards
Tiwari