Hi @yingjie-liu-spacemit, in this repo you have a k3-rootfs-overlay.bb recipe, which installs various firmware modules for use with the K3 BSPs.
In Yocto, what we typically do if these binaries aren't available in the upstream firmware repo (here) is create a custom recipe pointing at a vendor's repository. Here is an example for the OrangePi RV2 from when the initial K1 BSP was made:
https://github.com/riscv/meta-riscv/blob/master/recipes-kernel/firmware/linux-firmware-orangepi.bb
Can you create a similar mirror with the firmware binaries we need from k3-bootfs-overlay? Once that is done, I will quickly make a recipe similar to the one I linked above to make use of it.
Thank you!
Hi @yingjie-liu-spacemit, in this repo you have a
k3-rootfs-overlay.bbrecipe, which installs various firmware modules for use with the K3 BSPs.In Yocto, what we typically do if these binaries aren't available in the upstream firmware repo (here) is create a custom recipe pointing at a vendor's repository. Here is an example for the OrangePi RV2 from when the initial K1 BSP was made:
https://github.com/riscv/meta-riscv/blob/master/recipes-kernel/firmware/linux-firmware-orangepi.bb
Can you create a similar mirror with the firmware binaries we need from
k3-bootfs-overlay? Once that is done, I will quickly make a recipe similar to the one I linked above to make use of it.Thank you!