eren-terzioglu commented on issue #11279: URL: https://github.com/apache/nuttx/issues/11279#issuecomment-1833874676
Hi @dapeng0512 We need to ask some questions and suggestions something to do for understanding your issue correctly and create a solution. 1) First of all, did you compile MCUBoot by yourself or used pre-built one? Did you use `CONFIG_ESP32S3_BOOTLOADER_BUILD_FROM_SOURCE` flag on your custom defconfig file? 2) Could you send nxdiag application output with `nxdiag --all` by using `esp32s3-devkit:nsh` with these options added into [nsh defconfig](https://github.com/apache/nuttx/blob/master/boards/xtensa/esp32s3/esp32s3-devkit/configs/nsh/defconfig) ? Options are: ``` CONFIG_SYSTEM_NXDIAG=y CONFIG_SYSTEM_NXDIAG_COMP_FLAGS=y CONFIG_SYSTEM_NXDIAG_CONF=y CONFIG_SYSTEM_NXDIAG_ESPRESSIF=y CONFIG_SYSTEM_NXDIAG_HOST_PATH=y ``` 3) Lastly, could be please use [this PR](https://github.com/apache/nuttx/pull/11299) to test it and could you give us a feedback about PR(it solved or not)? Thanks, -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org