Re: Error (no boot device found) running qemu image

2010-09-17 Thread Steve Langasek
On Fri, Sep 17, 2010 at 10:34:15AM -0300, Guilherme Salgado wrote: > On Thu, 2010-09-16 at 09:22 -0700, Steve Langasek wrote: > > On Thu, Sep 16, 2010 at 05:03:55PM +0200, Loïc Minier wrote: > > > On Wed, Sep 15, 2010, Guilherme Salgado wrote: > > > > qemu: hardware error: no boot device found > >

Re: Qemu issues with omap testing

2010-09-17 Thread john stultz
On Fri, 2010-09-17 at 12:17 +0200, Loïc Minier wrote: > On Thu, Sep 16, 2010, john stultz wrote: > > [4.086456] omap2-nand driver initializing > > https://bugs.launchpad.net/qemu-maemo/+bug/628471 apparently Ah! Thanks for the tip! I rolled back to the 0803 release and now I'm booting! Nex

Re: linux-meta-linaro pull request

2010-09-17 Thread Tim Gardner
On 09/16/2010 06:29 PM, John Rigby wrote: > git://git.linaro.org/ubuntu/linux-meta-linaro.git master uploaded -- Tim Gardner tim.gard...@canonical.com ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/lin

Re: State of cross compiler packages

2010-09-17 Thread Marcin Juszkiewicz
Dnia czwartek, 16 września 2010 o 22:35:30 Steve Langasek napisał(a): > On Thu, Sep 16, 2010 at 06:19:28PM +0200, Marcin Juszkiewicz wrote: > > 1. a-c-t-base is at 1.47 in archive and was built from gcc-4.5-source > >I have a version which does not provide gcc-4.5-arm-linux-gnueabi-base > >

Re: linux-linaro pull request

2010-09-17 Thread Matt Waddel
Hi Kiko, On 09/17/2010 12:28 AM, Christian Robottom Reis wrote: > On Thu, Sep 16, 2010 at 06:28:03PM -0600, John Rigby wrote: >> LINARO: [Config] Turn on CONFIG_HIGHMEM for vexpress > > Hello there, > > Question: in general, why would we use CONFIG_HIGHMEM instead of > changing the ker

Re: [clutk] clutter_actor_paint cannot render to expected fbo

2010-09-17 Thread Alexander Sack
Hi Jammy, On Fri, Sep 17, 2010 at 5:23 AM, Jammy Zhou wrote: > With the sequence above, the actor cannot be displayed on screen. But if I > replace clutter_actor_paint with raw gles2 rendering to paint a simple > triangle, the triangle can be shown correctly. So I guess > clutter_actor_paint didn

Re: Error (no boot device found) running qemu image

2010-09-17 Thread Guilherme Salgado
On Thu, 2010-09-16 at 09:22 -0700, Steve Langasek wrote: > On Thu, Sep 16, 2010 at 05:03:55PM +0200, Loïc Minier wrote: > > On Wed, Sep 15, 2010, Guilherme Salgado wrote: > > > qemu: hardware error: no boot device found > > > Could you share the QEMU cmdline you're using and which version of QEMU

Re: Error (no boot device found) running qemu image

2010-09-17 Thread Guilherme Salgado
I replied to my previous message when I noticed this errors seemed to be specific to the 2010-09-15 tarball -- I didn't get the error when using an older one. I guess my reply is stuck in the moderation queue, though (I may have sent it using my @canonical.com address), as I don't see it on the li

Re: Qemu issues with omap testing

2010-09-17 Thread Michael Hudson
On Thu, 16 Sep 2010 17:56:15 -0700, john stultz wrote: > So I've been having some difficulty following the instructions to build > and boot an OMAP linaro image for qemu here: > https://wiki.linaro.org/Source/ImageInstallation I don't know if this was your problem, but there were some probl

Re: linux-linaro pull request

2010-09-17 Thread Christian Robottom Reis
On Thu, Sep 16, 2010 at 06:28:03PM -0600, John Rigby wrote: > LINARO: [Config] Turn on CONFIG_HIGHMEM for vexpress Hello there, Question: in general, why would we use CONFIG_HIGHMEM instead of changing the kernel/userspace memory split? -- Christian Robottom Reis | [+55 16] 3376 0125

Re: Qemu issues with omap testing

2010-09-17 Thread Loïc Minier
On Thu, Sep 16, 2010, john stultz wrote: > [4.086456] omap2-nand driver initializing https://bugs.launchpad.net/qemu-maemo/+bug/628471 apparently -- Loïc Minier ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailm

Re: clutk status update 2010/09/14

2010-09-17 Thread Alexandros Frantzis
On Thu, Sep 16, 2010 at 01:25:26PM +0800, Jammy Zhou wrote: > I have found the point in cogl gles2 driver for this GL_INVALID_OPERATION > error. Because our shader program and cogl shader program are used > sequentially, we must make sure in _cogl_wrap_prepare_for_draw function that > the correct c