Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old partitions.bin file #55

Closed
myhomeiot opened this issue Aug 21, 2021 · 3 comments
Closed

Old partitions.bin file #55

myhomeiot opened this issue Aug 21, 2021 · 3 comments

Comments

@myhomeiot
Copy link

Please replace file static/firmware_build/partitions.bin with newer version, current version has smaller OTA partition sizes (0x190000 instead 0x1C0000) see esphome/issues#1076
ESPHome already use newer version when flash using host USB.

gen_esp32part.py output for existing partitions.bin

# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,20K,
otadata,data,ota,0xe000,8K,
app0,app,ota_0,0x10000,1600K,
app1,app,ota_1,0x200000,1600K,
eeprom,data,153,0x390000,4K,
spiffs,data,spiffs,0x391000,60K,

gen_esp32part.py output for newer version partitions.bin

# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,20K,
otadata,data,ota,0xe000,8K,
app0,app,ota_0,0x10000,1792K,
app1,app,ota_1,0x1d0000,1792K,
eeprom,data,153,0x390000,4K,
spiffs,data,spiffs,0x391000,60K,
@balloob
Copy link
Member

balloob commented Aug 22, 2021

People provide their own partition files. ESP web tools is just the tool to flash it.

Do you mean to report this to the esphome dashboard?

@myhomeiot
Copy link
Author

It's uses old static partitions.bin which is a part of this repository :-( see here

I will open issue connected to this problem at dashboard repo, but if we will have new partiotion file here it's will almost solves the problem, because not many users use custom partiotions.

@balloob
Copy link
Member

balloob commented Aug 23, 2021

It's not part of this repository, it's here https://github.com/esphome/dashboard/tree/main/raw_package/static/firmware

@balloob balloob closed this as completed Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants