mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

The difference between flashing: Interrupt U-Boot and run these commands: setenv bootcmd "setenv mtdids nand0=nand0 && set mtdparts mtdparts=nand0:0xDC00000@0x2400000(firmware) && ubi part firmware && ubi read 0x44000000 kernel 0x6e0000 && bootm" saveenv
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#include "qcom-ipq8065-rt4230w.dtsi"
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
/ {
|
|
model = "Askey RT4230W REV9.3";
|
|
compatible = "askey,rt4230w-rev9.3", "qcom,ipq8065", "qcom,ipq8064";
|
|
};
|
|
|
|
&ubi {
|
|
reg = <0x2400000 0xdc00000>;
|
|
};
|