masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1279759096
@xiaoxiang781216 Hmm, I noticed that 'hello' application not found with spresense:wifi_smp ``` NuttShell (NSH) NuttX-3.6.1 nsh> nsh> uname -a NuttX 3.6.1 379717002a Oct 15 2022 23:36:28 arm spresense nsh> ps PID GROUP CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK USED FILLED COMMAND 0 0 0 0 FIFO Kthread N-- Assigned 00000000 001000 000452 45.2% CPU0 IDLE 1 1 1 0 FIFO Kthread N-- Running 00000000 001000 000228 22.8% CPU1 IDLE 2 2 --- 224 RR Kthread --- Waiting Semaphore 00000000 001992 000660 33.1% hpwork 0x2d0584e4 3 3 --- 60 RR Kthread --- Waiting Semaphore 00000000 001992 000300 15.0% lpwork 0x2d0584fc 5 5 --- 200 RR Task --- Waiting MQ empty 00000000 000976 000472 48.3% cxd56_pm_task 6 6 0 100 RR Task --- Running 00000000 003024 001388 45.8% spresense_main nsh> ls -l /mnt/sd0/bin /mnt/sd0/bin: -rw-rw-rw- 3728 hello nsh> hello nsh: hello: command not found nsh> ``` I can see `CONFIG_PATH_INITIAL` is set correctly. ``` $ grep PATH_INITIAL .config CONFIG_PATH_INITIAL="/mnt/sd0/bin" ``` -- 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