diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-10 21:02:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-10 21:02:51 +0000 |
commit | 294d91d66c0a9be82ad56265111bd3bbaa705569 (patch) | |
tree | 14e74b4eac3a04a8f9642da0496cea590d84c5ed /target/linux/malta/README | |
parent | 656f01b9c97c1b6c0c46cf67d61cac82700cc30c (diff) |
[malta] create two endian-specific subtargets, as malta can run both
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20790 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/README')
-rw-r--r-- | target/linux/malta/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/malta/README b/target/linux/malta/README index c10eb2e47..412996e65 100644 --- a/target/linux/malta/README +++ b/target/linux/malta/README @@ -4,6 +4,10 @@ troubleshoot MIPS applications without access to real hardware. To use the images built by OpenWrt with qemu, use the following commands: -qemu-system-mipsel -kernel bin/malta/openwrt-malta-vmlinux.elf -nographic +For the little-endian image: +qemu-system-mipsel -kernel bin/malta/openwrt-malta-le-vmlinux.elf -nographic + +For the big-endian image: +qemu-system-mips -kernel bin/malta/openwrt-malta-be-vmlinux.elf -nographic and enjoy the system bootin. |