Re: OTA clarification
Posted: Mon Mar 19, 2018 5:26 pm
I dont know if you can update factory partition this way, but you can have 2x OTA and no factory partition. This will work for sure.
That's correct. This is the recommended configuration if free space is too limited for a dedicated factory partition.I dont know if you can update factory partition this way, but you can have 2x OTA and no factory partition. This will work for sure.
Im currently on the OTA part in my project and want to use setup as @davdav (small factory+ single ota) so i read your project and especially the bootloader part.The solution you want to use (factory + OTA) is implemented here:
https://github.com/chegewara/esp32-ota-with-ble-setup
You dont even use ForceFactoryBoot in your code. Also, it seems that there is alot additional code in your BL which i cant find in the original(it might be changed?)This is only change in bootloader ive done:
https://esp32.com/viewtopic.php?f=13&t= ... 908#p16328
You can take new bootloader and follow this topic.
Thank you, WiFive! So, now i dont need to copy the bootloader_support folder to the subproject/ too?Bootloader code was split up into multiple files
https://github.com/espressif/esp-idf/co ... 0435e204d4