mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
To compile arm64 NuttX, use the following command: ./tools/configure.sh -l qemu-armv8a:nsh_fiq To run,use the following command qemu-system-aarch64 -cpu cortex-a53 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx Signed-off-by: hujun5 <hujun5@xiaomi.com> |
||
|---|---|---|
| .. | ||
| a64 | ||
| fvp-v8r | ||
| goldfish | ||
| imx8 | ||
| qemu | ||
| rk3399 | ||
| .gitignore | ||
| arch.h | ||
| inttypes.h | ||
| irq.h | ||
| limits.h | ||
| setjmp.h | ||
| spinlock.h | ||
| stdarg.h | ||
| syscall.h | ||
| types.h | ||