aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/versatile/README
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/versatile/README')
-rw-r--r--target/linux/versatile/README10
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.