2
0
forked from Ivasoft/openwrt

create two endian-specific subtargets, as malta can run both

SVN-Revision: 20790
This commit is contained in:
Florian Fainelli
2010-04-10 21:02:51 +00:00
parent b4d0b6cbb3
commit f4d71f5e81
7 changed files with 382 additions and 9 deletions

View File

@@ -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.