Flash Onto The Device - Espressif Systems ESP32-S3-WROOM-2 User Manual

2.4 ghz wi-fi (802.11 b/g/n) and bluetooth 5 (le) module buit around esp32-s3r8v soc, xtensa dual-core 32-bit lx7 microprocessor flash up to 32 mb, psram up to 8 mb 33 gpios, rich set of peripherals on-board pcb antenna
Table of Contents

Advertisement

2 Get Started
-- Component paths: ...
... (more lines of build system output)
[527/527] Generating hello_world.bin
esptool.py v2.3.1
Project build complete. To flash, run this command:
../../../components/esptool_py/esptool/esptool.py -p (PORT) -b 921600
write_flash --flash_mode dio --flash_size detect --flash_freq 40m
0x10000 build/hello_world.bin build 0x1000 build/bootloader/bootloader.bin 0x8000
build/partition_table/partition-table.bin
or run 'idf.py -p PORT flash'
If there are no errors, the build will finish by generating the firmware binary .bin file.

2.4.5 Flash onto the Device

Flash the binaries that you just built onto your module by running:
idf.py -p PORT [-b BAUD] flash
Replace PORT with your ESP32-S3 board's serial port name from
You can also change the flasher baud rate by replacing BAUD with the baud rate you need. The default baud rate
is 460800.
For more information on idf.py arguments, see idf.py.
Note:
The option 'flash' automatically builds and flashes the project, so running 'idf.py build' is not necessary.
When flashing, you will see the output log similar to the following:
...
esptool.py esp32s3 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset
write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader/bootloader.bin
0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
esptool.py v3.2-dev
Serial port /dev/ttyUSB0
Connecting....
Chip is ESP32-S3
Features: WiFi, BLE
Crystal is 40MHz
MAC: 7c:df:a1:e0:00:64
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00004fff...
Espressif Systems
12
Submit Documentation Feedback
Step: Connect Your
Device.
ESP32-S3-WROOM-2 User Manual v0.6

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32-S3-WROOM-2 and is the answer not in the manual?

Questions and answers

Table of Contents