qemu and raspberrypi

2022-05-10 Thread Marco Capella
English translation by google, original text below. Hello. Guys, my knowledge in English is equal to zero and I also don't know if the correct place to post and here so I apologize in advance ok I have an RPi4 with 4gb of memory, I'm studying shell script to automate commands or install applic

Re: qemu and raspberrypi

2022-05-10 Thread Philipp Ammann
Hi Marco, I haven't tried it myself but the Raspberry Pi 2 is a supported machine: https://wiki.qemu.org/Documentation/Platforms/ARM and $ qemu-system-aarch64 -machine help | grep raspi raspi2 Raspberry Pi 2 Generally you can follow any tutorial on creating a Raspbian VM using qe

Re: qemu and raspberrypi

2022-05-10 Thread Saket Sinha
For aarch64 build, we have raspberry pi 3b support . Support for raspberry pi 4 is not there yet. On Tue, May 10, 2022, 19:32 Philipp Ammann wrote: > Hi Marco, > > I haven't tried it myself but the Raspberry Pi 2 is a supported machine: > > https://wiki.qemu.org/Documentation/Platforms/ARM > >