ESP32 store calibration data failed(0x1105)

boarchuz
Posts: 559
Joined: Tue Aug 21, 2018 5:28 am

Re: ESP32 store calibration data failed(0x1105)

Postby boarchuz » Fri Jan 21, 2022 8:52 am

zazas321 wrote:
Thu Jan 20, 2022 5:35 am
Can you clarify what do you mean?
Something like this:

Code: Select all

# Default for system config (PHY, WiFi, etc):
nvs,           data, nvs,     ,  0x6000,
# Separate NVS partition for user settings:
settings,      data, nvs,     ,  0x6000,
To avoid any confusion, PHY calibration data is not stored in the phy_init partition. If you haven't (and will never) set CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION then this partition has no use and you can remove it.

chegewara also pointed out that your partition table is a little over 4MB, which is very odd. If you've got 4MB of flash, you might want to correct that; if you've got 8MB then you can afford to be a lot more generous with some of those partition sizes.

zazas321
Posts: 231
Joined: Mon Feb 01, 2021 9:41 am

Re: ESP32 store calibration data failed(0x1105)

Postby zazas321 » Fri Jan 21, 2022 9:47 am

I have enabled CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION and now will test how is it working.

I have 8MB flash ESP32 version because 4MB version was not enough for us since we needed OTA functionality

boarchuz
Posts: 559
Joined: Tue Aug 21, 2018 5:28 am

Re: ESP32 store calibration data failed(0x1105)

Postby boarchuz » Fri Jan 21, 2022 10:17 am

zazas321 wrote:
Fri Jan 21, 2022 9:47 am
I have enabled CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION and now will test how is it working.
Sorry let me rephrase:
PHY calibration data is never stored in the phy_init partition. That is for PHY init data (and only if enabled via CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION) which is not relevant to your issues here.

Who is online

Users browsing this forum: nils11 and 118 guests