Page 1 of 1

How to have a custom bootloader

Posted: Tue Aug 09, 2022 4:40 pm
by ArminArmin
Hello,

I would like to apply some modifications on the bootloader for a project, I read these links:
https://docs.espressif.com/projects/esp ... oader.html
https://github.com/espressif/esp-idf/tr ... r_override

Question:
Is it the right way to just copy the "bootloader_components" folder to my project and start changing the bootloader_start.c?

Thanks

Re: How to have a custom bootloader

Posted: Thu Aug 11, 2022 6:42 am
by chegewara
Yes, if you do it just like in the example, which means you will use components folder.