diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-11-08 07:31:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-11-08 07:31:31 +0000 |
commit | 6a61d2d905837736644acef39ce2f688764e5707 (patch) | |
tree | 93d7d1ee438e612bb2146a3f608222435899ed63 /target/linux/versatile/README | |
parent | b6e9f1dfe08740a77da7def31ca05e8ca548bed6 (diff) | |
download | upstream-6a61d2d905837736644acef39ce2f688764e5707.tar.gz upstream-6a61d2d905837736644acef39ce2f688764e5707.tar.bz2 upstream-6a61d2d905837736644acef39ce2f688764e5707.zip |
add target to be used with qemu
SVN-Revision: 23920
Diffstat (limited to 'target/linux/versatile/README')
-rw-r--r-- | target/linux/versatile/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/versatile/README b/target/linux/versatile/README new file mode 100644 index 0000000000..c870cdc3ea --- /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. |