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 | f98a8ee6be7d7d07e7ed0059112831f418c5c34f (patch) | |
tree | 9a8d16e284ce2caa9ad87c14e9c4df6aa4eb08eb /target/linux/versatile/README | |
parent | a4e62a74a7b798d4b20383e0529a252757d0c909 (diff) | |
download | upstream-f98a8ee6be7d7d07e7ed0059112831f418c5c34f.tar.gz upstream-f98a8ee6be7d7d07e7ed0059112831f418c5c34f.tar.bz2 upstream-f98a8ee6be7d7d07e7ed0059112831f418c5c34f.zip |
[versatile] add target to be used with qemu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23920 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |