Hello everyone!
I am trying to integrate a wl1837 chip with MX6Q processor.
I did everything from http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts
The command
./sudo_build_wl18xx.sh
took a long time and finised with
Verifying filesystem skeleton...
Database signature verification failed.
Please update your public key used to verify the DB
Wifi Package Build Successful
I see this modules in my rootfs
/lib/modules/3.10.53-g560ad3d-dirty/updates/compat/compat.ko
/lib/modules/3.10.53-g560ad3d-dirty/updates/drivers/net/wireless/ti/wlcore/wlcore.ko
/lib/modules/3.10.53-g560ad3d-dirty/updates/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
/lib/modules/3.10.53-g560ad3d-dirty/updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko
/lib/modules/3.10.53-g560ad3d-dirty/updates/net/wireless/cfg80211.ko
/lib/modules/3.10.53-g560ad3d-dirty/updates/net/mac80211/mac80211.ko
But I get this messages while booting:
UIM SYSFS Node Found at /sys/./devices/soc0/regulators.19/kim.25/install
Starting uim-sysfs daemon.
uim:@ main
uim:Path to sysfs node too long
(stk) :ldisc installation timeout
(stk) :ldisc_install = 0
(stk) :timed out waiting for ldisc to be un-installed
(stk) :ldisc_install = 1
Loading modules backported from Linux version R8.6-0-g3f5b34f /* compat.ko module loaded */
Backport generated by backports.git R8.6-0-g4677dc3
wl1271_sdio: probe of mmc2:0001:2 failed with error -12 /* why 1271??? */
(stk) :ldisc installation timeout
(stk) :ldisc_install = 0
(stk) : timed out waiting for ldisc to be un-installed
(stk) :ldisc_install = 1(stk) :ldisc installation timeout
(stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
(stk) :ldisc_install = 1Sending discover...
(stk) :ldisc installation timeout
(stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
(stk) :ldisc_install = 1(stk) :ldisc installation timeout
(stk) :ldisc_install = 0
(stk) : timed out waiting for ldisc to be un-installed
Bluetooth: st_register failed -22
When I do "lsmod" I see a compat and wlcore_sdio modules loaded.
I successfully load a missing modules cfg80211, mac80211, wlcore and wl18xx and nothing happened.
ifconfig wlan0 up
ifconfig: SIOCGIFFLAGS: No such device
/usr/sbin/wlconf script changes nothing.
BT_EN pin also low and hciconfig falling with timeout.
Best Regards, Ivan Nikolaenko