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
JBayl
Occasional Contributor
3 years agoHi Tiwari,
Screenshot of the socfpga_cyclone5.dtsi below. I assume this is what you're looking for because i don't see u-boot-board.dtsi on my arch/arm/dts directory.
I can't find dtsi mentioned on the rocketboards post. I also don't see the dts getting considered when generating preloader/u-boot on the Cyclone5 steps. Although i see the dts directory getting accessed on the Arria5 steps:
cd $TOP_FOLDER/a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga ./arch/arm/mach-socfpga/qts-filter-a10.sh \ ../../../hps_isw_handoff/hps.xml \ arch/arm/dts/socfpga_arria10_socdk_qspi_handoff.h
My custom board has a 4GB DDR3L memory.
Thanks!