openwrtv3/target/linux/realview
John Crispin 9fc250a481 realview: sync kernel config file
Signed-off-by: John Crispin <john@phrozen.org>
2016-06-15 15:58:05 +02:00
..
base-files/etc image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
image realview: create sd card image for qemu 2015-09-14 20:10:04 +00:00
config-default realview: sync kernel config file 2016-06-15 15:58:05 +02:00
Makefile realview: bump to v4.4 2016-06-15 11:49:02 +02:00
README add README 2010-11-08 09:41:32 +00:00

This ARM Ltd. Realview target is intended to be used with the Qemu emulator.
It can be used to prototype an OpenWrt firmware targetting ARM-based hardware.
One could also use it to troubleshoot ARM applications without access to real
hardware.

To use the images built by OpenWrt with qemu, use the following commands:

qemu-system-arm -M realview-eb-mpcore \
-kernel bin/realview/openwrt-realview-vmlinux.elf \
-nographic -m 128

and enjoy the system booting.