Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

File metadata and controls

33 lines (22 loc) · 1.16 KB

Intel® Agilex™ 5 Ethernet System Example Design Build Scripts

Dependency

  • Intel® Quartus Prime (See Release Notes for the supported version)

Build Steps

  1. 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
    

Programming Files Generation Steps

  1. File link of u-boot-spl-dtb.hex

  2. Generate top.{core,hps}.rbf including 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