From 4634756e203a2593c2e3f6bd97f8b584becffa7b Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Fri, 13 Oct 2023 12:30:21 -0500 Subject: [PATCH] Change to flash-sd.sh to fix relative path to device tree. --- linux/sdcard/flash-sd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/sdcard/flash-sd.sh b/linux/sdcard/flash-sd.sh index 9e00e0600..73c9e1b9e 100755 --- a/linux/sdcard/flash-sd.sh +++ b/linux/sdcard/flash-sd.sh @@ -56,7 +56,7 @@ done IMAGES=$BUILDROOT/output/images FW_JUMP=$IMAGES/fw_jump.bin LINUX_KERNEL=$IMAGES/Image -DEVICE_TREE=$IMAGES/$DEVICE_TREE +#DEVICE_TREE=$IMAGES/$DEVICE_TREE SDCARD=${ARGS[0]}