Search found 2 matches
- Wed Oct 18, 2023 6:21 am
- Forum: General Discussion
- Topic: multiple App binaries
- Replies: 2
- Views: 3217
Re: multiple App binaries
Thank you for your help! I had the following information: The development of the BootLoader is very limited, you cannot use operating system related components such as freertos, and heap manager features such as malloc, etc. so it is not recommended that you add too many features to the BootLoader. ...
- Fri Oct 06, 2023 6:20 am
- Forum: General Discussion
- Topic: multiple App binaries
- Replies: 2
- Views: 3217
multiple App binaries
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...