nuttx-update/Documentation/platforms/arm64
wangmingrong1 95ed02ec22 arm64/qemu: Add 9pfs configuration
Convenient for qemu debugging and adding ci check
We can learn to use the following command to mount 9pfs on qemu64:

qemu-system-aarch64 -cpu max -nographic \
        -machine virt,virtualization=on,gic-version=3,mte=on \
        -fsdev local,security_model=none,id=fsdev0,path=/xxxx -device virtio-9p-device,id=fs0,fsdev=fsdev0,mount_tag=host \
        -chardev stdio,id=con,mux=on, -serial chardev:con \
        -mon chardev=con,mode=readline  -kernel ./nuttx/nutt

mkdir mnt
mount -t v9fs -o trans=virtio,tag=host mnt

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-12-03 18:19:09 +08:00
..
a64 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
fvp-v8r Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
imx8 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
imx9 tools/imx9: prepare bootable bootloader image 2024-07-10 22:30:38 +08:00
qemu arm64/qemu: Add 9pfs configuration 2024-12-03 18:19:09 +08:00
rk3399 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
zynq-mpsoc Documentation/platforms:add documentation for Zynq MPSoC and ZCU111 2024-08-07 16:21:51 +08:00
index.rst Documentation: move a64 from arm to arm64 2023-10-22 19:06:44 +08:00