dapeng0512 opened a new issue, #11279: URL: https://github.com/apache/nuttx/issues/11279
when i enable OTA with mcuboot in nuttx, the system will crash at ‘esp_wifi_init_internal’ functon,i noticed that this function does not provide source code and cannot analyze specific problems. Does anyone have this problem? esp-hal-3rdparty version is latest (2fbc8a025275d68833cdfef490377048538de57a) in release/v5.1.c branch this is full start log. <img width="1061" alt="image" src="https://github.com/espressif/esp-hal-3rdparty/assets/15180245/dbaa8542-dd3a-4b46-9050-1214399f41b3"> Anyway, Wifi threads in non-OTA mode are not crashing back Replication step: 1. ./tools/configure.sh esp32s3-devkit:wifi 2. modify config CONFIG_ESP32S3_HAVE_OTA_PARTTION=y CONFIG_ESP32S3_STORAGE_MTD_OFFSET=0x250000 CONFIG_ESP32S3_STORAGE_MTD_SIZE=0x100000 others, use default 3. build bootloader and nuttx 4. flash tks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org