openwrt/target/linux/realview
rmilecki 12f3e4d121 kernel: makefiles: make use of new var KERNEL_PATCHVER
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

Inspired by r43047


git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-10-26 13:27:27 +00:00
..
base-files/etc create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
image create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
Makefile kernel: makefiles: make use of new var KERNEL_PATCHVER 2014-10-26 13:27:27 +00:00
README create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
config-3.10 create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00

README

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.