Skip to content

Commit

Permalink
Fix path to overlay
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Jun 22, 2024
1 parent 177adf6 commit 545d251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ $1 == "setup" ]]; then
dtmerge custom.dtb merged.dtb - uart0=on
mv merged.dtb custom.dtb
# (dtoverlay=disable-bt)
dtmerge custom.dtb merged.dtb /boot/firmware/overlays/disable-bt.dtbo
dtmerge custom.dtb merged.dtb tests/fs/boot/firmware/overlays/disable-bt.dtbo
mv merged.dtb custom.dtb
imageFile "umount" "$3"
elif [[ $1 == "copy-logs" ]]; then
Expand Down

0 comments on commit 545d251

Please sign in to comment.