Skip to content

Flash only firmware on ESP32S3 via USB2 port #9993

Answered by chshu
mforbiz asked this question in Q&A
Discussion options

You must be logged in to vote

@mforbiz If maybe caused by some USB connection issue. Could you please try the following steps:

  1. build the example first: idf.py build
  2. try to put the device into the downloading mode manually: hold the BOOT2 button, click the RESET2 button, then release the BOOT2 button
  3. flash the firmware with this command:
    esptool.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

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mforbiz
Comment options

@jwhui
Comment options

@mforbiz
Comment options

@chshu
Comment options

Answer selected by mforbiz
@mforbiz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants