WE866C3 Wi-Fi Network Interface Card (NIC) User Guide
1VV0301545 Rev 1.0
Page
30
of
37
2018-07-09
A.3
Building WE866C3 Driver for x86 Platform
Refer Chapter -
4 Building and Loading the Software
- for the procedure to build project
files.
When the driver project is built, the binaries and configuration will be available in the folder
WE866C3/rootfs-te-p233.build/
. These binaries and configuration files should be copied
to the required locations in the kernel.
1.
The binary files should be copied to the location
/lib/firmware
in the Linux kernel
file system of the host machine.
sudo cp -rf ~/WE866C3/rootfs-te-
p233.build/lib/firmware/WLAN-firmware/* /lib/firmware/
2.
The configuration files should be copied to the location
/lib/firmware/wlan
in the
Linux kernel file system. Create a folder named
“wlan” in the target location, if there
is no folder.
sudo mkdir /lib/firmware/wlan/
sudo cp -rf ~/WE866C3/rootfs-te-
p233.build/lib/firmware/wlan/* /lib/firmware/wlan/