fdcavalcanti commented on issue #16269: URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2855255642
I used your defconfig on my `ESP32S3-Devkit`. Telnet is up, ROMFS is selected and connected to a hotspot, did a wireless scan with `wapi scan wlan0`. No issues. ``` nsh> ls /etc/init.d /etc/init.d: . .. rc.sysinit rcS nsh> ps PID GROUP CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK COMMAND 0 0 0 0 FIFO Kthread - Assigned 0000000000000000 0003056 CPU0 IDLE 1 0 1 0 FIFO Kthread - Running 0000000000000000 0003048 CPU1 IDLE 2 0 --- 100 RR Kthread - Waiting Semaphore 0000000000000000 0004032 lpwork 0x3fca4d30 0x3fca4d60 3 3 0 100 RR Task - Running 0000000000000000 0008144 nsh_main 4 0 --- 255 RR Kthread - Waiting Semaphore 0000000000000000 0000704 spiflash_op 0x3fcac80c 5 0 --- 255 RR Kthread - Waiting Semaphore 0000000000000000 0000704 spiflash_op 0x3fcac80c 6 0 --- 223 RR Kthread - Waiting Semaphore 0000000000000000 0004048 rt_timer 7 0 --- 253 RR Kthread - Waiting MQ empty 0000000000000000 0006616 wifi 8 8 --- 100 RR Task - Waiting Semaphore 0000000000000000 0004056 telnetd nsh> ``` This could be board related (even power related, as I mentioned). There's a `esp32s3-xiao` available, however it seems to be in the initial stages. Seems it was added here #16161. Maybe you can contact the guys responsible. Honestly I can't replicate without the proper board, and unfortunately I don't have the XIAO one. -- 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