openwrt_archive/target/linux/realview
2023-10-20 14:36:30 -03:00
..
base-files/etc Deco e4r GPL 2023-10-20 14:36:30 -03:00
image Deco e4r GPL 2023-10-20 14:36:30 -03:00
patches-3.3 Deco e4r GPL 2023-10-20 14:36:30 -03:00
config-3.3 Deco e4r GPL 2023-10-20 14:36:30 -03:00
config-3.18 realview: enable sd card support 2015-09-14 20:09:56 +00:00
Makefile Deco e4r GPL 2023-10-20 14:36:30 -03:00
README [realview] 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.