mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: "barebox@lists.infradead.org" <barebox@lists.infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Subject: Re: mx6qsabresd: Cannot boot after 'saveenv'
Date: Sat, 23 Apr 2016 19:43:21 -0300	[thread overview]
Message-ID: <CAOMZO5Aqy-vhiWtK15aLBxWZuT-P62tLqFqC5GsHN0fStOZZOg@mail.gmail.com> (raw)
In-Reply-To: <CAOMZO5ADNbiVyOxvrqJyOWUv4NpoXDi4tqQ3kXBqxbmPqHQtMA@mail.gmail.com>

On Sat, Apr 23, 2016 at 5:02 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi,
>
> After running the 'saveenv' command on a mx6qsabresd board, I can no
> longer boot Barebox:

I managed to fix this by doing:

--- a/arch/arm/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/dts/imx6qdl-sabresd.dtsi
@@ -34,8 +34,8 @@
                reg = <0x0 0x80000>;
        };

-       environment_usdhc3: partition@1 {
+       environment_usdhc3: partition@c0000 {
                label = "barebox-environment";
-               reg = <0x80000 0x80000>;
+               reg = <0xc0000 0x80000>;
        };
 };

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

      parent reply	other threads:[~2016-04-23 22:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-23 20:02 Fabio Estevam
2016-04-23 20:15 ` Sam Ravnborg
2016-04-23 20:30   ` Fabio Estevam
2016-04-23 21:28     ` Sam Ravnborg
2016-04-23 22:43 ` Fabio Estevam [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOMZO5Aqy-vhiWtK15aLBxWZuT-P62tLqFqC5GsHN0fStOZZOg@mail.gmail.com \
    --to=festevam@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox