ESP32 Flash Download Tool
Posted: Tue Apr 06, 2021 7:46 am
Hello,
I am trying to upload firmware to my ESP32 using Flash Download Tool. Project is created in PlatformIO using Arduino framework
Everything works fine when I add 4 files with their addresses (bootloader @0x1000, partitions @0x8000, boot_app @0xe000, and firmware @0x10000), but when I use CombineBin command, it erases my NVS.
I know that CombineBin erases everything that is not defined, but how I can keep my NVS partition? Is there any way to "skip" this part of flash when combining all files in single .bin?
Thanks!
I am trying to upload firmware to my ESP32 using Flash Download Tool. Project is created in PlatformIO using Arduino framework
Everything works fine when I add 4 files with their addresses (bootloader @0x1000, partitions @0x8000, boot_app @0xe000, and firmware @0x10000), but when I use CombineBin command, it erases my NVS.
I know that CombineBin erases everything that is not defined, but how I can keep my NVS partition? Is there any way to "skip" this part of flash when combining all files in single .bin?
Thanks!