From 05df849a6da08647be742fb99ff774306f466ec1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 19 Aug 2022 13:33:58 -0500 Subject: [PATCH] Repartitioned --- bin/device-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/device-install.sh b/bin/device-install.sh index c42325a0e..95383405a 100755 --- a/bin/device-install.sh +++ b/bin/device-install.sh @@ -48,7 +48,7 @@ if [ -f "${FILENAME}" ]; then echo "Trying to flash ${FILENAME}, but first erasing and writing system information" "$PYTHON" -m esptool erase_flash "$PYTHON" -m esptool write_flash 0x1000 system-info.bin - "$PYTHON" -m esptool write_flash 0x00390000 littlefs-*.bin + "$PYTHON" -m esptool write_flash 0x2B0000 littlefs-*.bin "$PYTHON" -m esptool write_flash 0x10000 ${FILENAME} else echo "Invalid file: ${FILENAME}"