Openwrt 21 and lantiq_xrx200

Ivar Orskaug ivarorskaug at gmail.com
Tue Sep 14 06:51:57 PDT 2021


Hi,
I tried to upgrade my ZyXEL P-2812HNU-F3 to OpenWrt 21.
Seems the kernel has grown somewhat from OpenWrt 19.
Kernel partition in master is only 2M, whereas the 21-image is ~2,4M.
The following patch accommodates for the bigger image:

diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
index 12280241a5..01768d31d6 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
@@ -53,11 +53,11 @@

                partition at 0 {
                        label = "kernel";
-                       reg = <0x0 0x200000>;
+                       reg = <0x0 0x280000>;
                };
                partition at 200000 {
                        label = "ubi";
-                       reg = <0x200000 0x7e00000>;
+                       reg = <0x280000 0x7d80000>;
                };
        };
 };

Has anyone else managed to upgrade this device to 21 successfully?

/Ivar



More information about the openwrt-devel mailing list