Page 1 of 1

Flash encryption

Posted: Tue Oct 08, 2019 9:08 am
by muhambykar
  1. Hi for all. I am fresh member. I would like to ask you something about flash encryption. I tried to apply flash encryption and enabled it from menuconfig. However I got an error like that: esptool write_flash: error: argument <address> <filename>: Detected overlap at address: 0x8000 for file: C:/msys32/home/xxx/esp/esp-idf/examples/security/flash_encryption/build/partitions_singleapp.bin
  2. make: *** [/home/xxx/esp/esp-idf/components/esptool_py/Makefile.projbuild:92: flash] Error 2
  3.  
  4. What it could be?  Also, I could not find any tutorial or appliance of flash encryption on internet. If you know, can you share with me? It is a little bit hard for me trying understand docs of espressif. Thanks for all.
  5.  

Re: Flash encryption

Posted: Tue Oct 08, 2019 5:45 pm
by Mr_Red
Your bootloader is overlapping the partition table. Either reduce the log level for the bootloader or relocate the partition table if your version of IDF allows it.