* dm6446-evm kernel broken
@ 2009-09-29 11:45 Bjørn Forsman
2009-09-29 18:15 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Bjørn Forsman @ 2009-09-29 11:45 UTC (permalink / raw)
To: openembedded-devel
Hi all,
It seems like commit "linux-davinci: add DA850/OMAPL138, update other
DaVinci machines",
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=a96730454f6f8d86519317ad0798b2f96dfcdd45,
broke the kernel for the dm6446-evm.
After this commit, my kernel will not boot. This is what I get:
[console printout begin]
## Booting image at 80700000 ...
Image Name: Angstrom/2.6.30-r10+gitr5212151f
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1788540 Bytes = 1.7 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux....................................................................................................................
done, booting the kernel.
[console printout end]
Regards,
Bjørn Forsman
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dm6446-evm kernel broken
2009-09-29 11:45 dm6446-evm kernel broken Bjørn Forsman
@ 2009-09-29 18:15 ` Denys Dmytriyenko
2009-09-30 8:39 ` Bjørn Forsman
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2009-09-29 18:15 UTC (permalink / raw)
To: openembedded-devel
On Tue, Sep 29, 2009 at 01:45:58PM +0200, Bj??rn Forsman wrote:
> Hi all,
>
> It seems like commit "linux-davinci: add DA850/OMAPL138, update other
> DaVinci machines",
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=a96730454f6f8d86519317ad0798b2f96dfcdd45,
> broke the kernel for the dm6446-evm.
>
> After this commit, my kernel will not boot. This is what I get:
>
> [console printout begin]
> ## Booting image at 80700000 ...
> Image Name: Angstrom/2.6.30-r10+gitr5212151f
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
From the commit you referred above, none of the SRCREVs use 5212151f commit
number/hash. Please check what kernel you are building/booting.
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dm6446-evm kernel broken
2009-09-29 18:15 ` Denys Dmytriyenko
@ 2009-09-30 8:39 ` Bjørn Forsman
2009-10-05 7:29 ` Bjørn Forsman
0 siblings, 1 reply; 5+ messages in thread
From: Bjørn Forsman @ 2009-09-30 8:39 UTC (permalink / raw)
To: openembedded-devel
Hi Denys,
2009/9/29 Denys Dmytriyenko <denis@denix.org>:
> On Tue, Sep 29, 2009 at 01:45:58PM +0200, Bj??rn Forsman wrote:
>> Hi all,
>>
>> It seems like commit "linux-davinci: add DA850/OMAPL138, update other
>> DaVinci machines",
>> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=a96730454f6f8d86519317ad0798b2f96dfcdd45,
>> broke the kernel for the dm6446-evm.
>>
>> After this commit, my kernel will not boot. This is what I get:
>>
>> [console printout begin]
>> ## Booting image at 80700000 ...
>> Image Name: Angstrom/2.6.30-r10+gitr5212151f
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> From the commit you referred above, none of the SRCREVs use 5212151f commit
> number/hash. Please check what kernel you are building/booting.
The OE .dev branch from yesterday seems to build
recipes/linux/linux-davinci_2.6.30.bb by default.
It has the following SRCREV:
SRCREV = "5212151f26e688416faac9f6f33ddd958f7de96c"
(And my local.conf does not specify any preferred kernel
version/provider stuff.)
So maybe the question is what kernel *you* are using? :-)
Are you building linux-davinci_git.bb? That would explain why you don't see the
SRCREV I do.
BTW, how do you specify that bitbake should use linux-davinci_git.bb?
I tried this in my local.conf:
PREFERRED_VERSION_linux-davinci = "git"
but it did not work.
Regards,
Bjørn Forsman
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dm6446-evm kernel broken
2009-09-30 8:39 ` Bjørn Forsman
@ 2009-10-05 7:29 ` Bjørn Forsman
2009-10-06 5:15 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Bjørn Forsman @ 2009-10-05 7:29 UTC (permalink / raw)
To: openembedded-devel
2009/9/30 Bjørn Forsman <bjorn.forsman@gmail.com>:
> Hi Denys,
>
> 2009/9/29 Denys Dmytriyenko <denis@denix.org>:
>> On Tue, Sep 29, 2009 at 01:45:58PM +0200, Bj??rn Forsman wrote:
>>> Hi all,
>>>
>>> It seems like commit "linux-davinci: add DA850/OMAPL138, update other
>>> DaVinci machines",
>>> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=a96730454f6f8d86519317ad0798b2f96dfcdd45,
>>> broke the kernel for the dm6446-evm.
>>>
>>> After this commit, my kernel will not boot. This is what I get:
>>>
>>> [console printout begin]
>>> ## Booting image at 80700000 ...
>>> Image Name: Angstrom/2.6.30-r10+gitr5212151f
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> From the commit you referred above, none of the SRCREVs use 5212151f commit
>> number/hash. Please check what kernel you are building/booting.
>
> The OE .dev branch from yesterday seems to build
> recipes/linux/linux-davinci_2.6.30.bb by default.
> It has the following SRCREV:
> SRCREV = "5212151f26e688416faac9f6f33ddd958f7de96c"
> (And my local.conf does not specify any preferred kernel
> version/provider stuff.)
>
> So maybe the question is what kernel *you* are using? :-)
> Are you building linux-davinci_git.bb? That would explain why you don't
> see the SRCREV I do.
Ping.
(New build from yesterday still uses linux-davinci_2.6.30.bb with
SRCREV = "5212151f26e688416faac9f6f33ddd958f7de96c"
which fails to boot.)
Best regards,
Bjørn Forsman
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dm6446-evm kernel broken
2009-10-05 7:29 ` Bjørn Forsman
@ 2009-10-06 5:15 ` Denys Dmytriyenko
0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2009-10-06 5:15 UTC (permalink / raw)
To: openembedded-devel
On Mon, Oct 05, 2009 at 09:29:10AM +0200, Bj??rn Forsman wrote:
> 2009/9/30 Bj??rn Forsman <bjorn.forsman@gmail.com>:
> > Hi Denys,
> >
> > The OE .dev branch from yesterday seems to build
> > recipes/linux/linux-davinci_2.6.30.bb by default.
> > It has the following SRCREV:
> > SRCREV = "5212151f26e688416faac9f6f33ddd958f7de96c"
> > (And my local.conf does not specify any preferred kernel
> > version/provider stuff.)
> >
> > So maybe the question is what kernel *you* are using? :-)
> > Are you building linux-davinci_git.bb? That would explain why you don't
> > see the SRCREV I do.
>
> Ping.
>
> (New build from yesterday still uses linux-davinci_2.6.30.bb with
> SRCREV = "5212151f26e688416faac9f6f33ddd958f7de96c"
> which fails to boot.)
Please see http://thread.gmane.org/gmane.comp.handhelds.openembedded/26691
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-06 5:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 11:45 dm6446-evm kernel broken Bjørn Forsman
2009-09-29 18:15 ` Denys Dmytriyenko
2009-09-30 8:39 ` Bjørn Forsman
2009-10-05 7:29 ` Bjørn Forsman
2009-10-06 5:15 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.