mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
board/qemu/s390x/readme.txt
Normal file
8
board/qemu/s390x/readme.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Run the emulation with:
|
||||
|
||||
qemu-system-s390x -M s390-ccw-virtio -cpu max,zpci=on -m 4G -smp 2 \
|
||||
-kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw \
|
||||
-append "rootwait root=/dev/vda net.ifnames=0 biosdevname=0" -display none -serial mon:stdio \
|
||||
-net nic,model=virtio -net user # qemu_s390x_defconfig
|
||||
|
||||
The login prompt will appear in the terminal that started Qemu.
|
||||
Reference in New Issue
Block a user