diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-04-06 13:17:43 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-18 11:50:57 +0800 |
commit | 7dc82528a2751b672098faa13b58c6f214eb3b23 (patch) | |
tree | 2e98fc30a1e37dba7caffe656f07c06fdeb4a475 /target/linux/ramips/dts | |
parent | 4745969ad7c0cb65f55c8de1f05eba786ca27f71 (diff) | |
download | upstream-7dc82528a2751b672098faa13b58c6f214eb3b23.tar.gz upstream-7dc82528a2751b672098faa13b58c6f214eb3b23.tar.bz2 upstream-7dc82528a2751b672098faa13b58c6f214eb3b23.zip |
ramips: increase HiWiFi HC5962 kernel partition to 4M
Increase kernel partition because 2M is insufficient for 5.4
Because the partition changes, previous version of OpenWrt cannot upgrade
to this version, and requires a new installation
Recovery to stock instruction:
1. Download stock firmware at
http://ur.ikcd.net/HC5962-sysupgrade-20171221-b00a04d1.bin
2. Power off the router
3. Press and hold the reset button for 4~6 sec while power it back on
4. Connect a PC to router's LAN
5. Visit http://192.168.2.1 and upload the firmware
Then repeat the instruction in edae3479e64e to install OpenWrt
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_hiwifi_hc5962.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7621_hiwifi_hc5962.dts b/target/linux/ramips/dts/mt7621_hiwifi_hc5962.dts index 9d60d509ab..ec76b35840 100644 --- a/target/linux/ramips/dts/mt7621_hiwifi_hc5962.dts +++ b/target/linux/ramips/dts/mt7621_hiwifi_hc5962.dts @@ -74,12 +74,12 @@ partition@140000 { label = "kernel"; - reg = <0x140000 0x200000>; + reg = <0x140000 0x400000>; }; - partition@340000 { + partition@540000 { label = "ubi"; - reg = <0x340000 0x1E00000>; + reg = <0x540000 0x1c00000>; }; partition@2140000 { |