Forum Discussion
Hi Akash,
Base on the step below you suppose to combine u-boot-splx4.sfp with application.img to get qspi-image.bin. After that you can flash qspi_image.bin to QSPI flash.
########################################
# build QSPI image
########################################
cd $TOP_FOLDER
cat cv_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/spl/u-boot-splx4.sfp \
intel-socfpga-hwlib/examples/CVAV/Altera-SoCFPGA-HardwareLib-Timer-CV-GNU/application.img \
> qspi-image.bin
Thank you,
Aliff
- akashgupta3 years ago
New Contributor
Hi Aliff.
Thanks for the reply, I was able to generate qspi-image.bin.
Your suggested method seems to be inspired from Building Bootloader Cyclone V.
If it is the case, setting "ARCH=arm64" and "CROSS_COMPILE=aarch64-none-linux-gnu-" does not result positively. Were you able to implement the method suggest in this guide successfully? What device did you use to implement the method?
Thanks,
Akash.