9
/
1
5
MY-WF003U
USB Wi-Fi Module
Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
<*> Realtek rtlwifi family of devices --->
<M> Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter
Here configured as a module mode. Also can use spacebar "<M>" to switched to " < * > ", rtl8192cu
driver s compiled into kernel image.
⑶
Execute following command to compile driver module.
$ make ARCH=arm modules
Generated following driver modules after compiled
drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko
drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko
drivers/net/wireless/rtlwifi/rtl_usb.ko
drivers/net/wireless/rtlwifi/rtlwifi.ko
⑷
Copy the firmware to Board.
Copy the firmware to /lib/firmware/rtlwifi/rtl8192cufw_TMSC.bin of Board, you can find it in the CD
ROM
‚
MY-WF003U USB WIFI Module/Linux/Tools/firmware/rtl8192cufw_TMSC.bin
”.
⑸
Load driver module on development board
Copy rtl8192c-common.ko
、
rtlwifi.ko
、
rtl_usb.ko
、
rtl8192cu.ko to
development board
,
And execute
following command to
insmod
driver on development board:
# insmod rtl8192c-common.ko
# insmod rtlwifi.ko
# insmod rtl_usb.ko
# insmod rtl8192cu.ko
4.3.5 Z-turn
Z-turn development board, MYD-SAM9G15, use Linux 3.15.0. Please refer to
Note modify cross-compiler configuration parameters and modify KSRC path corresponding to
root of kernel
4.4 Compile WPA Tool
Here use WPA tool to configure WiFi. Please follow below steps to compile WPA tool.
⑴
Get into work folder:
$ cd ~/work