nvs_flash_init
returns ESP_ERR_NVS_NOT_INITIALIZED
(QEMU-171)
#88
Labels
nvs_flash_init
returns ESP_ERR_NVS_NOT_INITIALIZED
(QEMU-171)
#88
My startup code looks like this
When I run QEMU in ESP32 mode, NVRAM storage cannot be initialized:
What am I missing?
Note- I build my project with IDF-SDK v4.4:
Tried calling
nvs_flash_erase()
, same result.QEMU esp-develop 2e51514.
The text was updated successfully, but these errors were encountered: