rv1126_rv1109: tb: BoardConfig-tb-v13 add oem partition

Signed-off-by: Fenrir Lin <fenrir.lin@rock-chips.com>
Change-Id: I24129405de51ad02fd1b647ca55e241b7897f397
This commit is contained in:
Fenrir Lin
2021-03-22 14:16:29 +08:00
parent a297d2f328
commit ff989a384c

View File

@ -35,11 +35,13 @@ export RK_TARGET_PRODUCT=rv1126_rv1109
# 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=ext2
# 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_empty
# OEM build on buildroot
export RK_OEM_BUILDIN_BUILDROOT=YES
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE #userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
export RK_USERDATA_DIR=userdata_empty export RK_USERDATA_DIR=userdata_empty
#misc image #misc image