sysupgrade, changed nand layout

This commit is contained in:
mooleshacat 2026-06-22 23:16:13 -04:00
parent 588180efcb
commit ddfc502126
Signed by: mooleshacat
GPG Key ID: 6F42FE1A481818C2
2 changed files with 11 additions and 7 deletions

View File

@ -236,6 +236,11 @@ platform_do_upgrade() {
CI_UBIPART="rootfs"
nand_do_upgrade "$1"
;;
trendnet,tew-829dru)
CI_UBIPART="rootfs"
CI_KERNPART="none"
nand_do_upgrade "$1"
;;
zyxel,nbg6617)
zyxel_do_upgrade "$1"
;;

View File

@ -366,19 +366,18 @@
#address-cells = <1>;
#size-cells = <1>;
/* NOTICE: THIS DIVERGES FROM MFR SPI-EXTRACTED.DTS */
/* We are going to take the rootfs_1 out and */
/* use it as overlay space for packages */
/* MAXIMUM FREEDOM FOR ALL USERS :3 */
rootfs_part: partition@0 {
label = "rootfs";
reg = <0x00000000 0x03000000>; /* 48MB */
};
rootfs_1_part: partition@3000000 {
label = "rootfs_1";
reg = <0x03000000 0x03000000>; /* 48MB */
};
overlay_part: partition@6000000 {
overlay_part: partition@3000000 {
label = "overlay";
reg = <0x06000000 0x02000000>; /* 32MB */
reg = <0x03000000 0x05000000>; /* 80MB */
};
};
};