cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/qemu/ppc64-e5500
Jessica 79f05960bf added i686 2026-07-07 11:25:11 -04:00
..
linux.fragment added i686 2026-07-07 11:25:11 -04:00
readme.txt added i686 2026-07-07 11:25:11 -04:00

readme.txt

Run the emulation with:

 qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -net nic,model=virtio-net-pci -net user -append "console=ttyS0 rootwait root=/dev/vda" -serial mon:stdio -nographic # qemu_ppc64_e5500_defconfig

The login prompt will appear in the terminal that started Qemu.