RV1126/RV1109: add 38 spi nand recovery system config
Signed-off-by: Yu YongZhen <yuyz@rock-chips.com> Change-Id: I4ddaeda3dae96abbe474b185ff7f2c624e0512b6
This commit is contained in:
@ -25,7 +25,7 @@ export RK_PARAMETER=parameter-fit-nand-256M.txt
|
||||
# Buildroot config
|
||||
export RK_CFG_BUILDROOT=rockchip_rv1126_rv1109_spi_nand
|
||||
# Recovery config
|
||||
export RK_CFG_RECOVERY=
|
||||
export RK_CFG_RECOVERY=rockchip_rv1126_rv1109_spi_nand_recovery
|
||||
# ramboot config
|
||||
export RK_CFG_RAMBOOT=
|
||||
# Pcba config
|
||||
@ -69,10 +69,10 @@ export RK_USERDATA_DIR=
|
||||
# export RK_OEM_PARTITION_SIZE=0x6400000
|
||||
#
|
||||
#misc image
|
||||
export RK_MISC=
|
||||
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=rv1109-package-file-spi-nand
|
||||
export RK_PACKAGE_FILE=rv1126-package-file-spi-nand
|
||||
|
||||
@ -8,5 +8,5 @@ MACHINE: 0xffffffff
|
||||
CHECK_MASK: 0x80
|
||||
PWR_HLD: 0,0,A,0,1
|
||||
TYPE: GPT
|
||||
CMDLINE: mtdparts=rk29xxnand:0x00000800@0x00001800(vnvm),0x00002000@0x00002000(uboot),0x00004000@0x00004000(boot),0x00032000@0x00008000(rootfs),0x00032000@0x0003A000(oem),-@0x0006C000(userdata:grow)
|
||||
CMDLINE: mtdparts=rk29xxnand:0x00000800@0x00001000(vnvm),0x00002800@0x00001800(uboot),0x00004000@0x00004000(boot),0x00012000@0x00008000(rootfs),0x00000400@0x0001A000(misc),0x00008000@0x0001A400(recovery),0x0002D000@0x00022400(oem),-@0x0004F400(userdata:grow)
|
||||
uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9
|
||||
|
||||
Reference in New Issue
Block a user