27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
# Rockchip RK3399T hexa core 1-4GB SoC GBe eMMC USB3 WiFi/BT PoE
|
||
|
BOARD_NAME="Rock 4SE"
|
||
|
BOARDFAMILY="rockchip64"
|
||
|
BOARD_MAINTAINER=""
|
||
|
BOOTBRANCH_BOARD="tag:v2023.10-rc2"
|
||
|
#BOOTCONFIG="rock-4se-rk3399_defconfig" ## irony being we chose mainline uboot because of support for this board but its broken
|
||
|
BOOTCONFIG="rock-pi-4-rk3399_defconfig"
|
||
|
BOOTPATCHDIR='v2023.10-rc2'
|
||
|
KERNEL_TARGET="current,edge"
|
||
|
KERNEL_TEST_TARGET="current,edge"
|
||
|
FULL_DESKTOP="yes"
|
||
|
BOOT_LOGO="desktop"
|
||
|
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b.dtb"
|
||
|
BOOT_SCENARIO="spl-blobs"
|
||
|
BOOT_SUPPORT_SPI="yes"
|
||
|
BL31_BLOB="rk33/rk3399_bl31_v1.36.elf"
|
||
|
DDR_BLOB="rk33/rk3399_ddr_933MHz_v1.30.bin"
|
||
|
|
||
|
function post_family_config___mainline_uboot() {
|
||
|
declare -g UBOOT_TARGET_MAP="ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} BL31=$RKBIN_DIR/$BL31_BLOB spl/u-boot-spl u-boot.bin flash.bin;;idbloader.img u-boot.itb"
|
||
|
}
|
||
|
|
||
|
function add_host_dependencies__uboot_deps() {
|
||
|
display_alert "Adding python3-pyelftools for brute force mainline uboot" "${EXTENSION}" "info"
|
||
|
declare -g EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} python3-pyelftools libgnutls28-dev"
|
||
|
}
|