Skip to content
Bjorn Andersson edited this page May 29, 2013 · 2 revisions

The prima git is intended as a mirror of https://www.codeaurora.org/gitweb/external/wlan/?p=prima.git

Make sure you have a freshly built kernel tree, the arm-eabi- cross compiler in the path and then you can build the wifi module by issuing:

 CROSS_COMPILE=arm-eabi- ARCH=arm make -C ~/path/to/kernel/src M=$PWD CONFIG_PRIMA_WLAN=m CONFIG_PRIMA_WLAN_LFR=y KERNEL_BUILD=1 WLAN_ROOT=$PWD

This will give you a wlan.ko that you can push to /system/lib/modules

The prima kernel module can be built and tested against the aosp/A8064AAAAANLYA161333 branch of https://github.com/sonyxperiadev/kernel

Clone this wiki locally