mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [BUG] barebox won't boot from SD card on iMX233-OLinuXino-MAXI
@ 2016-01-11 21:55 Peter Mamonov
  2016-01-11 22:02 ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Mamonov @ 2016-01-11 21:55 UTC (permalink / raw)
  To: barebox, Sascha Hauer

At least nothing is printed to the Debug UART.

git-bisect points to the following patch:
4d70da6 ARM: MXS: power-init: Add parameters to mx28_power_init()

Reverting this patch fixes the issue.

Regards,
Peter

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

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

* Re: [BUG] barebox won't boot from SD card on iMX233-OLinuXino-MAXI
  2016-01-11 21:55 [BUG] barebox won't boot from SD card on iMX233-OLinuXino-MAXI Peter Mamonov
@ 2016-01-11 22:02 ` Fabio Estevam
  2016-01-11 22:21   ` Peter Mamonov
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2016-01-11 22:02 UTC (permalink / raw)
  To: Peter Mamonov; +Cc: barebox

On Mon, Jan 11, 2016 at 7:55 PM, Peter Mamonov <pmamonov@gmail.com> wrote:
> At least nothing is printed to the Debug UART.
>
> git-bisect points to the following patch:
> 4d70da6 ARM: MXS: power-init: Add parameters to mx28_power_init()
>
> Reverting this patch fixes the issue.

Does this help? Haven't tested it:

--- a/arch/arm/boards/imx233-olinuxino/lowlevel.c
+++ b/arch/arm/boards/imx233-olinuxino/lowlevel.c
@@ -154,7 +154,7 @@ static noinline void imx23_olinuxino_init(void)

        pr_debug("initializing power...\n");

-       mx23_power_init(0, 1, 0);
+       mx23_power_init(0, 0, 1);

        pr_debug("initializing SDRAM...\n");

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

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

* Re: [BUG] barebox won't boot from SD card on iMX233-OLinuXino-MAXI
  2016-01-11 22:02 ` Fabio Estevam
@ 2016-01-11 22:21   ` Peter Mamonov
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Mamonov @ 2016-01-11 22:21 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: barebox

В Mon, 11 Jan 2016 20:02:11 -0200
Fabio Estevam <festevam@gmail.com> пишет:

> On Mon, Jan 11, 2016 at 7:55 PM, Peter Mamonov <pmamonov@gmail.com> wrote:
> > At least nothing is printed to the Debug UART.
> >
> > git-bisect points to the following patch:
> > 4d70da6 ARM: MXS: power-init: Add parameters to mx28_power_init()
> >
> > Reverting this patch fixes the issue.
> 
> Does this help? Haven't tested it:
> 
> --- a/arch/arm/boards/imx233-olinuxino/lowlevel.c
> +++ b/arch/arm/boards/imx233-olinuxino/lowlevel.c
> @@ -154,7 +154,7 @@ static noinline void imx23_olinuxino_init(void)
> 
>         pr_debug("initializing power...\n");
> 
> -       mx23_power_init(0, 1, 0);
> +       mx23_power_init(0, 0, 1);
> 
>         pr_debug("initializing SDRAM...\n");

Yes, your patch does help =)

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

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

end of thread, other threads:[~2016-01-11 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11 21:55 [BUG] barebox won't boot from SD card on iMX233-OLinuXino-MAXI Peter Mamonov
2016-01-11 22:02 ` Fabio Estevam
2016-01-11 22:21   ` Peter Mamonov

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