fdcavalcanti commented on issue #18469:
URL: https://github.com/apache/nuttx/issues/18469#issuecomment-3987073363

   If you look at the `ps` output I added, you will see both cores available, 
which means SMP is on.
   
   Steps to reproduce:
   ```
   $ ntxbuild start esp32s3-devkit sta_softap --apps-dir apps
   $ ntxbuild kconfig --enable CONFIG_SMP
   $ ntxbuild kconfig --enable CONFIG_ESP32S3_SPIFLASH_LITTLEFS
   $ ntxbuild build -j10
   ```
   Tested on NuttX `e2f3950d45946eb765dd5fab13a67b7bc70b8a51` and apps 
`e4b84b29d47b98a666df524d6f2d38904c972de5`.
   
   Could you erase your entire flash and try again?
   Use this to erase:
   ```
   $ esptool.py erase_flash
   ```
   Then flash. If you had a different file system before using Little FS, it 
could cause this issue.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to