malta: restore "be" subtarget from being source-only
[openwrt/staging/yousong.git] / target / linux / arm64 / README
1 This multi-platform ARMv8 target can be used either with ARM Ltd.'s Foundation_V8
2 fast-model doing the following:
3
4 Foundation_v8 --image bin/arm64-eglibc/openwrt-arm64-vexpress-foundation.axf
5
6 or you can also use QEMU:
7
8 qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic \
9 -smp 1 -m 2048 \
10 -kernel bin/arm64-eglibc/openwrt-arm64-qemu-virt-initramfs.Image \
11 --append "console=ttyAMA0"
12
13 and enjoy the system booting.