Search found 4 matches
- Fri Jul 05, 2024 11:17 am
- Forum: ESP-IDF
- Topic: Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
- Replies: 4
- Views: 1033
Re: Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
Hi, Of-course, it will give more space for bootloader. But the issue is that I have many devices on-site, so I can't change any addresses. I'm looking for a solution that will not affect my on-site devices, and I can OTA them with a new file. In short, if I can reduce bootloader size, or find a rela...
- Mon Jul 01, 2024 9:14 am
- Forum: ESP-IDF
- Topic: Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
- Replies: 4
- Views: 1033
Re: Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
Hey, First of all thanks for your response. Have you modified the bootloader? No. Have you modified linker map or the build environment? No. I did not modify the boot-loader. I'm using platformIO in VScode for my code. I have enabled below security features. If i disable it, my bootloader size decre...
- Tue Jun 25, 2024 10:52 am
- Forum: ESP-IDF
- Topic: Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
- Replies: 4
- Views: 1033
Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
Hello, We are currently using the ESP32-WROVER-E board with code based on ESP-IDF 4.3.1, and we are planning to upgrade to ESP-IDF 5.1.1. In our current partition setup, the bootloader is loaded at 0x1000, and the partition table is loaded at 0x9000. This means the bootloader size is limited to 32KB...
- Mon Jun 24, 2024 7:00 am
- Forum: ESP-IDF
- Topic: Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
- Replies: 0
- Views: 159
Bootloader Size Increase when Upgrading from ESP-IDF 4.3.1 to 5.1.1
Hello Everyone. We are currently using the ESP32-WROVER-E board with code based on ESP-IDF 4.3.1, and we are planning to upgrade to ESP-IDF 5.1.1. In our current partition setup, the bootloader is loaded at 0x1000, and the partition table is loaded at 0x9000. This means the bootloader size is limite...