[OpenWrt-Devel] [PATH] Lantiq: VG3503J needs bigger kernel partition

Joerg Hollmann Joerg.Hollmann at t-online.de
Wed Sep 24 10:26:01 EDT 2014


Current VG3503J image is not working because of a too small kernel 
partition.
This will fix it.

Signed-off-by: Joerg Hollmann <joerg.hollmann at t-online.de>

diff -Naur a/target/linux/lantiq/dts/VG3503J.dtsi 
b/target/linux/lantiq/dts/VG3503J.dtsi
--- a/target/linux/lantiq/dts/VG3503J.dtsi      2014-09-24 
14:56:08.117424013 +0200
+++ b/target/linux/lantiq/dts/VG3503J.dtsi      2014-09-24 
14:59:14.569437111 +0200
@@ -26,15 +26,15 @@
                                         reg = <0x00000 0x20000>;
                                 };

-                               partition at 20000 {
-                                       label = "kernel";
-                                       reg = <0x20000 0x180000>;
-                               };
+                                partition at 20000 {
+                                        label = "kernel";
+                                        reg = <0x20000 0x3000000>;
+                                };

-                               partition at 1a0000 {
-                                       label = "rootfs";
-                                       reg = <0x1a0000 0x5a0000>;
-                               };
+                                partition at 320000 {
+                                        label = "rootfs";
+                                        reg = <0x320000 0x420000>;
+                                };

                                 partition at 740000 {
                                         label = "btagent"
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list