mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Add plymouth-theme-armbian package * Adjust all bootscripts to adapt plymouth * Auto show logo accroding to BOOT_LOGO * Enable plymouth detail mode when bootlogo=false * Add a new board config var - HAS_VIDEO_OUTPUT This var is used to indicate whether device has a HW video output. If it's set to "no", we will disable kernel bootsplash, plymouth and BUILD_DESKTOP * Rename package to be aligned with others * Disable kernel bootloader, but keep the code for it * Rather keep bootlogo in the kernel for a while, otherwise kernel upgrade will turn bootup into the darkness Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com> Co-authored-by: Igor <igor@armbian.com>
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
# Rockchip RK3328 quad core 1GB 2 x GBE USB2 SPI
|
|
BOARD_NAME="OPi R1 Plus LTS"
|
|
BOARDFAMILY="rockchip64"
|
|
BOOTCONFIG="orangepi_r1_plus_lts_rk3328_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
DEFAULT_CONSOLE="serial"
|
|
MODULES="g_serial"
|
|
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu"
|
|
SERIALCON="ttyS2:1500000,ttyGS0"
|
|
HAS_VIDEO_OUTPUT="no"
|
|
BOOT_FDT_FILE="rockchip/rk3328-orangepi-r1-plus-lts.dtb"
|