Change to flash-sd.sh to fix relative path to device tree.

This commit is contained in:
Ross Thompson 2023-10-13 12:30:21 -05:00
parent d33c966a42
commit 4634756e20

View File

@ -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]}