* [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support
@ 2016-03-24 20:15 Vincenzo Calabrò
2016-03-24 20:27 ` Peter Maydell
0 siblings, 1 reply; 6+ messages in thread
From: Vincenzo Calabrò @ 2016-03-24 20:15 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
Hi!
I'm still trying to run an ubuntu image (14.04) with qemu.
http://pastebin.com/TymAhZq0
As you can see,
[ 6.790830] bcm_power: Broadcom power driver
[ 6.796113] bcm_power_open() -> 0
[ 6.797978] bcm_power_request(0, 8)
there is still some sort of power management problem which
stops the boot.
Any prevision of when the RPI2 support will be complete?
Thanks for your help and patient,
V.
[-- Attachment #2: Type: text/html, Size: 726 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support
2016-03-24 20:15 [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support Vincenzo Calabrò
@ 2016-03-24 20:27 ` Peter Maydell
2016-03-24 20:54 ` Vincenzo Calabrò
0 siblings, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2016-03-24 20:27 UTC (permalink / raw)
To: Vincenzo Calabrò; +Cc: QEMU Developers
On 24 March 2016 at 20:15, Vincenzo Calabrò <muawijhe@moosth.net> wrote:
> Hi!
> I'm still trying to run an ubuntu image (14.04) with qemu.
>
> http://pastebin.com/TymAhZq0
>
> As you can see,
>
> [ 6.790830] bcm_power: Broadcom power driver
> [ 6.796113] bcm_power_open() -> 0
> [ 6.797978] bcm_power_request(0, 8)
>
> there is still some sort of power management problem which
> stops the boot.
>
> Any prevision of when the RPI2 support will be complete?
At this point, given it's likely "completely missing
device emulation for the power control" and we're about
five days away from hardfreeze for 2.6, I would expect
that we won't fix this for QEMU 2.6.
When this gets fixed later is uncertain. You could help
by testing whether the out-of-tree raspi branch works for
you, as Andrew suggested.
thanks
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support
2016-03-24 20:27 ` Peter Maydell
@ 2016-03-24 20:54 ` Vincenzo Calabrò
2016-03-24 21:00 ` Stefan Weil
0 siblings, 1 reply; 6+ messages in thread
From: Vincenzo Calabrò @ 2016-03-24 20:54 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers
[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]
Ok I can test the Raspi branch and let you know...
however I hope you will consider to prioritize the Raspi support given the
fact that is one of the most popular low cost Linux platforms.
Let me know where I can take the latest Raspi branch please.
V.
On Mar 24, 2016 21:27, "Peter Maydell" <peter.maydell@linaro.org> wrote:
> On 24 March 2016 at 20:15, Vincenzo Calabrò <muawijhe@moosth.net> wrote:
> > Hi!
> > I'm still trying to run an ubuntu image (14.04) with qemu.
> >
> > http://pastebin.com/TymAhZq0
> >
> > As you can see,
> >
> > [ 6.790830] bcm_power: Broadcom power driver
> > [ 6.796113] bcm_power_open() -> 0
> > [ 6.797978] bcm_power_request(0, 8)
> >
> > there is still some sort of power management problem which
> > stops the boot.
> >
> > Any prevision of when the RPI2 support will be complete?
>
> At this point, given it's likely "completely missing
> device emulation for the power control" and we're about
> five days away from hardfreeze for 2.6, I would expect
> that we won't fix this for QEMU 2.6.
>
> When this gets fixed later is uncertain. You could help
> by testing whether the out-of-tree raspi branch works for
> you, as Andrew suggested.
>
> thanks
> -- PMM
>
[-- Attachment #2: Type: text/html, Size: 1799 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support
2016-03-24 20:54 ` Vincenzo Calabrò
@ 2016-03-24 21:00 ` Stefan Weil
2016-03-24 21:32 ` Vincenzo Calabrò
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Weil @ 2016-03-24 21:00 UTC (permalink / raw)
To: Vincenzo Calabrò, Peter Maydell; +Cc: QEMU Developers
Am 24.03.2016 um 21:54 schrieb Vincenzo Calabrò:
>
> Ok I can test the Raspi branch and let you know...
>
> however I hope you will consider to prioritize the Raspi support given
> the fact that is one of the most popular low cost Linux platforms.
>
> Let me know where I can take the latest Raspi branch please.
>
> V.
>
>
Both https://github.com/0xabu/qemu (raspi) and
http://repo.or.cz/qemu/ar7.git
contain the latest Raspi code.
https://qemu.weilnetz.de/ also has binaries for Windows based on the ar7
repository.
Regards
Stefan W.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support
2016-03-24 21:00 ` Stefan Weil
@ 2016-03-24 21:32 ` Vincenzo Calabrò
2016-04-11 21:29 ` Vincenzo Calabrò
0 siblings, 1 reply; 6+ messages in thread
From: Vincenzo Calabrò @ 2016-03-24 21:32 UTC (permalink / raw)
To: Stefan Weil; +Cc: Peter Maydell, QEMU Developers
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
Thanks! I don't need binaries for win, but I'll try to compile both
versions and I'll keep you informed.
Have a nice we
V.
On Mar 24, 2016 22:00, "Stefan Weil" <sw@weilnetz.de> wrote:
> Am 24.03.2016 um 21:54 schrieb Vincenzo Calabrò:
> >
> > Ok I can test the Raspi branch and let you know...
> >
> > however I hope you will consider to prioritize the Raspi support given
> > the fact that is one of the most popular low cost Linux platforms.
> >
> > Let me know where I can take the latest Raspi branch please.
> >
> > V.
> >
> >
>
> Both https://github.com/0xabu/qemu (raspi) and
> http://repo.or.cz/qemu/ar7.git
> contain the latest Raspi code.
>
> https://qemu.weilnetz.de/ also has binaries for Windows based on the ar7
> repository.
>
> Regards
> Stefan W.
>
[-- Attachment #2: Type: text/html, Size: 1383 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support
2016-03-24 21:32 ` Vincenzo Calabrò
@ 2016-04-11 21:29 ` Vincenzo Calabrò
0 siblings, 0 replies; 6+ messages in thread
From: Vincenzo Calabrò @ 2016-04-11 21:29 UTC (permalink / raw)
To: Andrew Baumann; +Cc: QEMU Developers, Peter Maydell, Stefan Weil
[-- Attachment #1: Type: text/plain, Size: 1537 bytes --]
Ehi! I can see some progress in the RPi support since our last email :)
The lastest qemu from Andrew is not booting without stopping.
However, as you can see from this pastebin:
http://pastebin.com/6XXCsL9f
there are several errors during boot. I also noticed that boot is
extraordinary slow...
I'm still waiting to see if actually the prompt will appear soon or later...
I can see that qemu project is keeping up a good speed and things happen
very fast! Hoping that soon RPi2 support will be complete to run the
latest linux distro,
best regards and congratulation for the progress,
V.
On 24 March 2016 at 22:32, Vincenzo Calabrò <muawijhe@moosth.net> wrote:
> Thanks! I don't need binaries for win, but I'll try to compile both
> versions and I'll keep you informed.
>
> Have a nice we
>
> V.
> On Mar 24, 2016 22:00, "Stefan Weil" <sw@weilnetz.de> wrote:
>
>> Am 24.03.2016 um 21:54 schrieb Vincenzo Calabrò:
>> >
>> > Ok I can test the Raspi branch and let you know...
>> >
>> > however I hope you will consider to prioritize the Raspi support given
>> > the fact that is one of the most popular low cost Linux platforms.
>> >
>> > Let me know where I can take the latest Raspi branch please.
>> >
>> > V.
>> >
>> >
>>
>> Both https://github.com/0xabu/qemu (raspi) and
>> http://repo.or.cz/qemu/ar7.git
>> contain the latest Raspi code.
>>
>> https://qemu.weilnetz.de/ also has binaries for Windows based on the ar7
>> repository.
>>
>> Regards
>> Stefan W.
>>
>
[-- Attachment #2: Type: text/html, Size: 2748 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-04-11 21:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 20:15 [Qemu-devel] Unable to boot ubuntu 14.04 on qemu with raspi support Vincenzo Calabrò
2016-03-24 20:27 ` Peter Maydell
2016-03-24 20:54 ` Vincenzo Calabrò
2016-03-24 21:00 ` Stefan Weil
2016-03-24 21:32 ` Vincenzo Calabrò
2016-04-11 21:29 ` Vincenzo Calabrò
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).