Hello,
I have a custom made board with a AM3352 and with a Linux kernel 3.2.21 with an arago filesystem.
Know I have connected the WL183mod on the MMC1 port and followed WL18xx Platform Intergrated Guide to config my board file and my .config file for the kernel. I followed the WL18xx System Build Scripts wiki.
After installing the modules to my filesystem and starting the Linux, I get the follwing errors:
Performing wifi calibration...
rm: can't remove '/lib/firmware/ti-connectivity/wl1271-nvs.bin': No such file oy
Error: Module wl12xx_sdio is not currently loaded
nl80211 not found.
[ 14.095008] Loading modules backported from Linux version R8.5-0-gcb51164
[ 14.102169] Backport generated by backports.git R8.4-0-g0d46f43
[ 14.141008] cfg80211: Calling CRDA to update world regulatory domain
[ 14.387395] wl12xx_sdio: Unknown symbol wl1271_register_hw (err 0)
[ 14.393922] wl12xx_sdio: Unknown symbol wl1271_alloc_hw (err 0)
[ 14.400171] wl12xx_sdio: Unknown symbol wl1271_unregister_hw (err 0)
[ 14.406930] wl12xx_sdio: Unknown symbol wl1271_irq (err 0)
[ 14.412698] wl12xx_sdio: Unknown symbol wl1271_init_ieee80211 (err 0)
[ 14.419457] wl12xx_sdio: Unknown symbol wl1271_free_hw (err 0)
ERROR: could not insert 'wl12xx_sdio': Unknown symbol in module, or unknown par)
[ 14.435738] cfg80211: World regulatory domain updated:
[ 14.441202] cfg80211: DFS Master region: unset
[ 14.445749] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_ga)
[ 14.455947] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 )
[ 14.464318] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 )
[ 14.472688] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 )
[ 14.481071] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000)
[ 14.489540] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000)
[ 14.497999] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000)
[ 14.506458] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 )
[ 14.514813] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0)
What did i do wrong?
Kind regards