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

@@ -53,8 +53,10 @@ echo "$dtb_path"
# firmware package has dtbs in its root,
# dtbs built with kernel are in broadcom/
DTBS=("$dtb_path"/*.dtb "$dtb_path"/broadcom/*.dtb)
echo "all dtbs: $DTBS"
for dtb in "${DTBS[@]}"; do
dst="$target/$(basename "$dtb")"
echo "$dtb"
copyForced "$dtb" "$dst"
filesCopied[$dst]=1
done