Initial support for Indiedroid Nova.

This commit is contained in:
fewtarius 2023-03-08 19:00:17 -05:00
parent 1b68dd05f5
commit 76476f1410
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"