OrangePi_CM5/external/config/boards/orangepi5.conf

16 lines
475 B
Plaintext
Raw Normal View History

2022-12-02 19:51:41 +08:00
# Rockchip RK3588s SoC
BOARD_NAME="Orange Pi 5"
BOARDFAMILY="rockchip-rk3588"
BOOTCONFIG="orangepi_5_defconfig"
2022-12-12 18:04:04 +08:00
#BOOTCONFIG="orangepi_5_sata_defconfig"
2022-12-02 19:51:41 +08:00
KERNEL_TARGET="legacy"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588s-orangepi-5.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
2022-12-16 18:28:40 +08:00
DISTRIB_TYPE_LEGACY="bullseye focal jammy"
2022-12-02 19:51:41 +08:00
BOOTFS_TYPE="fat"
2023-01-06 16:05:10 +08:00
REVISION="1.1.0"