PTPT52
PTPT52
This is a workaround, and a crash may occur before /etc/init.d/norandmaps is executed. The crash could potentially happen at an earlier stage. log: ``` [ 27.159606] mt76x2e 0000:01:00.0: Firmware Version:...
we may try disable randmaps via cmdline ```diff diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 9fd1a812ec5..22e2a05b64f 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -23,6 +23,7 @@ chosen { bootargs = "console=ttyS0,57600"; + bootargs-append...
this issue related to the commit https://github.com/openwrt/openwrt/commit/2a25c6ace8d833cf491a66846a0b9e7c5387b8f0 ? and I have a workaround for it
```diff diff --git a/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x-sfp.dts b/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x-sfp.dts index 50a77c3877a..f619747d70c 100644 --- a/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x-sfp.dts +++ b/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x-sfp.dts @@ -67,6 +67,10 @@ &switch0 { ports { + port@0 { + label = "rename_eth0"; + }; +...
or simple: ```diff diff --git a/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dtsi b/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dtsi index 0902ad56b96..713cce4a89d 100644 --- a/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dtsi +++ b/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dtsi @@ -29,12 +29,12 @@ ports { port@0 { status = "okay"; - label = "eth0"; +...
I would like to change the scripts and dts instead of changing the C code
@swvalenti194 you may try x-wrt with QMAP Cellular support for you RM520N-GL, tell me what is your openwrt device model?
@swvalenti194 you mean `Raspberry Pi 4B/400/CM4` ? or
@swvalenti194 this show you QMAP Cellular