masayuki2009 commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1231151645

   @ethanlcz 
   I tried this PR with spresense:wifi_smp but it does not work.
   
   ```
   NuttShell (NSH)
   nsh> uname -a
   NuttX  0.0.0 6bb1c0902d Aug 30 2022 14:01:59 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 
000456  45.6%  CPU0 IDLE
       1     1   1   0 FIFO     Kthread N-- Running            00000000 001000 
000228  22.8%  CPU1 IDLE
       2     2 --- 224 RR       Kthread --- Waiting  Signal    00000000 001992 
000476  23.8%  hpwork 0x2d057324
       3     3 ---  60 RR       Kthread --- Waiting  Semaphore 00000000 001992 
000284  14.2%  lpwork 0x2d057334
       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 
001240  41.0%  spresense_main
   nsh> free
                      total       used       free    largest  nused  nfree
           Umem:    1201120      41872    1159248    1157360    119      2
   nsh> mount
     /mnt/spif type smartfs
     /proc type procfs
   nsh> ifconfig
   wlan0        Link encap:Ethernet HWaddr 00:00:00:00:00:00 at UP
        inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
   
   nsh> gs2200m raspi3-g wifi-test-24g & 
   gs2200m [7:50]
   nsh> renew wlan0
   Traceback (most recent call last):
     File "/home/ishikawa/script/expect_nuttx_wifi_streaming_test.py", line 39, 
in <module>
       child.expect('nsh> ', timeout=7)
     File 
"/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/spawnbase.py", line 
344, in expect
       timeout, searchwindowsize, async_)
     File 
"/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/spawnbase.py", line 
372, in expect_list
       return exp.expect_loop(timeout)
     File 
"/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/expect.py", line 
181, in expect_loop
       return self.timeout(e)
     File 
"/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/expect.py", line 
144, in timeout
   ```
   


-- 
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

Reply via email to