diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-08 09:41:27 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-08 09:41:27 +0000 |
commit | 24ee2d793b5f903b1f4aa54eec27d63f5487cfec (patch) | |
tree | 17393508f4232a49ca2629212602d584b3ae607a /target/linux/versatile/README | |
parent | 6a09710140acf6286b9665bc2cc6d0ee2ce6e07d (diff) |
[versatile] remove to keep only one ARM qemu target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23924 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/versatile/README')
-rw-r--r-- | target/linux/versatile/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/versatile/README b/target/linux/versatile/README deleted file mode 100644 index c870cdc3e..000000000 --- a/target/linux/versatile/README +++ /dev/null @@ -1,10 +0,0 @@ -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. |