/ {
model = "Zyxel EX5601-T0 ubootmod";
compatible = "zyxel,ex5601-t0-ubootmod", "mediatek,mt7986a";
+
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x20000000>;
};
+
+ chosen {
+ bootargs-append = " root=/dev/fit0 rootwait";
+ rootdisk = <&ubi_rootdisk>;
+ };
};
&nand_partitions {
reg = <0x380000 0x0200000>;
read-only;
};
-
+
partition@540000 {
label = "zloader";
reg = <0x540000 0x0040000>;
read-only;
};
-
+
partition@580000 {
label = "ubi";
reg = <0x580000 0x1da80000>;
+ compatible = "linux,ubi";
+
+ volumes {
+ ubi_rootdisk: ubi-volume-fit {
+ volname = "fit";
+ };
+ };
};
};
tplink,tl-xtr8488|\
xiaomi,mi-router-ax3000t-ubootmod|\
xiaomi,redmi-router-ax6000-ubootmod|\
- xiaomi,mi-router-wr30u-ubootmod)
+ xiaomi,mi-router-wr30u-ubootmod|\
+ zyxel,ex5601-t0-ubootmod)
fit_do_upgrade "$1"
;;
acer,predator-w6|\
CI_ROOT_UBIPART=ubi
nand_do_upgrade "$1"
;;
- zyxel,ex5601-t0-ubootmod)
- CI_KERNPART="fit"
- CI_ROOTPART="ubi_rootfs"
- nand_do_upgrade "$1"
- ;;
unielec,u7981-01*)
local rootdev="$(cmdline_get_var root)"
rootdev="${rootdev##*/}"