pi4 stuff

This commit is contained in:
mjallen18
2025-12-30 20:40:22 -06:00
parent 5ee4da5b08
commit 374bd4348f
6 changed files with 39 additions and 33 deletions

View File

@@ -39,7 +39,7 @@ dtb_path=$SRC_FIRMWARE_DIR
echo "copying firmware..."
# Device Tree
useVendorDeviceTree=1
if [ -n "$useVendorDeviceTree" ]; then
echo -n "using vendor firmware from "
dtb_path=$SRC_FIRMWARE_DIR
@@ -50,6 +50,7 @@ fi
echo $dtb_path
DTBS=("$dtb_path"/*.dtb)
echo "dtbs all: $DTBS"
for dtb in "${DTBS[@]}"; do
# for dtb in $dtb_path/broadcom/*.dtb; do
dst="$target/$(basename $dtb)"