openwrtv4/target/linux/realview
Felix Fietkau aa53f78038 build: fix subtarget descriptions
Move Target/Description above the target.mk include

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-09-04 13:35:11 +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-4.4 realview: rename config-default to config-4.4 2016-08-24 01:48:04 +03:00
Makefile build: fix subtarget descriptions 2016-09-04 13:35:11 +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.