ESP32 Boot Multiple Applications from Flash - e-Yantra, IIT Bombay
Posted: Mon Jul 15, 2019 10:52 am
ESP32 Boot Multiple Applications from Flash
Developed by: e-Yantra, IIT Bombay
This project allows user to boot different application in the flash using two methods,
1. Hardware - boot to different application based on the status of two GPIO pins. This is achieved using a custom bootloader.
2. Software - using jump_to_application() function in the application
Source Code and Documentation
Kindly mail us for source code and documentation
Reference
1. Customize boot mode: https://esp32.com/viewtopic.php?t=5159
2. Boot Different Partition from Application: https://esp32.com/viewtopic.php?t=6929
Acknowledgment
1. User loboris (https://esp32.com/memberlist.php?mode=v ... ile&u=2849) on this forum.
Developed by: e-Yantra, IIT Bombay
This project allows user to boot different application in the flash using two methods,
1. Hardware - boot to different application based on the status of two GPIO pins. This is achieved using a custom bootloader.
2. Software - using jump_to_application() function in the application
Source Code and Documentation
Kindly mail us for source code and documentation
Reference
1. Customize boot mode: https://esp32.com/viewtopic.php?t=5159
2. Boot Different Partition from Application: https://esp32.com/viewtopic.php?t=6929
Acknowledgment
1. User loboris (https://esp32.com/memberlist.php?mode=v ... ile&u=2849) on this forum.