SBC-sig/scripts/boards/firefly-roc-rk3588s-pc.conf

15 lines
288 B
Plaintext
Raw Normal View History

ubootconfig=
bootmode=extlinux
2025-02-17 09:46:13 +08:00
local_uboot_dir=${nonfree_bin_dir}/u-boot/firefly-rk3588
dtb_name=rk3588s-roc-pc
platform=rockchip
2025-02-28 16:37:08 +08:00
soc_name=rk3588
2025-05-07 18:09:32 +08:00
arch=arm64
part_table=gpt
boot_size=256
POST_BOARD_OVERLAY() {
echo "Put ${board} firmware into rootfs..."
echo "Nothing to do..."
}