2023-11-09 16:23:39 +08:00
|
|
|
# Rockchip RK3588 SoC
|
|
|
|
|
BOARD_NAME="Orange Pi 5 Pro"
|
|
|
|
|
BOARDFAMILY="rockchip-rk3588"
|
|
|
|
|
BOOTCONFIG="orangepi_5_pro_defconfig"
|
2024-04-15 21:21:41 +08:00
|
|
|
KERNEL_TARGET="legacy,current"
|
2023-11-09 16:23:39 +08:00
|
|
|
BOOT_LOGO="desktop"
|
2023-12-01 11:18:37 +08:00
|
|
|
BOOT_FDT_FILE="rockchip/rk3588s-orangepi-5-pro.dtb"
|
2023-11-09 16:23:39 +08:00
|
|
|
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"
|
2024-04-15 21:21:41 +08:00
|
|
|
DISTRIB_TYPE_CURRENT="bullseye bookworm jammy"
|
2023-11-09 16:23:39 +08:00
|
|
|
BOOTFS_TYPE="fat"
|
2024-11-19 10:26:29 +08:00
|
|
|
REVISION="1.0.6"
|