esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

nvs_list command results in crash

Open georgepapas123 opened this issue 10 months ago • 0 comments

crash/reboot when running the following command (copied from help command output):

nvs_list nvs -n storage -t u32

ESP_ERROR_CHECK failed: esp_err_t 0x1102 (ESP_ERR_NVS_NOT_FOUND) at 0x400da9e1
file: "components\cmd_nvs\cmd_nvs.c" line 377
func: list
expression: nvs_entry_find(part, name, NVS_TYPE_ANY, &it)

abort() was called at PC 0x4008ae8b on core 0

Backtrace: 0x40082dca:0x3ffbaf10 0x4008ae95:0x3ffbaf30 0x4009281a:0x3ffbaf50 0x4008ae8b:0x3ffbafc0 0x400da9e1:0x3ffbaff0 0x400daa91:0x3ffbb040 0x400d446c:0x3ffbb060 0x400d3bfa:0x3ffbb080 0x4008e32c:0x3ffbb0c0 0x4008df29:0x3ffbb0f0

then the normal boot messages follow

Chip is ESP32-D0WD-V3 (revision v3.1) Flashed the 3 pre-build files from esp32_nat_router-master\build\esp32

cpu_start: Project name:     esp32_nat_router
cpu_start: App version:      a8c97dc
cpu_start: Compile time:     Nov 28 2023 13:34:37
cpu_start: ELF file SHA256:  106e6f81c394bc62...
cpu_start: ESP-IDF:          5.1.2
...
esp32> version
IDF Version:5.1.2
Chip info:
        model:ESP32
        cores:2
        feature:/802.11bgn/BLE/BT/External-Flash:4 MB
        revision number:301
esp32>

georgepapas123 avatar Feb 07 '25 14:02 georgepapas123