I have a custom am57x board that uses the x15 prebuilt images and I noticed that the iwlwifi module is not included. This prevents me from loading my intel 3160 attached to pci
I built the 4.4x ti bsp kernel but the config does not have entries for the Intel Wireless Modules (Device Drivers > Network device support > Wireless LAN > Intel… are all missing.)
If I build the mainline 4.4x, it does have the Intel Wireless config in there and builds the iwlwifi, mvm and dvm modules just fine but I would like to use the TI kernel. I did try to load the mainline iwlwifi module but when using the ti kernel - (modprobe: ERROR: could not insert ‘iwlwifi’: Exec format error)
Any suggestions on getting the ti-linux-kernel-dev to build and include the Intel WiFi modules ?
The iwlwifi configs were hidden because they depend on pci config which are not enabled by default in the 4.4x branch. Once I enabled the pci options I was able to select the intel configs and the modules were built.
Here’s the article I used to select the appropriate pci configs
I have a custom am57x board that uses the x15 prebuilt images and I noticed
that the iwlwifi module is not included. This prevents me from loading my
intel 3160 attached to pci
I built the 4.4x ti bsp kernel but the config does not have entries for the
Intel Wireless Modules (Device Drivers > Network device support > Wireless
LAN > Intel... are all missing.)
If I build the mainline 4.4x, it does have the Intel Wireless config in
there and builds the iwlwifi, mvm and dvm modules just fine but I would like
to use the TI kernel. I did try to load the mainline iwlwifi module but when
using the ti kernel - (modprobe: ERROR: could not insert 'iwlwifi': Exec
format error)
Any suggestions on getting the ti-linux-kernel-dev to build and include the
Intel WiFi modules ?
What kernel branch do you guys want to target for your application? v4.9-lts
If i remember right, you guys aren't using the pru or video subsystem,
so would mainline v4.12.x make more sense for you?
Right now both v4.4.x-ti/v4.9.x-ti have the PCI subsystem disabled.
Do you guys need lpae/kvm/etc?
I have a custom am57x board that uses the x15 prebuilt images and I noticed that the iwlwifi module is not included. This prevents me from loading my intel 3160 attached to pci
I built the 4.4x ti bsp kernel but the config does not have entries for the Intel Wireless Modules (Device Drivers > Network device support > Wireless LAN > Intel… are all missing.)