acassis commented on issue #19201:
URL: https://github.com/apache/nuttx/issues/19201#issuecomment-4827130784
Hey Guys, after some fixes (thank you @ldube) it worked as expected!
```
NuttShell (NSH) NuttX-13.0.0-RC0
nsh> uname -a
NuttX 13.0.0-RC0 bcac56ed20-dirty Jun 28 2026 16:05:05 arm olimex-lpc2378
nsh> mount
nsh: mount: missing required argument(s)
nsh> help
help usage: help [-v] [<cmd>]
. cd expr mv usleep unset
[ cp false printf source uptime
? cmp help pwd test watch
alias dirname hexdump rm time xd
unalias dmesg ls rmdir true
basename echo mkdir set truncate
break exec mkrd kill uname
cat exit mount sleep umount
nsh> uptime
00:00:34 up 0:00, load average: 0.00, 0.00, 0.00
nsh>
```
--
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]