Forum Discussion
jjac705
New Contributor
3 years agoSoC EDS issue
Hi,
I attempted the SoC EDS as per the pdf SoC_software_lab_16.0.pdf on rocketboards.org. I was asked to see the link to create a u-boot-socfpga. In that, it was told to clone a github file which ...
aikeu
Regular Contributor
3 years agoHi jjac705,
In the building bootloader document, you will need to start with download and setup the toolchain first. example as below:
Depends on your requirement, you can build U-boot first without the Linux kernel to have the system boot up.
Download and setup the toolchain required for Cyclone V SoC and Arria 10 SoC:
tar xf gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz
rm gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz
export PATH=`pwd`/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/bin:$PATH
Thanks.
Regards,
Aik Eu