Forum Discussion
Hi CAlex,
I build everything in linux environment without using Arm DS
I was using the building bootloader to build and get the spl from https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10#Cyclone_V_SoC_45_Boot_from_QSPI
"cv_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/spl/u-boot-splx4.sfp \"
After install the toolchain, I will export the path as below to further build the application.
########################################
# get hwlibs, install toolchain
########################################
git clone https://github.com/altera-opensource/intel-socfpga-hwlib
cd intel-socfpga-hwlib/tools
./install_linaro.sh
export PATH=`pwd`/gcc/bin:$PATH
Thanks.
Regards,
Aik Eu
- CAlex2 years ago
Contributor
Hi,
I'm doing the baremetal project.
can you explain what is this file do?
Another question is that when using spl to debug the board, what's the MSEL setting? Does it matter?
For once I successfully download the spl and initialize the DDR.
But now I can't with several wield errors.
Reguards.