diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-11-08 09:41:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-11-08 09:41:27 +0000 |
commit | 599393fe0ef1d3bcc3fd2ad5bddccb87ab1b9f09 (patch) | |
tree | 9ed84182a93fa813adcdceb2b1c53f7fee885026 /target/linux/versatile/README | |
parent | cbe43a88eba4202860c3ef6ce733c9062c7fdfc8 (diff) | |
download | upstream-599393fe0ef1d3bcc3fd2ad5bddccb87ab1b9f09.tar.gz upstream-599393fe0ef1d3bcc3fd2ad5bddccb87ab1b9f09.tar.bz2 upstream-599393fe0ef1d3bcc3fd2ad5bddccb87ab1b9f09.zip |
remove to keep only one ARM qemu target
SVN-Revision: 23924
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 c870cdc3ea..0000000000 --- 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. |