RV1126/RV1109: support package update.img for RV1126 and RV1109
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: Iae5c1a713c8208abf3e7a22c5281de7289ca07ba
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1109
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
@ -51,4 +53,4 @@ 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-spi-nand
|
||||
export RK_PACKAGE_FILE=rv1109-package-file-spi-nand
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1109
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1109
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
@ -56,3 +58,5 @@ export RK_MISC=wipe_all-misc.img
|
||||
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-emmc
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1126
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
@ -51,4 +53,4 @@ 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-spi-nand
|
||||
export RK_PACKAGE_FILE=rv1126-package-file-spi-nand
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1126
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
@ -53,4 +55,4 @@ export RK_MISC=
|
||||
#choose enable distro module
|
||||
export RK_DISTRO_MODULE=
|
||||
# Define package-file for update.img
|
||||
export RK_PACKAGE_FILE=rv1126_rv1109-package-file-tb
|
||||
export RK_PACKAGE_FILE=rv1126-package-file-emmc-tb
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1126
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Target chip
|
||||
export RK_CHIP=RV1126
|
||||
# Target arch
|
||||
export RK_ARCH=arm
|
||||
# Uboot defconfig
|
||||
|
||||
Reference in New Issue
Block a user