Adding new wifi driver to imx6UL Yocto BSP

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Adding new wifi driver to imx6UL Yocto BSP

ソリューションへジャンプ
3,389件の閲覧回数
pratyushtomar
Contributor IV

I am using AtwilC3000 wifi module with my imx6ul evk. Atmel provides drivers for linux GitHub - atwilc3000/driver: Atmel wireless driver for ATWILC3000.  How can I include this driver (compile) in Yocto Bsp? Is their any how to do this?

ラベル(2)
1 解決策
2,442件の閲覧回数
angelo_d
Senior Contributor I

More or less, you should

- first, be able to compile the kernel source separately (prepare your own script)

- copy the driver in the appropriate place, likely drivers/net/wireless

- edit drivers/net/wireless/Kconfig to add the options for the folders you just added

- edit drivers/net/wireless/Makefile to include the folders you just added

- finally make menuconfig and make, see if you can have a working image

元の投稿で解決策を見る

1 返信
2,443件の閲覧回数
angelo_d
Senior Contributor I

More or less, you should

- first, be able to compile the kernel source separately (prepare your own script)

- copy the driver in the appropriate place, likely drivers/net/wireless

- edit drivers/net/wireless/Kconfig to add the options for the folders you just added

- edit drivers/net/wireless/Makefile to include the folders you just added

- finally make menuconfig and make, see if you can have a working image