We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63192c7 commit 794cb13Copy full SHA for 794cb13
src/board/raspberry-pi-4/mkimage.sh
@@ -5,11 +5,12 @@ set -e
5
BOARD_DIR=$(dirname "$0")
6
GENIMAGE_CFG="${BUILD_DIR}/genimage.cfg"
7
GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
8
+TARGET_DIR="${BR2_EXTERNAL_INFIX_PATH}/output/target}"
9
10
# Device trees are installed for distro boot (syslinux.conf), but on RPi
11
# we need them for the SPL, which feeds the TPL (U-Boot) for use instead
12
# of the (built-in) control DT other platforms use.
-#find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
13
+find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
14
15
# We've asked U-Boot previously to build overlays for us: Infix signing
16
# key and our ixboot scripts. Make sure here they are installed in the
0 commit comments