X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fmalta%2FREADME;fp=target%2Flinux%2Fmalta%2FREADME;h=624d5703b78989ac1d57caea6324b78455d5f46b;hb=96786995916d81c2a34b60549c0ca3ee1fe94322;hp=412996e65d10ee969cb92fc2cfe9e140693237f1;hpb=061ca5765fa469940d9a03761906150560f137ae;p=lede-git%2F.git diff --git a/target/linux/malta/README b/target/linux/malta/README index 412996e65d..624d5703b7 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.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.elf -nographic -m 256 and enjoy the system bootin.