Skip to content
Discussion options

You must be logged in to vote

The "fix" was easier than I was making it. Just commented out the ota_0 partition entry when I'm building the image for ota_1.

# Partition table for MicroPython with OTA support using 8MB flash
# Notes: the offset of the partition table itself is set in
# $IDF_PATH/components/partition_table/Kconfig.projbuild.
# Name,   Type, SubType, Offset,   Size,     Flags
nvs,      data, nvs,     0x9000,   0x4000,
otadata,  data, ota,     0xd000,   0x2000,
phy_init, data, phy,     0xf000,   0x1000,
# ota_0,    app,  ota_0,   0x10000,  0x180000,
ota_1,    app,  ota_1,   0x190000, 0x338000,
vfs,      data, fat,     0x4c8000, 0x338000,

In fact, since I'm just using the micropython.bin file (as you do w…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by git-n-pissed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
1 participant