Search found 3 matches
- Fri Nov 17, 2023 6:57 am
- Forum: General Discussion
- Topic: Can't find a nvs partition namespace
- Replies: 0
- Views: 604
Can't find a nvs partition namespace
Hello I was trying to use pre-encrypted nvs flash & inject initial data I don't know what's wrong and causing the error. Please advise using esp-idf v4.3.1-3-g954d44c7b9-dirty Chip is ESP32-D0WD-V3 (revision 3) SecureBoot & Flash Encryption is enabled print log I (1577) nvs: nvs_key partition found ...
- Fri Oct 20, 2023 2:57 am
- Forum: General Discussion
- Topic: Invalid header in pre-generated flash encryption
- Replies: 0
- Views: 6042
Invalid header in pre-generated flash encryption
Hello, Everyone My development environment is esp-idf 4.3 & ESP32 The pre-generated encryption binary file was downloaded to UART. This is the error content. rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) invalid header: 0x82612d7c what did i do wrong ? The procedure I did is as follows...
- Wed Oct 18, 2023 10:21 am
- Forum: General Discussion
- Topic: E (5717176) nvs: Failed to read NVS security cfg: [0x1117] (ESP_ERR_NVS_CORRUPT_KEY_PART)
- Replies: 0
- Views: 4246
E (5717176) nvs: Failed to read NVS security cfg: [0x1117] (ESP_ERR_NVS_CORRUPT_KEY_PART)
Hello, Everyone My development environment is esp-idf 4.3 & ESP32. Flash encryption was applied, but secure boot was not applied. I downloaded the program to UART using “idf.py encrypted-flash monitor”. An error occurs when you run the code below to run ota. void ota_nvs_flash_init() { // Initialize...