2024-12-16 15:55:46 +08:00
|
|
|
ubootconfig=none
|
|
|
|
|
dtb_name=rk3566-roc-pc
|
2025-01-09 17:01:39 +08:00
|
|
|
platform=rockchip
|
|
|
|
|
|
|
|
|
|
POST_BOARD_OVERLAY() {
|
|
|
|
|
echo "Put ${board} firmware into rootfs..."
|
|
|
|
|
|
|
|
|
|
mkdir -p ${rootfs_dir}/usr/lib/firmware/brcm
|
|
|
|
|
cp ${nonfree_bin_dir}/linux-firmware/ap6255/brcmfmac43455-sdio.bin ${rootfs_dir}/usr/lib/firmware/brcm/brcmfmac43455-sdio.firefly,rk3566-roc-pc.bin
|
|
|
|
|
cp ${nonfree_bin_dir}/linux-firmware/ap6255/brcmfmac43455-sdio.txt ${rootfs_dir}/usr/lib/firmware/brcm/brcmfmac43455-sdio.firefly,rk3566-roc-pc.txt
|
|
|
|
|
cp ${nonfree_bin_dir}/linux-firmware/ap6255/BCM4345C0.hcd ${rootfs_dir}/usr/lib/firmware/brcm
|
|
|
|
|
}
|