Merge "RV1126/RV1109: add 38 spi nand AB system config"
This commit is contained in:
82
rv1126_rv1109/BoardConfig-38x38-spi-nand-ab.mk
Normal file
82
rv1126_rv1109/BoardConfig-38x38-spi-nand-ab.mk
Normal file
@ -0,0 +1,82 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1126
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
#export RK_UBOOT_DEFCONFIG=rv1126
|
||||
export RK_UBOOT_DEFCONFIG=rv1126-ab
|
||||
# Uboot image format type: fit(flattened image tree)
|
||||
export RK_UBOOT_FORMAT_TYPE=fit
|
||||
#export RK_SPL_DEFCONFIG=rv1126
|
||||
export RK_LOADER_UPDATE_SPL=true
|
||||
# Kernel defconfig
|
||||
export RK_KERNEL_DEFCONFIG=rv1126_defconfig
|
||||
# Kernel defconfig fragment
|
||||
export RK_KERNEL_DEFCONFIG_FRAGMENT=
|
||||
# Kernel dts
|
||||
export RK_KERNEL_DTS=rv1109-38-v10-spi-nand
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=zboot.img
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm/boot/zImage
|
||||
# parameter for GPT table
|
||||
#export RK_PARAMETER=parameter-fit-128M.txt
|
||||
export RK_PARAMETER=parameter-fit-nand-256M-ab.txt
|
||||
# Buildroot config
|
||||
export RK_CFG_BUILDROOT=rockchip_rv1126_rv1109_spi_nand
|
||||
# Recovery config
|
||||
export RK_CFG_RECOVERY=
|
||||
# ramboot config
|
||||
export RK_CFG_RAMBOOT=
|
||||
# Pcba config
|
||||
export RK_CFG_PCBA=
|
||||
# Build jobs
|
||||
export RK_JOBS=12
|
||||
# target chip
|
||||
export RK_TARGET_PRODUCT=rv1126_rv1109
|
||||
# Set rootfs type, including ext2 ext4 squashfs ubi
|
||||
export RK_ROOTFS_TYPE=ubi
|
||||
# rootfs image path
|
||||
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
|
||||
# Set ramboot image type
|
||||
export RK_RAMBOOT_TYPE=
|
||||
# Set oem partition type, including ext2 squashfs
|
||||
export RK_OEM_FS_TYPE=ubi
|
||||
# Set userdata partition type, including ext2, fat
|
||||
export RK_USERDATA_FS_TYPE=ubi
|
||||
#OEM config
|
||||
export RK_OEM_DIR=oem_ipc
|
||||
# OEM build on buildroot
|
||||
export RK_OEM_BUILDIN_BUILDROOT=YES
|
||||
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
|
||||
export RK_USERDATA_DIR=userdata_empty
|
||||
#
|
||||
# RK_UBI_PAGE_SIZE and RK_UBI_BLOCK_SIZE MUST be defined if meet One of the following conditions:
|
||||
#
|
||||
# 1. define RK_OEM_DIR and undefine RK_OEM_BUILDIN_BUILDROOT
|
||||
# 2. define RK_USERDATA_DIR
|
||||
#
|
||||
# Set ubifs page size, 2048(2KB) or 4096(4KB)
|
||||
export RK_UBI_PAGE_SIZE=2048
|
||||
#
|
||||
# Set ubifs block size, 0x20000(128KB) or 0x40000(256KB)
|
||||
export RK_UBI_BLOCK_SIZE=0x20000
|
||||
#
|
||||
# Set userdata partition size (byte) if define RK_USERDATA_DIR
|
||||
export RK_USERDATA_PARTITION_SIZE=0x680000
|
||||
#
|
||||
# Set oem partition size (byte) if undefine RK_OEM_BUILDIN_BUILDROOT
|
||||
# export RK_OEM_PARTITION_SIZE=0x6400000
|
||||
#
|
||||
#misc image
|
||||
export RK_MISC=blank-misc.img
|
||||
#choose enable distro module
|
||||
export RK_DISTRO_MODULE=
|
||||
# Define pre-build script for this board
|
||||
export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
|
||||
# Define package-file for update.img
|
||||
export RK_PACKAGE_FILE=rv1126_rv1109-package-file-2
|
||||
#choose enable Linux A/B
|
||||
export RK_LINUX_AB_ENABLE=true
|
||||
12
rv1126_rv1109/parameter-fit-nand-256M-ab.txt
Normal file
12
rv1126_rv1109/parameter-fit-nand-256M-ab.txt
Normal file
@ -0,0 +1,12 @@
|
||||
FIRMWARE_VER: 8.1
|
||||
MACHINE_MODEL: RV1126
|
||||
MACHINE_ID: 007
|
||||
MANUFACTURER: RV1126
|
||||
MAGIC: 0x5041524B
|
||||
ATAG: 0x00200800
|
||||
MACHINE: 0xffffffff
|
||||
CHECK_MASK: 0x80
|
||||
PWR_HLD: 0,0,A,0,1
|
||||
TYPE: GPT
|
||||
CMDLINE: mtdparts=rk29xxnand:0x00000800@0x00001000(vnvm),0x00001800@0x00001800(uboot_a),0x00001800@0x00003000(uboot_b),0x00004000@0x00004800(boot_a),0x00004000@0x00008800(boot_b),0x0000400@0x0000C800(misc),0x00014000@0x0000CC00(system_a),0x00014000@0x00020c00(system_b),0x00032000@0x00034c00(oem),-@0x0066C00(userdata:grow)
|
||||
uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9
|
||||
Reference in New Issue
Block a user