-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Secure ROM DL Mode] read_flash command fails (ESPTOOL-567) #810
Comments
github-actions
bot
changed the title
[Secure ROM DL Mode] read_flash command fails
[Secure ROM DL Mode] read_flash command fails (ESPTOOL-567)
Dec 10, 2022
Hello @chipweinberger, Reading flash is not supported in secure download mode. I hope this false information didn't cause any material damage (bricked chip) on your side. |
The fixes have been merged, the docs should update automatically today. Thanks again for the report! |
Glad I could help! |
espressif-bot
pushed a commit
to espressif/esp-idf
that referenced
this issue
Dec 22, 2022
…rted Simple flash read command is not supported if Secure DL mode is enabled on the target. Remove reference of this from the relevant docs part. Related: espressif/esptool#810 Related: ESPTOOL-567 Closes IDF-6468
espressif-bot
pushed a commit
to espressif/esp-idf
that referenced
this issue
Dec 22, 2022
…rted Simple flash read command is not supported if Secure DL mode is enabled on the target. Remove reference of this from the relevant docs part. Related: espressif/esptool#810 Related: ESPTOOL-567 Closes IDF-6468
espressif-bot
pushed a commit
to espressif/esp-idf
that referenced
this issue
Dec 25, 2022
…rted Simple flash read command is not supported if Secure DL mode is enabled on the target. Remove reference of this from the relevant docs part. Related: espressif/esptool#810 Related: ESPTOOL-567 Closes IDF-6468
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating System
macOS 12.5.1
Esptool Version
esptool.py v3.3.2
esp-idf v4.4.3-215-g9f3f82f54b
Python Version
3.9.9
Chip Description
ESP32-S3
Device Description
ESP32-S3 Dev Kit C
How is Esptool Run
Mac OS Terminal
Full Esptool Command Line that Was Run
/Volumes/User/MBP-Google-Drive/jamcorder/firmware/.espressif/python_env/idf4.4_py3.9_env/bin/python /Volumes/User/MBP-Google-Drive/jamcorder/firmware/esp-idf/components/esptool_py/esptool/esptool.py -p /dev/cu.SLAB_USBtoUART -b 460800 --before default_reset --after no_reset --chip esp32s3 --no-stub read_flash 0x0 100 /Users/charlesweinberger/Desktop/testdata.bin
Esptool Output
More Information
Accoording to the docs read_flash should work:
https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/security/flash-encryption.html#best-practices
Secure Download Mode permanently limits the available commands to basic flash read and write only.
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: