OpenWrt + QEMU: Difference between revisions

 
<syntaxhighlight lang="text" enclose="div">
qemu-system-mips64el -M malta -cpu MIPS64R2-generic -kernel openwrt-malta-le64-vmlinux-initramfs.elf -nographic -m 1G -append "root=/dev/sda console=ttyS0"
qemu-system-mips64 -M malta -cpu MIPS64R2-generic -kernel openwrt-malta-be64-vmlinux-initramfs.elf -nographic -m 1G -append "root=/dev/sda console=ttyS0"
</syntaxhighlight>