Skip to content

How to create a bootloader to flash not using espflash? #712

Closed Answered by yanshay
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

Answering in case someone in the future needs this.
Easiest way I found was:

  1. Find in this repo the bootloader you need for your chip and check the bin size (let's assume it is 21008 - esp32s3).
  2. Flash some demo app to your device.
  3. run espflash read-flash 0 21008 esp32s3-bootloader-downloaded.bin and you have a bootloader file as was generated in (2) for yout device.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yanshay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant