-
I want to flash my application (which is based on I know how to flash the application itself. I guess that's because I need to modify the bootloader for my exact chip because it has inside settings for smaller memory and maybe other values I need to modify. How can I generate the proper bootloader for my device? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answering in case someone in the future needs this.
|
Beta Was this translation helpful? Give feedback.
Answering in case someone in the future needs this.
Easiest way I found was:
espflash read-flash 0 21008 esp32s3-bootloader-downloaded.bin
and you have a bootloader file as was generated in (2) for yout device.