SmartAudio/target/allwinner/mandolin-pv1c
wangzijiao 2f2fa6c78c add linux drivers for baidu oases 2018-12-29 15:13:35 +08:00
..
base-files/etc add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
configs disable led module in sys configs 2018-12-06 10:47:33 +08:00
image add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
BoardConfig.mk add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
Makefile add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
README add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
TinaProducts.mk add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
config-4.9 add linux drivers for baidu oases 2018-12-29 15:13:35 +08:00
defconfig add linux drivers for baidu oases 2018-12-29 15:13:35 +08:00
defconfig_ota add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
mandolin_pv1c.mk add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
modules.mk add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +08:00
vendorsetup.sh add pv1 ces board, add key driver for pv1 ces board 2018-11-28 14:25:56 +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.