You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi , i am trying to update the firmware with OTA on a ESP32-S3-DevKitC-1-N8
Chip is ESP32-S3 (QFN56) (revision v0.2)
uppon completion when i loaded from a webpage i get this
boot_comm: Image requires efuse blk rev >= v251.85, but chip is v1.3�[0m
�[0;31mE (153132) WebServer: ota_end failed: 5379�[0m
�[0;33mW (153142) httpd_txrx: httpd_resp_send_err: 500 Internal Server Error - ota_end�[0m
i tryed to add the -DCONFIG_ESP_EFUSE_IGNORE_EFUSE_REVISION=1
in platform,io doesnt work
the board is updating just fine on the Pio i use this
partision csv
nvs, data, nvs, 0x9000, 0x4000
otadata, data, ota, 0xd000, 0x2000
phy_init, data, phy, 0xf000, 0x1000
ota_0, app, ota_0, 0x10000, 1M
ota_1, app, ota_1, 0x110000, 1M
test, app, test, 0x210000, 1M
storage, data, spiffs, , 0xFC000
Board
ESP32-S3-DevKitC-1-N8
Device Description
Chip is ESP32-S3 (QFN56) (revision v0.2)
Hardware Configuration
ESP32-S3-DevKitC-1-N8
Version
latest stable Release (if not listed below)
IDE Name
VSCode
Operating System
windows 11
Flash frequency
55K
PSRAM enabled
yes
Upload speed
115200
Description
hi , i am trying to update the firmware with OTA on a ESP32-S3-DevKitC-1-N8
Chip is ESP32-S3 (QFN56) (revision v0.2)
uppon completion when i loaded from a webpage i get this
boot_comm: Image requires efuse blk rev >= v251.85, but chip is v1.3�[0m
�[0;31mE (153132) WebServer: ota_end failed: 5379�[0m
�[0;33mW (153142) httpd_txrx: httpd_resp_send_err: 500 Internal Server Error - ota_end�[0m
i tryed to add the -DCONFIG_ESP_EFUSE_IGNORE_EFUSE_REVISION=1
in platform,io doesnt work
the board is updating just fine on the Pio i use this
partision csv
nvs, data, nvs, 0x9000, 0x4000
otadata, data, ota, 0xd000, 0x2000
phy_init, data, phy, 0xf000, 0x1000
ota_0, app, ota_0, 0x10000, 1M
ota_1, app, ota_1, 0x110000, 1M
test, app, test, 0x210000, 1M
storage, data, spiffs, , 0xFC000
python -m esptool --chip esp32s3 merge_bin
--output full_flash.bin --flash_mode dio --flash_size 8MB --flash_freq 40m
0x0 "$path\bootloader.bin"
0x8000 "$path\partitions.bin"
0xd000 "$path\ota_data_initial.bin" `
0x10000 "$path\firmware.bin"
python -m esptool --chip esp32s3 write_flash
--flash_mode dio --flash_size 8MB --flash_freq 40m
0x0 full_flash.bin
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: