Forum Discussion
RPett4
Occasional Contributor
3 years agoWhere is cv_bsp_generator.py
Trying to follow the steps for building u-boot/bootloader from here:
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10
It gets to a step where it calls a p...
EBERLAZARE_I_Intel
Regular Contributor
3 years agoHi,
I am just checking, do you have update from your side?
RPett4
Occasional Contributor
3 years agoWhich files do you need? I am unable to give you the entire project. I was using Quartus Prime 17.0.
My general steps are:
1) Build Quartus project
2) Run bsp-editor to get the generated folder
3) git clone https://github.com/altera-opensource/u-boot-socfpga
4) run cv_bsp_generator.py
5) make socfpga_arria5_defconfig
6) make -j 48
and this is where I'm seeing the failure.