2024-12-16 15:55:46 +08:00
|
|
|
ubootconfig=none
|
2025-02-17 09:46:13 +08:00
|
|
|
local_uboot_dir=${nonfree_bin_dir}/u-boot/firefly-rk3588
|
2024-12-16 15:55:46 +08:00
|
|
|
dtb_name=rk3588-firefly-itx-3588j
|
2025-01-09 17:01:39 +08:00
|
|
|
platform=rockchip
|
|
|
|
|
|
|
|
|
|
POST_BOARD_OVERLAY() {
|
|
|
|
|
echo "Put ${board} firmware into rootfs..."
|
|
|
|
|
|
|
|
|
|
mkdir -p ${rootfs_dir}/etc/modules-load.d/
|
|
|
|
|
echo "8821cu" >> ${rootfs_dir}/etc/modules-load.d/8821cu.conf
|
|
|
|
|
}
|