Factory App.
Posted: Mon Jan 30, 2023 11:39 am
Hi,
I am planning to device Factory Application for ESP32S3 Target. Currently My main application has a feature upgrade new framework from the main application. So currently it's work fine but I have different plant for the production level.
Idea.
Firstly I will upload the factory application via physical access. (UART), later device will boot-up with factory application since there is no main application installed on ota partition. so device will be stay in factory application. Once upgradation happen from factory application and device will have a valid running partition then device start the main application.
Here Question.
When we flashed the Framework through the UART, At which partition of memory, device bootloader will copy the Framework ?
What would be partition table for Factory Application and Main Application ?
Once Factory Application load the framework through the ota process, does device automatic boot-up with main application. ?
How can we tell the device that this partition should load once ROM and second stage bootloader process over. ?
I am planning to device Factory Application for ESP32S3 Target. Currently My main application has a feature upgrade new framework from the main application. So currently it's work fine but I have different plant for the production level.
Idea.
Firstly I will upload the factory application via physical access. (UART), later device will boot-up with factory application since there is no main application installed on ota partition. so device will be stay in factory application. Once upgradation happen from factory application and device will have a valid running partition then device start the main application.
Here Question.
When we flashed the Framework through the UART, At which partition of memory, device bootloader will copy the Framework ?
What would be partition table for Factory Application and Main Application ?
Once Factory Application load the framework through the ota process, does device automatic boot-up with main application. ?
How can we tell the device that this partition should load once ROM and second stage bootloader process over. ?