File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -599,6 +599,12 @@ jobs:
599599 arch : aarch64
600600 config-file : ./config/examples/zynqmp.config
601601
602+ zynqmp_sdcard_test :
603+ uses : ./.github/workflows/test-build-aarch64.yml
604+ with :
605+ arch : aarch64
606+ config-file : ./config/examples/zynqmp_sdcard.config
607+
602608 versal_vmk180_test :
603609 uses : ./.github/workflows/test-build-aarch64.yml
604610 with :
Original file line number Diff line number Diff line change @@ -2113,7 +2113,7 @@ cp ${PREBUILT_DIR}/pmufw.elf .
21132113cp ${PREBUILT_DIR} /bl31.elf .
21142114
21152115source ${VITIS_PATH} /settings64.sh
2116- bootgen -arch zynqmp -image ./tools/scripts/zynqmp_sd_boot.bif -w -o BOOT.BIN
2116+ bootgen -arch zynqmp -image ./tools/scripts/zcu102/ zynqmp_sd_boot.bif -w -o BOOT.BIN
21172117```
21182118
21192119The BIF file (` zynqmp_sd_boot.bif ` ) configures the boot chain:
Original file line number Diff line number Diff line change 33// wolfBoot loads firmware from MBR partitions on SD card
44//
55// Usage:
6- // bootgen -arch zynqmp -image zynqmp_sd_boot.bif -w -o BOOT.BIN
6+ // bootgen -arch zynqmp -image tools/scripts/zcu102/ zynqmp_sd_boot.bif -w -o BOOT.BIN
77//
88// Required files (copy to same directory):
99// zynqmp_fsbl.elf - First Stage Boot Loader
You can’t perform that action at this time.
0 commit comments