Search found 2 matches
- Fri Apr 18, 2025 7:38 pm
- Forum: ESP-IDF
- Topic: Update partition tables boot loop
- Replies: 2
- Views: 242
Re: Update partition tables boot loop
By default, ESP-IDF doesn't allow writing to regions like the bootloader or partition table. There should be an option somewhere in Menuconfig to allow this.
Thank you for pointing me in the right direction. I was able to access the regions by allowing writing to dangerous flash regions. In ...
- Mon Apr 14, 2025 10:46 am
- Forum: ESP-IDF
- Topic: Update partition tables boot loop
- Replies: 2
- Views: 242
Update partition tables boot loop
I am working on a patch designed to update the partition tables of an encrypted ESP32 device using a USB connection for the update process. During testing, I've encountered a persistent issue where the device enters a boot loop after the patch is applied. This is preventing the successful completion ...