SmartAudio/target/allwinner/mandolin-pv1
wangzijiao ec4dc47be6 Merge branch 'master' of ssh://g.hz.netease.com:22222/IoT/PV2/SmartAudioPV2
update
2018-08-23 15:05:38 +08:00
..
base-files/etc add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
configs Merge branch 'master' of ssh://g.hz.netease.com:22222/IoT/PV2/SmartAudioPV2 2018-08-23 15:05:38 +08:00
image add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
BoardConfig.mk add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
Makefile add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
README add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
TinaProducts.mk add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
config-4.9 add kernel config 2018-08-13 17:51:20 +08:00
defconfig Merge branch 'master' of ssh://g.hz.netease.com:22222/IoT/PV2/SmartAudioPV2 2018-08-23 15:05:38 +08:00
defconfig_ota add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
mandolin_pv1.mk add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
modules.mk add mandolin-pv1 board 2018-07-20 17:43:36 +08:00
vendorsetup.sh add mandolin-pv1 board 2018-07-20 17:43:36 +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.