Replies: 1 comment 2 replies
-
|
From source + usb is really easy: The new wireless method is convenient if you don't want to unmount Asgard. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The 2026-05-26 release notes require a one-time factory flash for the new
partitions_16mb.csv, pointing to install-from-bin.md which uses web.esphome.io - requiring USB and a Chrome/Edge browser.If you build the firmware from source (as described in build-from-source.md), there's a fully wireless alternative introduced in ESPHome 2026.5.1. See ESPHome docs: Updating the Partition Table on ESP32.
I can confirm this works.
Step 1 - Add
allow_partition_accessand flash via OTA (normal app update)Add to your OTA config:
Flash your current firmware with this change - do not update to the latest release yet:
esphome run --device <IP> your-config.yamlStep 2 - Flash the new partition table over the air
esphome upload --partition-table --device <IP> your-config.yamlStep 3 - Flash the full firmware with the latest release
esphome run --device <IP> your-config.yamlBeta Was this translation helpful? Give feedback.
All reactions