[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 https:

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: 2016-02-26-r

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 -seria

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

2016-03-08 Thread Per Olofsson
With console output fixed it wasn't too hard to make it all work. For future reference, the instructions here had all the necessary pieces of the puzzle: https://github.com/dhruvvyas90/qemu-rpi-kernel/wiki https://github.com/dhruvvyas90/qemu-rpi-kernel/wiki/Emulating-Jessie-image-with-4.1.x-k