Search found 2 matches

by MauroDiam
Thu Oct 12, 2023 11:22 pm
Forum: ESP-IDF
Topic: Flash encryption with micropython and reflashing
Replies: 1
Views: 2011

Flash encryption with micropython and reflashing

Hi, I'm using flash encryption in a ESP32 board and with micropython project, which is based in ESP-IDF. I'm manually setting the following efuses in the board using espsecure.py: FLASH_CRYPT_CONFIG 0xF FLASH_CRYPT_CNT 0X1 DISABLE_DL_ENCRYPT 1 DISABLE_DL_DECRYPT 1 DISABLE_DL_CACHE 1 JTAG_DISABLE 1 A...
by MauroDiam
Thu Oct 12, 2023 11:17 pm
Forum: ESP-IDF
Topic: Prefill data partition
Replies: 1
Views: 715

Prefill data partition

Hi, is there a way to setup a fat data partition in the partition table and associate it with a prefilled .bin file, ie a pregenerated .bin file with a fat filesystem and some data files stored there?