This commit is contained in:
Ardu 2026-01-21 20:05:34 +00:00
parent e0690f146b
commit d583d3a528
3 changed files with 14 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,14 @@
ubootconfig=
bootmode=extlinux
local_uboot_dir=${nonfree_bin_dir}/u-boot/tl_rk3588
dtb_name=tl3588-evm-edp
platform=rockchip
soc_name=rk3588
arch=arm64
part_table=gpt
boot_size=256
POST_BOARD_OVERLAY() {
echo "Put ${board} firmware into rootfs..."
echo "Nothing to do..."
}