mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* 2013.05 breaking Linux boot on imx28 CFA-10036
@ 2013-05-23  9:46 Maxime Ripard
  2013-05-23 10:44 ` Jan Lübbe
  0 siblings, 1 reply; 5+ messages in thread
From: Maxime Ripard @ 2013-05-23  9:46 UTC (permalink / raw)
  To: barebox

Hi,

I've tested lately both 2013.05.0 and the master of Barebox on the imx28
cfa-10036 board we have.

Everything works fine with 2013.04.0.

The issue I have is that Barebox in itself works fine, however, Linux
fails to boot after it has been started by Barebox, quite early and
badly:

http://code.bulix.org/s3z010-83581

I've tried to bisect it, but didn't get very far, since there are other
issues coming in, that prevent a full Linux boot (but it might be
related to Linux itself, anyway.)

So, the last fully working commit I could find is cf95711e

Its child commit, 9d8e0835, boots the kernel, but just before actually
booting it, displays the error "fdt_initrd: FDT_ERR_BADLAYOUT", so that
might be an hint.

The configuration I'm using is cfa10036_defconfig.

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2013.05 breaking Linux boot on imx28 CFA-10036
  2013-05-23  9:46 2013.05 breaking Linux boot on imx28 CFA-10036 Maxime Ripard
@ 2013-05-23 10:44 ` Jan Lübbe
  2013-05-23 12:52   ` Maxime Ripard
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Lübbe @ 2013-05-23 10:44 UTC (permalink / raw)
  To: Maxime Ripard; +Cc: barebox

On Thu, 2013-05-23 at 11:46 +0200, Maxime Ripard wrote:
> I've tested lately both 2013.05.0 and the master of Barebox on the imx28
> cfa-10036 board we have.
> 
> Everything works fine with 2013.04.0.
> 
> The issue I have is that Barebox in itself works fine, however, Linux
> fails to boot after it has been started by Barebox, quite early and
> badly:
> 
> http://code.bulix.org/s3z010-83581

Could you try the not-yet-released stable branch?
http://git.pengutronix.de/?p=barebox.git;a=shortlog;h=refs/heads/stable/v2013.05

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2013.05 breaking Linux boot on imx28 CFA-10036
  2013-05-23 10:44 ` Jan Lübbe
@ 2013-05-23 12:52   ` Maxime Ripard
  2013-05-23 13:05     ` Maxime Ripard
  2013-05-23 13:16     ` Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Maxime Ripard @ 2013-05-23 12:52 UTC (permalink / raw)
  To: Jan Lübbe; +Cc: barebox

Hi Jan,

On Thu, May 23, 2013 at 12:44:16PM +0200, Jan Lübbe wrote:
> On Thu, 2013-05-23 at 11:46 +0200, Maxime Ripard wrote:
> > I've tested lately both 2013.05.0 and the master of Barebox on the imx28
> > cfa-10036 board we have.
> > 
> > Everything works fine with 2013.04.0.
> > 
> > The issue I have is that Barebox in itself works fine, however, Linux
> > fails to boot after it has been started by Barebox, quite early and
> > badly:
> > 
> > http://code.bulix.org/s3z010-83581
> 
> Could you try the not-yet-released stable branch?
> http://git.pengutronix.de/?p=barebox.git;a=shortlog;h=refs/heads/stable/v2013.05

Hmm, I somehow overlooked that branch.
It works now, thanks!

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2013.05 breaking Linux boot on imx28 CFA-10036
  2013-05-23 12:52   ` Maxime Ripard
@ 2013-05-23 13:05     ` Maxime Ripard
  2013-05-23 13:16     ` Sascha Hauer
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2013-05-23 13:05 UTC (permalink / raw)
  To: Jan Lübbe; +Cc: barebox

On Thu, May 23, 2013 at 02:52:00PM +0200, Maxime Ripard wrote:
> Hi Jan,
> 
> On Thu, May 23, 2013 at 12:44:16PM +0200, Jan Lübbe wrote:
> > On Thu, 2013-05-23 at 11:46 +0200, Maxime Ripard wrote:
> > > I've tested lately both 2013.05.0 and the master of Barebox on the imx28
> > > cfa-10036 board we have.
> > > 
> > > Everything works fine with 2013.04.0.
> > > 
> > > The issue I have is that Barebox in itself works fine, however, Linux
> > > fails to boot after it has been started by Barebox, quite early and
> > > badly:
> > > 
> > > http://code.bulix.org/s3z010-83581
> > 
> > Could you try the not-yet-released stable branch?
> > http://git.pengutronix.de/?p=barebox.git;a=shortlog;h=refs/heads/stable/v2013.05
> 
> Hmm, I somehow overlooked that branch.
> It works now, thanks!

And just for the record, this issue is fixed with the commit 9c56cbb6.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2013.05 breaking Linux boot on imx28 CFA-10036
  2013-05-23 12:52   ` Maxime Ripard
  2013-05-23 13:05     ` Maxime Ripard
@ 2013-05-23 13:16     ` Sascha Hauer
  1 sibling, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2013-05-23 13:16 UTC (permalink / raw)
  To: Maxime Ripard; +Cc: barebox

On Thu, May 23, 2013 at 02:52:00PM +0200, Maxime Ripard wrote:
> Hi Jan,
> 
> On Thu, May 23, 2013 at 12:44:16PM +0200, Jan Lübbe wrote:
> > On Thu, 2013-05-23 at 11:46 +0200, Maxime Ripard wrote:
> > > I've tested lately both 2013.05.0 and the master of Barebox on the imx28
> > > cfa-10036 board we have.
> > > 
> > > Everything works fine with 2013.04.0.
> > > 
> > > The issue I have is that Barebox in itself works fine, however, Linux
> > > fails to boot after it has been started by Barebox, quite early and
> > > badly:
> > > 
> > > http://code.bulix.org/s3z010-83581
> > 
> > Could you try the not-yet-released stable branch?
> > http://git.pengutronix.de/?p=barebox.git;a=shortlog;h=refs/heads/stable/v2013.05
> 
> Hmm, I somehow overlooked that branch.

I created it just this morning ;)

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-23 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23  9:46 2013.05 breaking Linux boot on imx28 CFA-10036 Maxime Ripard
2013-05-23 10:44 ` Jan Lübbe
2013-05-23 12:52   ` Maxime Ripard
2013-05-23 13:05     ` Maxime Ripard
2013-05-23 13:16     ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox