add parameter and rootfs image path define to board config

the default rootfs image is buildroot rootfs image

Change-Id: I3b6d9d77edd61d76e86da1e2802f344abb3b57a7
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
This commit is contained in:
Eddie Cai
2018-08-18 07:57:45 +08:00
parent bb7accf451
commit 38c55c6525
9 changed files with 61 additions and 31 deletions

View File

@ -10,6 +10,8 @@ export RK_KERNEL_DEFCONFIG=rockchip_linux_defconfig
export RK_KERNEL_DTS=px3se-evb
# boot image type
export RK_BOOT_IMG=zboot.img
# parameter for GPT table
export RK_PARAMETER=parameter-buildroot.txt
# Buildroot config
export RK_CFG_BUILDROOT=rockchip_px3se
# Recovery config
@ -22,6 +24,8 @@ export RK_JOBS=12
export RK_TARGET_PRODUCT=px3se
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# rootfs image path
export RK_ROOTFS_IMG=buildroot/output/$RK_CFG_BUILDROOT/images/rootfs.$RK_ROOTFS_TYPE
# Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE=ext2
# Set userdata partition type, including ext2, fat