rt-thread/bsp/realview-a8
Ernest 7be06b67bb [add] default environment 2019-10-22 16:48:57 +08:00
..
applications
drivers
linux_vmm
.gitignore
README.md
SConscript
SConstruct [add] default environment 2019-10-22 16:48:57 +08:00
boot.sh
mk.sh
qemu.sh
realview.lds fixed linker script and stack align issues. 2019-10-22 09:47:41 +08:00
realview_vmm.lds.S
rtconfig.h [bsp]remove log_trace item from all bsp 2019-04-23 14:23:07 +08:00
rtconfig.py Update rtconfig.py 2018-05-06 09:31:44 +08:00
rtt_api.h

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.