openwrtv3/target/linux/arm64
Jo-Philipp Wich c5e59e4785 arm64: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 45778
2015-05-27 14:57:38 +00:00
..
base-files/etc arm64: add ARM 64-bits target 2014-11-24 06:34:07 +00:00
image arm64: use common image prefix 2015-05-27 14:57:38 +00:00
config-default arm64: enable new errata backported to 3.18 2015-05-22 22:51:37 +00:00
Makefile arm64: update to linux 3.18 2015-03-28 13:38:52 +00:00
README arm64: add ARM 64-bits target 2014-11-24 06:34:07 +00:00

This multi-platform ARMv8 target can be used either with ARM Ltd.'s Foundation_V8
fast-model doing the following:

Foundation_v8 --image bin/arm64-eglibc/openwrt-arm64-vexpress-foundation.axf

or you can also use QEMU:

qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic \
	-smp 1 -m 2048 \
	-kernel bin/arm64-eglibc/openwrt-arm64-qemu-virt-initramfs.Image \
	--append "console=ttyAMA0"

and enjoy the system booting.