Re: On emulating Raspberry Pi

2021-02-19 Thread Дилян Палаузов
Hello Alex, thanks for your answer.  I have qemu 5.2.0, which prints: $ qemu-system-arm -M help|grep rasp raspi0 Raspberry Pi Zero (revision 1.2) raspi1ap Raspberry Pi A+ (revision 1.1) raspi2 Raspberry Pi 2B (revision 1.1) (alias of raspi2b) raspi2b

Re: On emulating Raspberry Pi

2021-02-18 Thread Peter Maydell
On Thu, 18 Feb 2021 at 15:08, Ottavio Caruso via wrote: > > On 18/02/2021 11:57, Alex Bennée wrote: > > The documentation also lists the current status of the emulation: > > > >https://qemu.readthedocs.io/en/latest/system/arm/raspi.html > > Why don't I have this page in my local

Re: On emulating Raspberry Pi

2021-02-18 Thread Ottavio Caruso via
On 18/02/2021 11:57, Alex Bennée wrote: The documentation also lists the current status of the emulation: https://qemu.readthedocs.io/en/latest/system/arm/raspi.html Why don't I have this page in my local documentation? $ qemu-system-arm --version QEMU emulator version 5.1.0 Copyright

Re: On emulating Raspberry Pi

2021-02-18 Thread Alex Bennée
Дилян Палаузов writes: > Hello, > > I download the Rapsberry OS > image > https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2021-01-12/2021-01-11-raspios-buster-armhf.zip > > the kernel kernel-qemu-4.19.50-buster and versatile-pb-buster.dtb > from

On emulating Raspberry Pi

2021-01-25 Thread Дилян Палаузов
Hello, I download the Rapsberry OS image  https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2021-01-12/2021-01-11-raspios-buster-armhf.zip the kernel kernel-qemu-4.19.50-buster and versatile-pb-buster.dtb from https://github.com/dhruvvyas90/qemu-rpi-kernel and run with version

Re: [Qemu-discuss] Black screen when emulating Raspberry Pi with qemu 2.5

2016-03-08 Thread Per Olofsson
On Tue, Mar 8, 2016, at 01:29 PM, Jakob Bohm wrote: > On 08/03/2016 13:01, Per Olofsson wrote: > > If I start with: > > > >/usr/local/qemu/bin/qemu-system-arm -M versatilepb -m 512 -cpu arm1176 > >-no-reboot -kernel kernel-qemu-4.1.13-jessie -hda > >2016-02-26-raspbian-jessie.img

Re: [Qemu-discuss] Black screen when emulating Raspberry Pi with qemu 2.5

2016-03-08 Thread Jakob Bohm
On 08/03/2016 13:01, Per Olofsson wrote: Hello, after some minor tweaks to pixman I got qemu 2.5.0 to compile and run on OS X 10.11. I'm trying to set it up to emulate a Raspberry Pi for development, but I can't get it to boot from the raspbian linux image. I'm using:

[Qemu-discuss] Black screen when emulating Raspberry Pi with qemu 2.5

2016-03-08 Thread Per Olofsson
Hello, after some minor tweaks to pixman I got qemu 2.5.0 to compile and run on OS X 10.11. I'm trying to set it up to emulate a Raspberry Pi for development, but I can't get it to boot from the raspbian linux image. I'm using: 2016-02-26-raspbian-jessie.img downloaded from