Search found 2 matches
- Thu Jun 01, 2023 4:47 pm
- Forum: ESP-IDF
- Topic: Cannot find File after mounting FatFs with VFS in read-only mode.
- Replies: 1
- Views: 915
Cannot find File after mounting FatFs with VFS in read-only mode.
Hello, I have a file that I can create and open no problem with a build that uses the esp_vfs_fat_spiflash_mount(PERM_STORE_MOUNT_POINT, STORAGE_LABEL, &mount_config); function , but if I switch to read only mode using the esp_vfs_fat_rawflash_mount(PERM_STORE_MOUNT_POINT, STORAGE_LABEL, &mount_conf...
- Thu Apr 13, 2023 8:37 am
- Forum: ESP-IDF
- Topic: Differences between idf 4.3 and 4.4 regarding OTA update with flash encryption and secure boot enabled the first time.
- Replies: 0
- Views: 654
Differences between idf 4.3 and 4.4 regarding OTA update with flash encryption and secure boot enabled the first time.
This is not a problem I am stuck on but I am asking because I want to know the root cause of the issue. We have an "Installer" build which is flashed before the main application via UART and is used to install a BLE certificate. Afterwards the actual "Release" build is flashed using the OTA feature....