ret = nvs_flash_init(); printf("no free pages in nvs"); } for(int i=0;i<sizeof(wifi_con.ssid);i++){ a+=wifi_con.ssid[i]; } ESP_ERROR_CHECK(ret); app_wifi(); char * p=strstr(send_data1,a); if (p) { vTaskDelay(4000/portTICK_PERIOD_MS); printf("wifi cred found...
[2023-02-09_19:32:26:771]�[0;32mI (550) spi_flash: flash io: dio�[0m [2023-02-09_19:32:26:771]�[0;33mW (554) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.�[0m [2023-02-...
I (935) wifi:config NVS flash: enabled I (935) wifi:config nano formating: disabled I (945) wifi:Init data frame dynamic rx buffer num: 8 I (945) wifi:Init static rx mgmt buffer num: 5 I (955) wifi:Init management short buffer num: 32 ...
I also tried by setting the offset to 0x0000, the overlap error gone but after flash, esp not able to read the bootloader. error showing like "failed to read". Hi @Raghav3107 , I think from the error log it looks like the first partition (nvs) address (0x10000) starts within the ...
esp_err_t ret = nvs_flash_init(); printf("one"); if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { ESP_ERROR_CHECK(nvs_flash_erase()); ret = nvs_flash_init(); printf("no free pages in nvs"); ...
I (48) boot.esp32s3: SPI Flash Size : 2MB I (53) boot: Enabling RNG early entropy source... I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (76) boot: 1 phy_init RF data 01 01 ...
I (48) boot.esp32s3: SPI Flash Size : 2MB I (53) boot: Enabling RNG early entropy source... I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (76) boot: 1 phy_init RF data 01 01 ...
I (48) boot.esp32s3: SPI Flash Size : 2MB I (53) boot: Enabling RNG early entropy source... I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (76) boot: 1 phy_init RF data 01 01 ...
I (48) boot.esp32s3: SPI Flash Size : 2MB I (53) boot: Enabling RNG early entropy source... I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (76) boot: 1 phy_init RF data 01 01 ...
I (48) boot.esp32s3: SPI Flash Size : 2MB I (53) boot: Enabling RNG early entropy source... I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (76) boot: 1 phy_init RF data 01 01 ...