File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments