masayuki2009 commented on PR #7584: URL: https://github.com/apache/nuttx/pull/7584#issuecomment-1340215147
@pkarashchenko I added the following configs to `spresense:rndis` ``` CONFIG_CXD56_SDCARD_AUTOMOUNT=y CONFIG_FS_AUTOMOUNTER=y CONFIG_FS_AUTOMOUNTER_DRIVER=y ``` However, the sd card was not mounted. ``` NuttShell (NSH) NuttX-3.6.1 nsh> uname -a NuttX 3.6.1 f590b13f0a-dirty Dec 7 2022 09:36:05 arm spresense nsh> ps PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK USED FILLED COMMAND 0 0 0 FIFO Kthread N-- Ready 00000000 001000 000384 38.4% Idle Task 1 1 224 RR Kthread --- Waiting Semaphore 00000000 001992 000300 15.0% hpwork 0x2d053ad0 2 2 100 RR Kthread --- Waiting Semaphore 00000000 001992 000300 15.0% lpwork 0x2d053ae8 3 3 100 RR Task --- Running 00000000 003024 001444 47.7% spresense_main 4 4 200 RR Task --- Waiting MQ empty 00000000 000976 000456 46.7% cxd56_pm_task 6 6 100 RR Task --- Waiting Semaphore 00000000 002008 000620 30.8% telnetd nsh> mount /mnt/spif type smartfs /proc type procfs ``` -- 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