- Hello Friends.
- The devices I am using for below problem statements are:
- ESP32 16MB WROOM32
- ESP32S3 16MB WROOM
- I want to keep two Binaries , let us say App1.bin and App2.bin in application area.
- So the primary bootloader jumps to App1.bin by default.
- The App1.bin logic then at a particular condition lets suppose on a GPIO press should then jump to App2.bin.
- At a further place in time, I would like to do a Fota only on App2.bin location , so in a way App1.bin acts as a secondary bootloader running on top of the primary bootloader(that comes by default with ESP32).
- I have written such application on different MCU's but am short of ideas for ESP32.
Thanks.
Please let me know if I need to frame/post the question in a different format, as I am new to this group.
Thanks again!