mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
This should be a long-term solution to armbian/community#39. Adds a rockchip64 BOOT_SCENARIO for binman with mainline ATF and puts it to use for the rock4-se board config. Tested on my hardware, boots successfully.
15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
# Rockchip RK3399T hexa core 1-4GB SoC GBe eMMC USB3 WiFi/BT PoE
|
|
BOARD_NAME="Rock 4SE"
|
|
BOARDFAMILY="rockchip64"
|
|
BOARD_MAINTAINER=""
|
|
BOOTPATCHDIR="v2025.04"
|
|
BOOTBRANCH_BOARD="tag:v2025.04"
|
|
BOOTCONFIG="rock-4se-rk3399_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|
|
FULL_DESKTOP="yes"
|
|
BOOT_LOGO="desktop"
|
|
BOOT_FDT_FILE="rockchip/rk3399-rock-4se.dtb"
|
|
BOOT_SCENARIO="binman-atf-mainline"
|
|
BOOT_SUPPORT_SPI="yes"
|