Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:host_mode:usb_wifi [27 Jul 2020 08:33] – [Hardware Configuration] cathy fangresources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:host_mode:usb_wifi [04 Feb 2021 03:19] cathy fang
Line 1: Line 1:
 ====== USB to Wireless Dongle (Wifi) Support  ====== ====== USB to Wireless Dongle (Wifi) Support  ======
-[[https://en.wikipedia.org/wiki/Wireless_USB|Wireless_USB]] provides a approach for user to use the WIFI by adding a USB wireless dongle to the host (e.g. adsp-sc5xx board ) and the corresponding software configurations. This page describes how to use the USB Wireless (Wifi) feature on ADSP-sc5xx boards.+[[wp>Wireless_USB|Wireless_USB]] provides a approach for user to use the WIFI by adding a USB wireless dongle to the host (e.g. adsp-sc5xx board ) and the corresponding software configurations. This page describes how to use the USB Wireless (Wifi) feature on ADSP-sc5xx boards.
  
 **Using USB wireless Dongle in Linux:** **Using USB wireless Dongle in Linux:**
Line 40: Line 40:
 Connect the USB micro-A plug to A receptacle adaptor cable (found in the EZ-Board box) to the OTG port, below photo shows when it acts as Host and connected to a USB Wireless dongle device. Connect the USB micro-A plug to A receptacle adaptor cable (found in the EZ-Board box) to the OTG port, below photo shows when it acts as Host and connected to a USB Wireless dongle device.
  
-{{ :resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:host_mode:wireless.jpg?nolink&400 |}}+{{ :resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:usb:host_mode:wireless.jpg?nolink&600 |}}
  
  
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**
resources/tools-software/linuxdsp/docs/linux-kernel-and-drivers/usb/host_mode/usb_wifi.txt · Last modified: 04 Feb 2021 03:20 by cathy fang