This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在移植cc3351驱动至linux6.1内核中,使用buildroot工具时,发现注册cfg80211模块时,报错,信息如下
[ 56.140848] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 56.195940] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 56.205066] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 56.211819] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 56.220496] cfg80211: failed to load regulatory.db
提示需要配置
lib/firmware/regulatory.db
请问buildroot中 是否没有添加 TI cc3351相关固件信息?如果没有,我该如何处理?
此错误与CC33xx设备无关,它是来自无线法规数据库的regulatory.db文件。
要解决此问题,请在构建软件包配置中启用软件包"BR2_PACKAGE_WIRELESS_REGDB":https://github.com/buildroot/buildroot/tree/master/package/wireless-regdb