OrangePi_CM5/external/config/boards/orangepicm5.conf

16 lines
532 B
Plaintext
Raw Normal View History

2023-09-25 09:48:20 +08:00
# Rockchip RK3588s SoC
BOARD_NAME="Orange Pi CM5"
BOARDFAMILY="rockchip-rk3588"
BOOTCONFIG="orangepi_cm5_defconfig"
2024-04-08 09:06:07 +08:00
KERNEL_TARGET="legacy,current"
2023-09-25 09:48:20 +08:00
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588s-orangepi-cm5.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
2024-04-02 19:15:38 +08:00
DISTRIB_TYPE_LEGACY="bullseye bookworm focal jammy"
2023-09-25 09:48:20 +08:00
BOOTFS_TYPE="fat"
2026-05-12 08:51:18 +08:00
REVISION="1.0.2"
DEFAULT_OVERLAYS="opicm5-imx586-j800 opicm5-ov13850-j6 opicm5-ov13850-j4"