WIP: service and broken partitions

This commit is contained in:
2025-09-15 20:33:15 +02:00
parent 089f938796
commit 98fdc3e1ae
13 changed files with 807 additions and 300 deletions

23
cmds.sh Normal file
View File

@@ -0,0 +1,23 @@
# -> file not found
mklittlefs -c data \
-s 0x9000 \
-b 4096 \
-p 256 \
littlefs.bin
esptool.py --port /dev/ttyUSB0 \
--baud 115200 \
write_flash 0x71000 littlefs.bin
# pio -->
"mklittlefs" -c data -p 256 -b 4096 -s 262144 .pio/build/esp01_1m/littlefs.bin
esptool.py --before no_reset \
--after soft_reset \
--chip esp8266 \
--port "/dev/ttyUSB0" \
--baud 115200 \
write_flash 765952 .pio/build/esp01_1m/littlefs.bin