- Intel® Quartus Prime (See Release Notes for the supported version)
-
Compile design and generate configuration (sof) file:
The synth folder contains a Makefile and the Quartus Project.The Makefile support various compile options such as
- make compile - runs the compile stage of Quartus
- make synth - runs synthesis stage of Quartus
- make all - runs a full Quartus compile including the Assembler Running will print out all the options supported
Alternatively, if using the GUI is preferred, the qpf file can be opened in Quartus and compile options selected there.
cd synth/ make all
-
File link of
u-boot-spl-dtb.hex -
Generate
top.{core,hps}.rbfincluding U-Boot SPL:cd synth/ quartus_pfg -c -o hps=on -o hps_path=../../sw/artifacts/u-boot-spl-dtb.hex output_files/top.sof output_files/top.rbf