Hi everyone,
I'm using the TMDXEVM3358 (AM335x Evaluation Module) with a WiLink 8 daughter board.
Basically I’m rebuilding the PSP 04.06.00.08 using Buildroot. I have a proper working BSP so I followed this guide to setup the WiLink 8 daughter board (I applied the patches and I set the flag of the kernel config file):
http://processors.wiki.ti.com/index.php/Open_Source_Wireless_Connectivity_WiLink8_Build_scripts
I refer to this wiki for instructions on generating wl18xx-conf.bin file: http://processors.wiki.ti.com/index.php/Open_Source_Wireless_Connectivity_wlconf.
wlconf -o /root/wl18xx-conf.bin -I /usr/sbin/wlconf/official_inis/WL8_System_parameters_PG2_RDL_2_4_SP_SISO.ini
There are more than one wlconf, I used wlconf located under /usr/sbin/wlconf/
Is it correct?
I moved the file to
/etc/firmware/ti-connectivity/
/lib/firmware/ti-connectivity/
/usr/sbin/wlconf/
And other directory but when I load the wlcore_sdio.ko module the board hangs and after I get this error:
# modprobe updates/drivers/net/wireless/ti/wlcore/wlcore.ko
[ 397.381469] Disabling lock debugging due to kernel taint
[ 397.388702] Compat-wireless backport release: ol_r8.a5.01
[ 397.394317] Backport based on wl18xx ol_r8.a4.05
[ 397.399200] compat.git: wl18xx
[ 397.443572] cfg80211: Calling CRDA to update world regulatory domain
#
#
# modprobe updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko
[ 404.932983] wlcore: wl18xx driver version: ol_r8.a4.05
#
#
# modprobe updates/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
[ 472.166625] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
[ 472.175781] wlcore: WARNING falling back to default config
[ 533.129028] wlcore: loaded
[ 533.131866] wlcore: driver version: ol_r8.a4.05
[ 533.136657] wlcore: timestamp: Thu Nov 1 14:43:46 2012
#
Where should I put the file? I must load the module using a specific parameter?
I made some test with official ti FS November 21, 2012:
http://processors.wiki.ti.com/index.php/AM335x_WL8_release_download_page
I have also noticed that there’s no wl18xx-conf.bin file
Thanks!
Marco.