WIFI image build with core-image-minimal

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

WIFI image build with core-image-minimal

155 次查看
sbmd_1234
Contributor I

Hi 

I have build the core-image-minimal image for imx93 EVK for WIFI by adding these lines CORE_IMAGE_EXTRA_INSTALL += " packagegroup-base-wifi" , CORE_IMAGE_EXTRA_INSTALL += " firmware-nxp-wifi" in local.conf but still wifi driver is not loaded by command modprobe moal mod_para=nxp/wifi_mod_para.conf.

Please tell how to merge the WIFI image in core-image-minimal for imx93 evk wifi test.

Thanks.

0 项奖励
回复
3 回复数

132 次查看
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @sbmd_1234 

 

I could did it adding this to my local.conf file:

IMAGE_INSTALL += "\
    nxp-wlan-sdk \
"

 

After the build, you should be able to use:

 

modprobe moal mod_para=nxp/wifi_mod_para.conf

 

I hope this can helps to you.

 

Best regards,

Salas.

0 项奖励
回复

121 次查看
sbmd_1234
Contributor I

Still, I am not able to load the driver

modprobe moal mod_para=nxp/wifi_mod_para.conf
modprobe: FATAL: Module moal not found in directory /lib/modules/6.1.55+gf8febfc39af2

Please confirm you are building an image with core-image-minimal because I have added the nxp-wlan-sdk but still issue is coming.

0 项奖励
回复

95 次查看
sbmd_1234
Contributor I

Hi,

Any suggestion on this I want to build a WIFI image for imx93 EVK in core-image-minimal?

0 项奖励
回复