-
Notifications
You must be signed in to change notification settings - Fork 1
ADRV9002 Platform Build uboot
skravats edited this page Sep 14, 2023
·
7 revisions
As a prerequisite the hdl must be built and referenced when creating a custom version of uboot.
-
Open a shell (Ctrl+Alt+T)
-
Setup up 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/adrv9002/hdl/projects/adrv9002/mitysom_a10s_gen2/hps_isw_handoff sub directory. Select "Open", then select "OK".
-
Specify the rbf file
uboot will read the FPFA image Raw Binary File (RBF) from the FAT partition of the SD card. Enter the filename exactly as shown in the image below - adrv9002_mitysom_a10s.rbf. Select "Generate" to create the uboot project. Select "Exit" to close bsp-editor.
-
Apply custom uboot patch
$ cd /home/soceds/adrv9002/hdl/projects/adrv9002/mitysom_a10s_gen2/software/uboot_bsp $ make patch-apply
-
Build uboot
$ make
-
uboot_w_dtb-mkpimage.bin is located in the uboot_bsp directory
Return to Build the Example Design
Return to ADRV9002 Platform User Guide