kumquat-buildroot/board/qemu/ppc64le-pseries/readme.txt
Joel Stanley 9d5b5b7bfb configs: Add qemu_ppc64le_pseries
This is similar to the ppc64_pseries config, except we build for little
endian instead of big endian.

The default architecture is set to Power8 as this was the first fully
enabled LE machine.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-09-26 23:50:14 +02:00

10 lines
218 B
Plaintext

Run the emulation with:
qemu-system-ppc64le -M pseries -nographic \
-kernel output/images/vmlinux \
-initrd output/images/rootfs.ext2
The login prompt will appear in the terminal window.
Tested with QEMU 2.10.0