use the native littlefs builder of newer framework

This commit is contained in:
Thomas Göttgens
2022-09-27 00:16:12 +02:00
parent 7e9a233296
commit c53434539b
6 changed files with 5 additions and 60 deletions
+1
View File
@@ -50,6 +50,7 @@ if [ -f "${FILENAME}" ]; then
"$PYTHON" -m esptool write_flash 0x1000 system-info.bin
"$PYTHON" -m esptool write_flash 0x8000 partitions.bin
"$PYTHON" -m esptool write_flash 0x300000 littlefs-*.bin
"$PYTHON" -m esptool write_flash 0x260000 bleota.bin
"$PYTHON" -m esptool write_flash 0x10000 ${FILENAME}
else
echo "Invalid file: ${FILENAME}"