flash model partition start set

This commit is contained in:
koenieeee
2026-02-02 08:40:01 +01:00
parent aa3e3f33b6
commit 61eab9b43d
+1 -1
View File
@@ -3,7 +3,7 @@
# No filesystem needed - uses memory-mapped flash
MODEL_FILE="data/model.tflite"
PARTITION_OFFSET="0x310000"
PARTITION_OFFSET="0x410000"
SERIAL_PORT="${1:-/dev/ttyACM0}"
if [ ! -f "$MODEL_FILE" ]; then