mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 17:46:43 +07:00
Support Orange Pi 5 Max
This commit is contained in:
14
external/config/boards/orangepi5max.conf
vendored
Normal file
14
external/config/boards/orangepi5max.conf
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Rockchip RK3588 SoC
|
||||
BOARD_NAME="Orange Pi 5 Max"
|
||||
BOARDFAMILY="rockchip-rk3588"
|
||||
BOOTCONFIG="orangepi_5_max_defconfig"
|
||||
KERNEL_TARGET="legacy"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-max.dtb"
|
||||
BOOT_SCENARIO="spl-blobs"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
BOOT_SUPPORT_SPI="yes"
|
||||
SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes
|
||||
DISTRIB_TYPE_LEGACY="bullseye bookworm bionic focal jammy"
|
||||
BOOTFS_TYPE="fat"
|
||||
REVISION="1.0.0"
|
||||
8581
external/config/kernel/linux-rockchip-rk3588-legacy-opi5max.config
vendored
Normal file
8581
external/config/kernel/linux-rockchip-rk3588-legacy-opi5max.config
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@ rk35xx_gpu_vpu_tweaks()
|
||||
|
||||
if [[ $BOARDFAMILY == "rockchip-rk3588" ]]; then
|
||||
dpkg_install_deb_chroot "${debs_dir}/common/libmali/libmali-valhall-g610-g13p0-x11-gbm_1.9-1_arm64.deb"
|
||||
dpkg_install_deb_chroot "${debs_dir}/common/rkaiq/camera-engine-rkaiq_rk3588_arm64.deb"
|
||||
dpkg_install_deb_chroot "${debs_dir}/common/rkaiq/camera_engine_rkaiq_rk3588_arm64.deb"
|
||||
elif [[ $BOARDFAMILY == "rockchip-rk356x" ]]; then
|
||||
dpkg_install_deb_chroot "${debs_dir}/common/libmali/libmali-bifrost-g52-g13p0-x11-gbm_1.9-1_arm64.deb"
|
||||
dpkg_install_deb_chroot "${debs_dir}/common/rkaiq/camera_engine_rkaiq_rk3568_arm64.deb"
|
||||
|
||||
@@ -18,6 +18,7 @@ case $BRANCH in
|
||||
KERNELPATCHDIR='rockchip-rk3588-legacy'
|
||||
LINUXCONFIG="linux-rockchip-rk3588-legacy"
|
||||
[[ ${BOARD} == orangepi5pro ]] && LINUXCONFIG="linux-rockchip-rk3588-legacy-opi5pro"
|
||||
[[ ${BOARD} == orangepi5max ]] && LINUXCONFIG="linux-rockchip-rk3588-legacy-opi5max"
|
||||
|
||||
if [[ "${build_rt_image}" =~ yes ]]; then
|
||||
KERNELBRANCH='branch:orange-pi-5.10-rk35xx-rt'
|
||||
|
||||
Reference in New Issue
Block a user