Skip to content

Commit 5d934c5

Browse files
chainsxigorpecovnik
authored andcommitted
add community support for lckfb taishanpi
1 parent 5711d09 commit 5d934c5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config/boards/lckfb-taishanpi.csc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Rockchip RK3566 quad core 1GB-2GB GBE eMMC USB3 WiFi
2+
BOARD_NAME="LCKFB Taishan Pi"
3+
BOARDFAMILY="rk35xx"
4+
BOARD_MAINTAINER=""
5+
BOOTCONFIG="radxa-zero3-rk3566_defconfig"
6+
KERNEL_TARGET="legacy,vendor"
7+
BOOT_FDT_FILE="rockchip/rk3566-taishanpi-v10.dtb"
8+
BOOT_SCENARIO="spl-blobs"
9+
IMAGE_PARTITION_TABLE="gpt"
10+
11+
# Override family config for this board; let's avoid conditionals in family config.
12+
function post_family_config__tspi_use_radxa_vendor() {
13+
BOOTSOURCE='https://github.com/radxa/u-boot.git'
14+
BOOTBRANCH='branch:rk35xx-2024.01'
15+
BOOTPATCHDIR="u-boot-radxa-latest"
16+
UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB ROCKCHIP_TPL=$RKBIN_DIR/$DDR_BLOB;;u-boot-rockchip.bin"
17+
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd
18+
function write_uboot_platform() {
19+
dd if=$1/u-boot-rockchip.bin of=$2 seek=64 conv=notrunc status=none
20+
}
21+
}

0 commit comments

Comments
 (0)