This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:host_mode:usb_wifi [27 Jan 2021 22:35] Robin Getz use wp> interwiki links |
resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:host_mode:usb_wifi [04 Feb 2021 03:20] cathy fang |
||
---|---|---|---|
Line 139: | Line 139: | ||
**Adding the corresponding Firmware** | **Adding the corresponding Firmware** | ||
- | Standard Yocto layer provides a "//__sources/poky/meta/recipes-kernel/linux-firmware/[[https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb|linux-firmware_git.bb]]__//" for user to get some common firmware. please modify and add the below codes to ''sources/meta-adi/meta-adi-adsp-sc5xx/recipes-adi/images/adsp-sc5xx-full.bb'' to enable the **wpa-supplicant ** and **wireless-tools ** tools and the chipset corresponding Firmware. | + | Standard Yocto layer provides a "sources/poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb" for user to get some common firmware. please modify and add the below codes to ''sources/meta-adi/meta-adi-adsp-sc5xx/recipes-adi/images/adsp-sc5xx-full.bb'' to enable the **wpa-supplicant ** and **wireless-tools ** tools and the chipset corresponding Firmware. |
<code java> | <code java> | ||
USB_WIFI = " \ | USB_WIFI = " \ | ||
Line 154: | Line 154: | ||
Add the additional Firmware: | Add the additional Firmware: | ||
<hidden> | <hidden> | ||
- | If we can't find the target chipset supported firmware from the **//linux-firmware_git.bb//**, we should write our own .bb file to fetch the corresponding Firmware or just adding it manually. | + | If we can't find the target chipset supported firmware from the linux-firmware_git.bb, we should write our own .bb file to fetch the corresponding Firmware or just adding it manually. |
**1. Manually fetch Firmware** | **1. Manually fetch Firmware** |