You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot read flash partitions with espflash on an esp32-s3 devkit over UART.
[2024-10-25T10:47:14Z INFO ] 🚀 A new version of espflash is available: v3.2.0
[2024-10-25T10:47:14Z INFO ] Serial port: '/dev/ttyUSB0'
[2024-10-25T10:47:14Z INFO ] Connecting...
[2024-10-25T10:47:14Z INFO ] Using flash stub
Chip type: esp32s3 (revision v0.2)
Crystal frequency: 40 MHz
Flash size: 8MB
Features: WiFi, BLE
MAC address: 30:30:f9:55:19:54
Error: espflash::read_flash::corrupt_data
× Corrupt data, expected 1000 bytes but receved fd1 bytes
I am able to do the same with esptool.py:
esptool.py read_flash 0x9000 0x6000 ./nvs_dump.bin
esptool.py v4.8.1
Found 33 serial ports
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... ESP32-S3
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: 30:30:f9:55:19:54
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
24576 (100 %)
24576 (100 %)
Read 24576 bytes at 0x00009000 in 2.2 seconds (90.0 kbit/s)...
Hard resetting via RTS pin...
I don't know what is missing?
The text was updated successfully, but these errors were encountered:
espflash read-flash --no-stub 0x9000 0x6000 ./nvs_dump_devkit
[2024-10-25T10:45:55Z INFO ] 🚀 A new version of espflash is available: v3.2.0
Error: espflash::stub_required
× This command requires using the RAM stub
help: Don't use the `--no-stub` option with the command
I cannot read flash partitions with espflash on an esp32-s3 devkit over UART.
I am able to do the same with esptool.py:
I don't know what is missing?
The text was updated successfully, but these errors were encountered: