diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-08 07:31:31 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-08 07:31:31 +0000 |
commit | 71eb884cf85bb430dffff00db9f460c176ef3903 (patch) | |
tree | 9a8d16e284ce2caa9ad87c14e9c4df6aa4eb08eb /target/linux/versatile/README | |
parent | 3ca8fd679870d4e519be5361528484bf405ac793 (diff) |
[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 000000000..c870cdc3e --- /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. |