AD7768 Platform Build uboot - ArrowElectronics/data-storm-daq GitHub Wiki
As a prerequisite the hdl must be built and referenced when creating a custom version of uboot.
-
Open a shell(Ctrl+Alt+T)
-
Setup the environment for the Bootloader build.
$ ./intelFPGA_lite/18.1/embedded/embedded_command_shell.sh -
Launch bsp-editor
$ bsp-editor -
Create a new BSP
File --> New HPS BSP -
Reference the Preloader settings directory
Navigate to the /home/soceds/ad7768/hdl/projects/ad7768evb/tei0022/hps_isw_handoff/system_bd_sys_hps directory. Select "Open", then select "OK".
-
Generate the Preloader
Select "Generate" to create the Preloader project. Select "Exit" to close bsp-editor. -
Build Preloader
$ cd /home/soceds/ad7768/hdl/project/ad7768evb/tei0022/software/spl_bsp $ make -
preloader-mkpimage.bin is located in the spl_bsp directory
-
Build uboot
$ make uboot -
u-boot.img is located in the spl_bsp/uboot-socfpga directory
Next - Build Linux & the Devicetree
OR
Return to Build the Example Design
Return to AD7768 Platform User Guide