Re: mx6qsabresd: Cannot boot after 'saveenv'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Apr 23, 2016 at 5:02 PM, Fabio Estevam <festevam@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux