rv1126_rv1109: add oem partition

Signed-off-by: Fenrir Lin <fenrir.lin@rock-chips.com>
Change-Id: Id5ad349dbac92f815bc1a90359ff02b0696d08c3
This commit is contained in:
Fenrir Lin
2020-09-28 16:35:47 +08:00
committed by Ziyuan Xu
parent 786c1c85fe
commit aa8d70c1ab
2 changed files with 6 additions and 4 deletions

View File

@ -39,11 +39,13 @@ export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set ramboot image type # Set ramboot image type
export RK_RAMBOOT_TYPE=ROMFS export RK_RAMBOOT_TYPE=ROMFS
# Set oem partition type, including ext2 squashfs # Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE= export RK_OEM_FS_TYPE=squashfs
# Set userdata partition type, including ext2, fat # Set userdata partition type, including ext2, fat
export RK_USERDATA_FS_TYPE=ext2 export RK_USERDATA_FS_TYPE=ext2
# OEM config # OEM config
export RK_OEM_DIR= export RK_OEM_DIR=oem_battery_ipc
# OEM build on buildroot
export RK_OEM_BUILDIN_BUILDROOT=YES
#userdata config #userdata config
export RK_USERDATA_DIR=userdata_normal export RK_USERDATA_DIR=userdata_normal
#misc image #misc image

View File

@ -8,5 +8,5 @@ MACHINE: 0xffffffff
CHECK_MASK: 0x80 CHECK_MASK: 0x80
PWR_HLD: 0,0,A,0,1 PWR_HLD: 0,0,A,0,1
TYPE: GPT TYPE: GPT
CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00010000@0x0000a000(boot),-@0x0040000(userdata:grow) CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00010000@0x0000a000(boot),0x00020000@0x0023a000(oem),-@0x0040000(userdata:grow)
uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9 uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9