Re: [SOLVED] Emulating a Raspberry3 on Debian11 using QEMU6.2.0

2022-03-17 Thread Peter Maydell
On Thu, 17 Mar 2022 at 10:19, Johannes Zirngibl wrote: > At first i have to say that i found a Step by Step Guide following this link. > https://linuxconfig.org/how-to-run-the-raspberry-pi-os-in-a-virtual-machine-with-qemu-and-kvm > STEP 7 Build the VM and Emulate Raspi3 > > > $ sudo

[SOLVED] Emulating a Raspberry3 on Debian11 using QEMU6.2.0

2022-03-17 Thread Johannes Zirngibl
      Gesendet: Dienstag, 15. März 2022 um 11:09 Uhr Von: "Peter Maydell" An: "Johannes Zirngibl" Cc: qemu-discuss@nongnu.org Betreff: Re: Emulating a Raspberry3 on Debian11 using QEMU6.2.0 On Tue, 15 Mar 2022 at 07:36, Johannes Zirngibl wrote: > 2.) sudo qemu-system-aarch64 -machine

RE: How to use multiple uart in a virtual machine?

2022-03-17 Thread Chan Kim
Hello all, I found this : https://unix.stackexchange.com/questions/479085/can-qemu-m-virt-on-arm-aarch 64-have-multiple-serial-ttys-like-such-as-pl011-t (answer from LastRitter) I followed as he showed (added one more uart, added acpi tables too) and used the following option -chardev

Re:Re:Re: qemu not support serial crtscts

2022-03-17 Thread 付小明
Could you provide more detail, please? For a bug report it is useful to know: * what you were trying to do * what happened * what you expected to happen * full details like the QEMU command line * what guest software you were running Ideally, the report should have everything we need to be