From 545d2514295e0a9bc9d3286a1aecd900f55ae2c6 Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Fri, 21 Jun 2024 18:55:55 -0600 Subject: [PATCH] Fix path to overlay Signed-off-by: Ethan Dye --- tests/image.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/image.bash b/tests/image.bash index e97533f..9c6ea80 100755 --- a/tests/image.bash +++ b/tests/image.bash @@ -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