mx6qsabresd: Cannot boot after 'saveenv'

Fabio Estevam festevam at gmail.com
Sat Apr 23 15:43:21 PDT 2016


On Sat, Apr 23, 2016 at 5:02 PM, Fabio Estevam <festevam at 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 at 1 {
+       environment_usdhc3: partition at c0000 {
                label = "barebox-environment";
-               reg = <0x80000 0x80000>;
+               reg = <0xc0000 0x80000>;
        };
 };



More information about the barebox mailing list