packagegroup-iq-615-evk: add qcc2072 WLAN/BT firmware - #2978
Conversation
Talos Lyra EVK has QCC2072 chip in addition to QCA6698. Add linux-firmware-ath12k-qcc2072 and linux-firmware-qca-qcc2072 so that WLAN/BT firmware bin files get packaged into the image. Signed-off-by: Daizhuang Bai <daizhuang.bai@oss.qualcomm.com>
|
How is it available to the board, m2? |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
has QCC2072 chip in addition to QCA6698
Does it have both of them simultaneously?
| ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq', '', d)} \ | ||
| ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca6698', '', d)} \ | ||
| ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq linux-firmware-ath12k-qcc2072', '', d)} \ | ||
| ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca6698 linux-firmware-qca-qcc2072', '', d)} \ |
There was a problem hiding this comment.
How is Lyra EVK related to IQ-615-EVK? If it's a different machine, should it have a separate packagegroup?
There was a problem hiding this comment.
How is Lyra EVK related to IQ-615-EVK? If it's a different machine, should it have a separate packagegroup?
Yes, Lyra EVK is a different machine. And platform team does not plan to add new machine conf for it. They will use the existed Talos EVK machine conf and use multiDTB feature and different compatible to distinguish between Talos Lyra EVK and IQ-615-EVK.
There was a problem hiding this comment.
Still, provide a separate packagegroup, in case the customers want to use a tighter configuration.
Yes, M2. should I add "m2connector" in MACHINE_FEATURES of file conf/machine/iq-615-evk.conf? |
What does that machine feature describe? Is it applicable to the machine configuration?
What if somebody installs QCC2072 into the M.2 slot? |
Talos Lyra EVK has QCC2072 chip in addition to QCA6698. Add linux-firmware-ath12k-qcc2072 and linux-firmware-qca-qcc2072 so that WLAN/BT firmware bin files get packaged into the image.