commit 5d4dcc796f5db9012c2ccd983dc149948ba69266 Author: yushun <981431410@qq.com> Date: 2022-09-21 16:44:38 +0800 Modify files related to capacity expansion, the OEM and UserDate partitions are removed diff --git a/device/rockchip/rk356x/parameter-buildroot-fit.txt b/device/rockchip/rk356x/parameter-buildroot-fit.txt index 4defd4d7a..5a17cbdc4 100644 --- a/device/rockchip/rk356x/parameter-buildroot-fit.txt +++ b/device/rockchip/rk356x/parameter-buildroot-fit.txt @@ -8,5 +8,5 @@ MACHINE: 0xffffffff CHECK_MASK: 0x80 PWR_HLD: 0,0,A,0,1 TYPE: GPT -CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(misc),0x00020000@0x00008000(boot),0x00020000@0x00028000(recovery),0x00010000@0x00048000(backup),0x00c00000@0x00058000(rootfs),0x00040000@0x00c58000(oem),-@0x00c98000(userdata:grow) +CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(misc),0x00020000@0x00008000(boot),0x00020000@0x00028000(recovery),0x00010000@0x00048000(backup),-@0x00058000(rootfs:grow) uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9 diff --git a/tools/linux/Linux_Pack_Firmware/rockdev/rk356x-package-file b/tools/linux/Linux_Pack_Firmware/rockdev/rk356x-package-file index 4cad31ed5..aa4fa3ee6 100644 --- a/tools/linux/Linux_Pack_Firmware/rockdev/rk356x-package-file +++ b/tools/linux/Linux_Pack_Firmware/rockdev/rk356x-package-file @@ -12,8 +12,8 @@ misc Image/misc.img boot Image/boot.img recovery Image/recovery.img rootfs Image/rootfs.img -oem Image/oem.img -userdata Image/userdata.img +#oem Image/oem.img +#userdata Image/userdata.img # 要写入backup分区的文件就是自身(update.img) # SELF 是关键字,表示升级文件(update.img)自身 # 在生成升级文件时,不加入SELF文件的内容,但在头部信息中有记录