Esp32-S3 Firmware uploading Problem #16218
Closed
sheetaljain01
started this conversation in
General
Replies: 2 comments 5 replies
-
You should have a firmware.bin after a build process. Then you can try:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
The offset of the firmware is
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I have created custom firmware for the ESP32-S3 and obtained the following files:
micropython.bin
,bootloader.bin
, andpartition-table.bin
.While uploading the firmware using the following command:
python3 -m esptool --chip esp32s3 --port COM5 write_flash 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 micropython.bin
my ESP32-S3 keeps rebooting and shows this error continuously:
ESP-ROM:esp32s3-20210327
Build: Mar 27 2021
rst:0x10 (RTCWDT_RTC_RST), boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode: DIO, clock div:1
load: 0x3fce3808, len: 0x43c
load: 0x403c9700, len: 0xbec
load: 0x20736177, len: 0x6c6c6163
Invalid image block, can't boot.
ets_main.c 329
This error keeps repeating. Can you help me troubleshoot the issue?"
Beta Was this translation helpful? Give feedback.
All reactions