]> Git Repo - buildroot-mgba.git/blob - board/qemu/mips64r6-malta/readme.txt
configs/qemu: bump to the latest kernel version
[buildroot-mgba.git] / board / qemu / mips64r6-malta / readme.txt
1 Run the emulation with:
2
3  qemu-system-mips64 -M malta -cpu I6400 -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "root=/dev/hda" -nographic
4
5 The login prompt will appear in the terminal that started Qemu.
6
7 Tested with QEMU 2.7.0
8
9 Might work with 2.6.0 by changing the -cpu entry to MIPS64R6-generic
10 since the naming was updated and the old name removed in 2.7.0
This page took 0.037184 seconds and 4 git commands to generate.