rt-thread-official/bsp/realview-a8
bernard c45f5a2490 [Drivers] re-write serial framework. 2014-07-18 06:45:54 +08:00
..
applications [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
drivers [Drivers] re-write serial framework. 2014-07-18 06:45:54 +08:00
linux_vmm [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
.gitignore [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
README.md [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
SConscript [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
SConstruct [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
boot.sh [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
mk.sh [bsp/rva8] make sure $BUILD_ROOT_DIR/output/target/vmm is a folder 2014-04-07 11:35:22 +08:00
qemu.sh [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
realview.lds [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
realview_vmm.lds.S [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
rtconfig.h [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
rtconfig.py [vmm] add realview-pb-a8 VMM support 2014-04-03 17:59:14 +08:00
rtt_api.h [bsp/rva8] add mission header in rtt_api.h 2014-04-07 11:57:28 +08:00

README.md

VMM BSP on realview-pb-a8

This is a demo program that run RT-Thread VMM(Virtual Machine Module) on the single core RealView-PB-A8.

To compile it, you need buildroot and a linux 3.8.x source tree. You should build the patched Linux kernel and builroot before building the VMM. This directory has a "mk.sh" helper script to build both the RT-Thread, Linux kernel module and the ramdisk.

Linux console is serial0 and RT-Thread console is serial1.