X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FREADME;h=22bdff5ac62504691d74acf0fab1a25c5acac6ce;hb=fdc3fa27ee45a20edf27fa92f47b2263883bc539;hp=412996e65d10ee969cb92fc2cfe9e140693237f1;hpb=294d91d66c0a9be82ad56265111bd3bbaa705569;p=openwrt-working-2016%2F.git diff --git a/target/linux/malta/README b/target/linux/malta/README index 412996e65d..22bdff5ac6 100644 --- a/target/linux/malta/README +++ b/target/linux/malta/README @@ -5,9 +5,9 @@ troubleshoot MIPS applications without access to real hardware. To use the images built by OpenWrt with qemu, use the following commands: For the little-endian image: -qemu-system-mipsel -kernel bin/malta/openwrt-malta-le-vmlinux.elf -nographic +qemu-system-mipsel -kernel bin/malta/openwrt-malta-le-vmlinux-initramfs.elf -nographic -m 256 For the big-endian image: -qemu-system-mips -kernel bin/malta/openwrt-malta-be-vmlinux.elf -nographic +qemu-system-mips -kernel bin/malta/openwrt-malta-be-vmlinux-initramfs.elf -nographic -m 256 and enjoy the system bootin.