[FS#4158] Master regression - boot loop due to kernel panic (mt7621)

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Tue Nov 30 17:13:13 PST 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#4158 - Master regression - boot loop due to kernel panic (mt7621)
User who did this - d.souza (dsouza)

----------
As @981213 posted in the forum, the solution below fixed the problem:


--- a/target/linux/ramips/dts/mt7621_tplink_archer-x6-v3.dtsi
+++ b/target/linux/ramips/dts/mt7621_tplink_archer-x6-v3.dtsi
@@ -18,6 +18,11 @@
 		bootargs = "console=ttyS0,115200n8";
 	};
 
+	memory at 0 {
+		device_type = "memory";
+		reg = ;
+	};
+
 	keys {
 		compatible = "gpio-keys";
 

Since memory size detection started failing on this device, perhaps the above workaround should be a permanent fix for Archer A6/C6 v3.x.
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4158#comment10366

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list