-
Hi. |
Beta Was this translation helpful? Give feedback.
Answered by
chshu
Apr 17, 2024
Replies: 1 comment 5 replies
-
As mentioned in the guide you linked:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mforbiz If maybe caused by some USB connection issue. Could you please try the following steps:
idf.py build
BOOT2
button, click theRESET2
button, then release theBOOT2
buttonesptool.py -p /dev/ttyACM0 --no-stub -b 460800 --before default_reset --after hard_reset --chip esp32s3 write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 build/bootloader/bootloader.bin 0x8000 build/partition_table/partition-table.bin 0xf000 build/ota_data_initial.bin 0x20000 build/esp_ot_br.bin 0x340000 build/web_storage.bin 0x359000 build/rcp_fw.bin