I use this command to dump the entire flash memory of my ESP32C3-Devkit:
$ esptool.py --chip esp32c3 --port "/dev/ttyUSB0" --baud 921600 read_flash 0 0x400000 esp32c3_dump.bin
a blog about computers and other funny things
Day: August 6, 2021
I use this command to dump the entire flash memory of my ESP32C3-Devkit:
$ esptool.py --chip esp32c3 --port "/dev/ttyUSB0" --baud 921600 read_flash 0 0x400000 esp32c3_dump.bin