Hi,
I want to build a linux image with WL1271 Wi-Fi drivers support using DVSDK_4.03 04_03_00_06 SDK for DM37xx EVM board. Can you please let me know the build steps/ configuration changes for that?
I am able to run Wi-Fi tests with prebuilt images which is there in the SDK release, but It's not working with the image i have created for omap3_evm_defconfig. So please let me the know the configuration changes for WL1271 support.
Thanks,
Veera
No replies so far.... Please give me the build steps to build image for DM37xx EVM board with WL1271 Wi-Fi tests support.
Hi All,
Please let me know if my question is not clear.
Hi Veera,
The Linux EZSDK Release 5.04.00.11 is available for download from http://software-dl.ti.com/dsps/dsps_public_sw/ezsdk/latest/index_FDS.html
For WLAN Automatic build script please refer to http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_mac80211_WLAN_build_scripts
more information on the WLAN components and build descriptions refer to http://processors.wiki.ti.com/index.php/OMAP_WLAN_build_instructions_on_any_SDK
Regards,
Eyal
Please ignore the EZSDK Release, since it is not for the DM37xx, please try the WLAN Automatic build script WiKi page.
Hi Eyal,
Thanks for your reply, I tried to build the WL12xx components using the build procedure given in http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_mac80211_WLAN_build_scripts.
I'm getting following error:
libtool: install: /usr/bin/install -c .libs/libnl.lai /home/vselvara/targetfs/lib/libnl.la
libtool: install: warning: relinking `libnl-genl.la'
libtool: install: (cd /home/vselvara/ti-dvsdk_dm3730-evm_04_03_00_06/wl12xx/libnl-2.0/lib; /bin/sh /home/vselvara/ti-dvsdk_dm3730-evm_04_03_00_06/wl12xx/libnl-2.0/libtool --tag CC --mode=relink arm-arago-linux-gnueabi-gcc -g -O2 -version-info 2:0:0 -o libnl-genl.la -rpath /home/vselvara/targetfs/lib genl/ctrl.lo genl/family.lo genl/genl.lo genl/mngt.lo libnl.la -lm )
libtool: relink: arm-arago-linux-gnueabi-gcc -shared genl/.libs/ctrl.o genl/.libs/family.o genl/.libs/genl.o genl/.libs/mngt.o -Wl,-rpath -Wl,/home/vselvara/targetfs/lib -L/home/vselvara/targetfs/lib -lnl -lm -Wl,-soname -Wl,libnl-genl.so.2 -o .libs/libnl-genl.so.2.0.0 /home/vselvara/ti-dvsdk_dm3730-evm_04_03_00_06/wl12xx/libnl-2.0/
libtool: line 7827: arm-arago-linux-gnueabi-gcc: command not found
libtool: install: error: relink `libnl-genl.la' with the above command before installing it
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/vselvara/ti-dvsdk_dm3730-evm_04_03_00_06/wl12xx/libnl-2.0/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/vselvara/ti-dvsdk_dm3730-evm_04_03_00_06/wl12xx/libnl-2.0/lib'
make: *** [install-recursive] Error 1
Can you please help me to resolve this error?
Thanks in advance,
Veera, hello.
In order to help you I need more information about your Linux distribution, build environment, the way you untar the target file system and how you invoke the build script.
Vita.
Hi Vita,
I'm using DVSDK_4.03 04_03_00_06 (dvsdk_dm3730-evm_04_03_00_06) linux SDK http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_4_00/latest/index_FDS.html
Build Environment : Ubuntu 10.04 LTS 32 bit on VMware player.
I installed dvsdk_dm3730-evm_04_03_00_06_setuplinux on ubuntu linux, and executed "${DVSDK}/setup.sh " to create targetfs.
targetfs got created in my home folder.
To build WiFi components, I followed the steps given in http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_mac80211_WLAN_build_scripts
I copied wl12xx_build.sh and set_env (downloaded from the wiki site) to sdk folder and modified the set_env variable paths for my build environment.
After setting up the Environmental variables and defconfig, I ran the script "wl12xx_build.sh all"
Hi, Veera.
The problem you've experienced is because of different behavior of sudo command on different machines: user's environment does not pass to sudo command. Therefor we changed the script in such way to have all needed environment variables inside setup-env file and do not use 'sudo' command inside the script.
Please, download again http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_mac80211_WLAN_build_scripts the script and edit setup-env to provide necessary environment variables. If your root file system is opened with root privileges, run script with sudo:
sudo ./wl12xx_build.sh all
Best regards,
Vita Preskovsky