From 71eb884cf85bb430dffff00db9f460c176ef3903 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 8 Nov 2010 07:31:31 +0000 Subject: [versatile] add target to be used with qemu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23920 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/versatile/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/versatile/README (limited to 'target/linux/versatile/README') diff --git a/target/linux/versatile/README b/target/linux/versatile/README new file mode 100644 index 000000000..c870cdc3e --- /dev/null +++ b/target/linux/versatile/README @@ -0,0 +1,10 @@ +This ARM Ltd. Versatile 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 versatilepb -kernel bin/versatile/openwrt-versatile-vmlinux.elf -nographic -m 128 + +and enjoy the system booting. -- cgit v1.2.3