Initial support for Indiedroid Nova.
This commit is contained in:
parent
1b68dd05f5
commit
76476f1410
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
PARTITION_TABLE="gpt"
|
||||
UBOOT_LABEL="uboot"
|
||||
TRUST_LABEL="resource"
|
||||
DEVICE_DTB=("rk3588s-orangepi-5" "rk3588-rock-5b" "rk3588s-9tripod-linux")
|
||||
DEVICE_DTB=("rk3588s-orangepi-5" "rk3588-rock-5b" "rk3588s-indiedroid-nova")
|
||||
# UBOOT_DTB="$(for DTB in "${DEVICE_DTB[@]}"; do echo -n "${DTB} "; done)"
|
||||
UBOOT_DTB="rk3588-evb"
|
||||
UBOOT_CONFIG="orangepi_5_defconfig"
|
||||
|
|
|
@ -19,7 +19,7 @@ PKG_PATCH_DIRS+="${DEVICE}"
|
|||
|
||||
case ${DEVICE} in
|
||||
RK3588)
|
||||
PKG_VERSION="b5a283331fa0"
|
||||
PKG_VERSION="724dea15c5ef"
|
||||
PKG_URL="${PKG_SITE}/rk358x-kernel.git"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
|
|
Loading…
Reference in a new issue