masayuki2009 commented on PR #9297:
URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1599858814
@CV-Bowen
BTW, I noticed that mount command failed for the vfat.
```
/home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-aarch64 -cpu
cortex-a53 -smp 4 -nographic -machine virt,virtualization=on,gic-version=3
-chardev stdio,id=con,mux=on -serial chardev:con -global
virtio-mmio.force-legacy=false -device
virtio-serial-device,bus=virtio-mmio-bus.0 -chardev
socket,telnet=on,host=127.0.0.1,port=3450,server=on,wait=off,id=foo -device
virtconsole,chardev=foo -device virtio-rng-device,bus=virtio-mmio-bus.1 -netdev
user,id=u1,hostfwd=tcp:127.0.0.1:10023-10.0.2.15:23,hostfwd=tcp:127.0.0.1:15001-10.0.2.15:5001
-device virtio-net-device,netdev=u1,bus=virtio-mmio-bus.2 -drive
file=./mydisk-1gb.img,if=none,format=raw,id=hd -device
virtio-blk-device,bus=virtio-mmio-bus.3,drive=hd -mon chardev=con,mode=readline
-kernel ./nuttx
telnetd [4:100]
NuttShell (NSH) NuttX-10.2.0
nsh> help
help usage: help [-v] [<cmd>]
. cat echo hexdump mkfatfs put time
wget
[ cd env ifconfig mkrd pwd true xd
? cp exec ifdown mount rm truncate
alias cmp exit ifup mv rmdir uname
unalias dirname false kill nfsmount set umount
arp dd free ls nslookup sleep unset
basename df get md5 printf source uptime
break dmesg help mkdir ps test usleep
Builtin Apps:
telnetd sh getprime iperf nsh
ostest ping renew hello
nsh> ls -l /dev
/dev:
crw-rw-rw- 0 console
crw-rw-rw- 0 null
cr--r--r-- 0 random
crw-rw-rw- 0 telnet
crw-rw-rw- 0 ttyS0
crw-rw-rw- 0 ttyV0
brw-rw-rw-1073741824 virtblk0
crw-rw-rw- 0 zero
nsh> mkfatfs /dev/virtblk0
nsh> mount -t vfat /dev/virtblk0 /mnt
nsh: mount: mount failed: 19
```
--
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]