Hi,
Anyone can help here ?
Search found 21 matches
- Thu Mar 02, 2023 5:05 am
- Forum: ESP-IDF
- Topic: Restore Boot Partition
- Replies: 1
- Views: 1176
- Mon Feb 27, 2023 7:39 am
- Forum: ESP-IDF
- Topic: Restore Boot Partition
- Replies: 1
- Views: 1176
Restore Boot Partition
Hi, I have develop the "Factory Application" for testing the custom board and Ota Process. Now Factory Application has option perform the OTA task from configurable end-point option. Factory Application and Main Application is work fine, able perform the OTA task from the Factory Application. Curren...
- Wed Feb 01, 2023 5:14 am
- Forum: ESP-IDF
- Topic: Factory App.
- Replies: 2
- Views: 2049
Re: Factory App.
Hi, Thank you for your reply. we are in production stage now so we are planning to have factory app inside the esp32 which will load the ota. so all the custom board will go with factory application and we have to do some testing like hardware testing so those all thing want to keep in factory appli...
- Mon Jan 30, 2023 11:39 am
- Forum: ESP-IDF
- Topic: Factory App.
- Replies: 2
- Views: 2049
Factory App.
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 ph...
- Thu Jan 05, 2023 12:50 pm
- Forum: ESP-IDF
- Topic: Planning to use secure boot-loader
- Replies: 5
- Views: 3865
Re: Planning to use secure boot-loader
Hi, I did something related with encrypted flash option and reload the bootloader again, now board is showing me only this. rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<\r><\n> configsip: 0, SPIWP:0xee<\r><\n> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<\r>...
- Tue Jan 03, 2023 11:23 am
- Forum: ESP-IDF
- Topic: Planning to use secure boot-loader
- Replies: 5
- Views: 3865
Re: Planning to use secure boot-loader
Hi, I had been go through the document and secure boot guidelines and start the device the secure-boot to esp32 development kit. Here is my step for building the secure boot-loader step1 . copy hello_word example from idf example. step2. enable the Secure boot option from menu config and select refl...
- Tue Jan 03, 2023 4:49 am
- Forum: ESP-IDF
- Topic: ESP IDF Upload .html file into SPIFS while programming image.
- Replies: 8
- Views: 5889
Re: ESP IDF Upload .html file into SPIFS while programming image.
Hi,
Thank you for explanation.
I think working after made changed on CMakeList.txt.
I have a modify My CMakeList.txt files as per you showed.
Thank you for explanation.
I think working after made changed on CMakeList.txt.
I have a modify My CMakeList.txt files as per you showed.
- Mon Dec 26, 2022 9:53 am
- Forum: ESP-IDF
- Topic: Planning to use secure boot-loader
- Replies: 5
- Views: 3865
Planning to use secure boot-loader
Hi, I am using ESP32 chipset with custom board design. Currently we're in production stage where we are going to design more ESP32 device. We have to secure our board from unwanted framework upgradation, because in custom board, UART is outside of the enclose with ground pin. so board is accessible ...
- Mon Dec 26, 2022 9:14 am
- Forum: ESP-IDF
- Topic: ESP IDF Upload .html file into SPIFS while programming image.
- Replies: 8
- Views: 5889
Re: ESP IDF Upload .html file into SPIFS while programming image.
Hi, Thank you for the details explanation, but I am not much expert on ESP32 device. This is the first time I used esp32 so not much knowledge on partition handling and spiffs stuff. I just went through this with my application. The OTA only downloads one bin file, so it cannot do a SPIFS partition ...
- Fri Dec 23, 2022 7:16 am
- Forum: ESP-IDF
- Topic: ESP IDF Upload .html file into SPIFS while programming image.
- Replies: 8
- Views: 5889
Re: ESP IDF Upload .html file into SPIFS while programming image.
Hi,
I changed partition size then it's worked.
After the flashing the web-page into the spiffs, then later I have modify the web-page, then I can update the bin file without flashing through UART ?. I have a OTA application which is running in application.
I changed partition size then it's worked.
After the flashing the web-page into the spiffs, then later I have modify the web-page, then I can update the bin file without flashing through UART ?. I have a OTA application which is running in application.