NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
OMAP Wireless Connectivity OpenSource IW Build
Building IW[edit]
Before starting you need to complete the following sections:
- Setup build environment variables <Setting build environment>
- Build and install libnl in your root file system <Building libnl>
Get the IW source code from:
For SDK5.02 (WLAN driver release R3M1RC2):
- download file from iw-0.9.20.tar.bz2
For SDK5.03 (WLAN driver release R4RC1):
- Clone the IW git:
git clone git://git.sipsolutions.net/iw.git;protocol=git
- Point to the specific Commit ID:
git reset --hard 0a236ef5f8e4ba7218aac7d0cdacf45673d5b35c
build the IW executable[edit]
- make sure that to include DCONFIG_LIBNL20 (CFLAGS += "-DCONFIG_LIBNL20")
- change to the root directory
- Run:
make make install
For more details regarding the IW utility please refer to the IW home page
HOME