Bootloader customization limits
Posted: Mon Apr 21, 2025 11:26 am
Hello.
To what extent are we able to customize the bootloader? I am familiar with examples, and am using bootloader_override as a reference. If the size of the bootloader is not an issue, is it possible to connect to the internet, access a server and perform ota from the bootloader itself? This would mean using components such as esp_wifi, esp_https_ota...
Generally, what is the procedure of customizing it - from the readme file I gather you copy/paste the components you need in the bootloader_component folder, correct?
Thanks for the help.
To what extent are we able to customize the bootloader? I am familiar with examples, and am using bootloader_override as a reference. If the size of the bootloader is not an issue, is it possible to connect to the internet, access a server and perform ota from the bootloader itself? This would mean using components such as esp_wifi, esp_https_ota...
Generally, what is the procedure of customizing it - from the readme file I gather you copy/paste the components you need in the bootloader_component folder, correct?
Thanks for the help.