* barebox-2013.07/08.0 works from RAM but fails from NAND (Mini2440)
@ 2013-08-08 12:06 Pawel Suchanecki
0 siblings, 0 replies; 4+ messages in thread
From: Pawel Suchanecki @ 2013-08-08 12:06 UTC (permalink / raw)
To: barebox
Dear list & developers,
My barebox works (I get barebox prompt and can boot from there) when
loaded to ram by (super)vivi but does not when I flash it to NAND.
Barebox does not output anything to the console. It also fails using
"friendlyarm_mini2440_defconfig". It behaves the same in 2013.07.0 and
2013.08.0.
Please direct me: where can I look for the misconfiguration? What did
I do wrong?
Thanks,
Pawel.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CACbe1rvwSV-XvG3nhZ5eWcO_OpBpBn7QgCLMkW+-=5uATjm0+g@mail.gmail.com>]
* Re: barebox-2013.07/08.0 works from RAM but fails from NAND (Mini2440)
[not found] <CACbe1rvwSV-XvG3nhZ5eWcO_OpBpBn7QgCLMkW+-=5uATjm0+g@mail.gmail.com>
@ 2013-08-08 14:49 ` Pawel Suchanecki
2013-08-08 14:52 ` Alexander Shiyan
1 sibling, 0 replies; 4+ messages in thread
From: Pawel Suchanecki @ 2013-08-08 14:49 UTC (permalink / raw)
To: barebox
2013/8/8 Pawel Suchanecki <pawel.suchanecki@gmail.com>:
> Dear list & developers,
>
> My barebox works (I get barebox prompt and can boot from there) when loaded
> to ram by (super)vivi but does not when I flash it to NAND.
>
> Barebox does not output anything to the console. It also fails using
> "friendlyarm_mini2440_defconfig". It behaves the same in 2013.07.0 and
> 2013.08.0.
>
> Please direct me: where can I look for the misconfiguration? What did I do
> wrong?
>
> Thanks,
> Pawel.
Hi again,
I found the thread in which Cristiano already reported such behaviour, namely:
http://article.gmane.org/gmane.comp.boot-loaders.barebox/10142
Seems I am in same situation. Barebox.2013.05.1 starts from NAND.
Thanks,
Pawel
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: barebox-2013.07/08.0 works from RAM but fails from NAND (Mini2440)
[not found] <CACbe1rvwSV-XvG3nhZ5eWcO_OpBpBn7QgCLMkW+-=5uATjm0+g@mail.gmail.com>
2013-08-08 14:49 ` Pawel Suchanecki
@ 2013-08-08 14:52 ` Alexander Shiyan
2013-08-08 15:05 ` Cristiano Rodrigues
1 sibling, 1 reply; 4+ messages in thread
From: Alexander Shiyan @ 2013-08-08 14:52 UTC (permalink / raw)
To: Pawel Suchanecki; +Cc: barebox
> 2013/8/8 Pawel Suchanecki <pawel.suchanecki@gmail.com>:
> > Dear list & developers,
> >
> > My barebox works (I get barebox prompt and can boot from there) when loaded
> > to ram by (super)vivi but does not when I flash it to NAND.
> >
> > Barebox does not output anything to the console. It also fails using
> > "friendlyarm_mini2440_defconfig". It behaves the same in 2013.07.0 and
> > 2013.08.0.
> >
> > Please direct me: where can I look for the misconfiguration? What did I do
> > wrong?
> >
> > Thanks,
> > Pawel.
>
> Hi again,
>
> I found the thread in which Cristiano already reported such behaviour, namely:
> http://article.gmane.org/gmane.comp.boot-loaders.barebox/10142
>
> Seems I am in same situation. Barebox.2013.05.1 starts from NAND.
The easy way to resolve this issue is "git bisect".
Can you try to do it?
---
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: barebox-2013.07/08.0 works from RAM but fails from NAND (Mini2440)
2013-08-08 14:52 ` Alexander Shiyan
@ 2013-08-08 15:05 ` Cristiano Rodrigues
2013-08-08 16:24 ` Alexander Shiyan
0 siblings, 1 reply; 4+ messages in thread
From: Cristiano Rodrigues @ 2013-08-08 15:05 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Thursday 08 August 2013 18:52:47 Alexander Shiyan wrote:
> > 2013/8/8 Pawel Suchanecki <pawel.suchanecki@gmail.com>:
> > > Dear list & developers,
> > >
> > > My barebox works (I get barebox prompt and can boot from there) when
> > > loaded
Hi there :)
It is the first commit after the barebox version 2013.05.1 that is breaking
the mini2440 NAND boot.
cris@ProBook:~/mini2440/Boot/barebox_git$ git bisect bad
5f82a0cd0138ae5208cc8758c638ce6a928ed2e3 is the first bad commit
commit 5f82a0cd0138ae5208cc8758c638ce6a928ed2e3
Author: Alexander Shiyan <shc_work@mail.ru>
Date: Tue Apr 9 19:05:31 2013 +0400
ARM: cpuimx51: Use custom padctrl for fec
The fec padctrl is different from what we have in the kernel iomux
file. To be able to keep the iomux file in sync with the kernel, use
a custom padctrl for the cpuimx51 board.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
:040000 040000 7196169700f35cef11d849e562784591874f770d
7a4888609304c2de992b22da06ad206189dde06b M arch
> > > to ram by (super)vivi but does not when I flash it to NAND.
> > >
> > > Barebox does not output anything to the console. It also fails using
> > > "friendlyarm_mini2440_defconfig". It behaves the same in 2013.07.0 and
> > > 2013.08.0.
> > >
> > > Please direct me: where can I look for the misconfiguration? What did I
> > > do
> > > wrong?
> > >
> > > Thanks,
> > > Pawel.
> >
> > Hi again,
> >
> > I found the thread in which Cristiano already reported such behaviour,
> > namely: http://article.gmane.org/gmane.comp.boot-loaders.barebox/10142
> >
> > Seems I am in same situation. Barebox.2013.05.1 starts from NAND.
>
> The easy way to resolve this issue is "git bisect".
> Can you try to do it?
>
> ---
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: barebox-2013.07/08.0 works from RAM but fails from NAND (Mini2440)
2013-08-08 15:05 ` Cristiano Rodrigues
@ 2013-08-08 16:24 ` Alexander Shiyan
0 siblings, 0 replies; 4+ messages in thread
From: Alexander Shiyan @ 2013-08-08 16:24 UTC (permalink / raw)
To: Cristiano Rodrigues; +Cc: barebox
> On Thursday 08 August 2013 18:52:47 Alexander Shiyan wrote:
> > > 2013/8/8 Pawel Suchanecki <pawel.suchanecki@gmail.com>:
> > > > Dear list & developers,
> > > >
> > > > My barebox works (I get barebox prompt and can boot from there) when
> > > > loaded
> Hi there :)
>
> It is the first commit after the barebox version 2013.05.1 that is breaking
> the mini2440 NAND boot.
>
> cris@ProBook:~/mini2440/Boot/barebox_git$ git bisect bad
> 5f82a0cd0138ae5208cc8758c638ce6a928ed2e3 is the first bad commit
> commit 5f82a0cd0138ae5208cc8758c638ce6a928ed2e3
> Author: Alexander Shiyan <shc_work@mail.ru>
> Date: Tue Apr 9 19:05:31 2013 +0400
>
> ARM: cpuimx51: Use custom padctrl for fec
>
> The fec padctrl is different from what we have in the kernel iomux
> file. To be able to keep the iomux file in sync with the kernel, use
> a custom padctrl for the cpuimx51 board.
>
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Seems something incorrect since patch is touched i.MX arch only.
---
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-08 16:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-08 12:06 barebox-2013.07/08.0 works from RAM but fails from NAND (Mini2440) Pawel Suchanecki
[not found] <CACbe1rvwSV-XvG3nhZ5eWcO_OpBpBn7QgCLMkW+-=5uATjm0+g@mail.gmail.com>
2013-08-08 14:49 ` Pawel Suchanecki
2013-08-08 14:52 ` Alexander Shiyan
2013-08-08 15:05 ` Cristiano Rodrigues
2013-08-08 16:24 ` Alexander Shiyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox