ramips: bdcom-wap2100: Fix boot failure by adding partitions compatible property
[openwrt/openwrt.git] / target / linux / malta / README
index 412996e65d10ee969cb92fc2cfe9e140693237f1..0bb1a1e35a5ca63750a08b7df15c374591195725 100644 (file)
@@ -4,10 +4,16 @@ 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
+For the 32 bit little-endian image:
+qemu-system-mipsel -kernel bin/targets/malta/le/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
+For the 32 bit big-endian image:
+qemu-system-mips -kernel bin/targets/malta/be/openwrt-malta-be-vmlinux-initramfs.elf -nographic -m 256
+
+For the 64 bit little-endian image:
+qemu-system-mips64el -kernel bin/targets/malta/le64/openwrt-malta-le64-vmlinux-initramfs.elf -nographic -m 256
+
+For the 64 bit big-endian image:
+qemu-system-mips64 -kernel bin/targets/malta/be64/openwrt-malta-be64-vmlinux-initramfs.elf -nographic -m 256
 
 and enjoy the system bootin.