SmartAudio/target/allwinner/mandolin-perf1
lupeng a5a74174ba [bt] merge bluetooth code 2018-07-20 18:05:40 +08:00
..
base-files/etc init 2018-07-13 09:31:50 +08:00
configs init 2018-07-13 09:31:50 +08:00
image init 2018-07-13 09:31:50 +08:00
BoardConfig.mk init 2018-07-13 09:31:50 +08:00
Makefile init 2018-07-13 09:31:50 +08:00
README init 2018-07-13 09:31:50 +08:00
TinaProducts.mk init 2018-07-13 09:31:50 +08:00
config-4.9 init 2018-07-13 09:31:50 +08:00
defconfig [bt] merge bluetooth code 2018-07-20 18:05:40 +08:00
defconfig_ota init 2018-07-13 09:31:50 +08:00
mandolin_perf1.mk init 2018-07-13 09:31:50 +08:00
modules.mk init 2018-07-13 09:31:50 +08:00
vendorsetup.sh init 2018-07-13 09:31:50 +08:00

README

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.