2/19/2017 11:45 PM | |
Joined: 4/28/2015 Last visit: 6/28/2024 Posts: 578 Rating: (43) |
When it works, it works automatically under Linux: The PCI device is matched against drivers supported it, and that driver gets loaded during boot. However, if you are using the last release, you may lack necessary firmware files for the wifi controller. The driver should complain about that on the kernel console, see UART or dmesg output. That's fixed in the development version on https://github.com/siemens/meta-iot2000. Or you transfer that file from some Linux distro or https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git onto your image under /lib/firmware. Next, you will need to configure the interface under /etc/network/interfaces. See e.g. http://trac.gateworks.com/wiki/Yocto/Wireless. |
Last edited by: jan-k at: 2/19/2017 11:49:23 PM |
|
Follow us on