README 447 B

12345678910111213
  1. This multi-platform ARMv8 target can be used either with ARM Ltd.'s Foundation_V8
  2. fast-model doing the following:
  3. Foundation_v8 --image bin/arm64-eglibc/openwrt-arm64-vexpress-foundation.axf
  4. or you can also use QEMU:
  5. qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic \
  6. -smp 1 -m 2048 \
  7. -kernel bin/arm64-eglibc/openwrt-arm64-qemu-virt-initramfs.Image \
  8. --append "console=ttyAMA0"
  9. and enjoy the system booting.