[openwrt/openwrt] bmips: fix NETGEAR DGND3700v2 boot loop

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 15 03:00:01 PDT 2023


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/1a5e7d3f1cd3f571f270dcfdb0b8c596b8dc363d

commit 1a5e7d3f1cd3f571f270dcfdb0b8c596b8dc363d
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed Jun 14 23:23:14 2023 +0200

    bmips: fix NETGEAR DGND3700v2 boot loop
    
    The DGND3700v2 renames the cferam bootloader from cferam to cfeXXX, where XXX
    is the number of firmware upgrades performed by the bootloader. Other bcm63xx
    devices rename cferam.000 to cferam.XXX, but this device is special because
    the cferam name isn't changed on the first firmware flashing but it's changed
    on the subsequent ones.
    Therefore, we need to look for "cfe" instead of "cferam" to properly detect
    the cferam partition and fix the bootlop.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
    (cherry picked from commit 915e914cfaa243ea36f8c7a4f0f045ec890304fa)
---
 target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
index b99fecaaa6..d4ba1f4be4 100644
--- a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
+++ b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
@@ -173,6 +173,7 @@
 				compatible = "brcm,wfi";
 				label = "wfi";
 				reg = <0x0004000 0x1c7c000>;
+				brcm,cferam = "cfe";
 			};
 
 			partition at 1c80000 {




More information about the lede-commits mailing list