Hi,
I'm new to this forum. I'm trying to see the SDIO messages between the processor and the WL1271 module on AM/DM37x EVM platform. In the "wl1271_sdio_raw_write" function I was waiting to see "sdio write ... " logs when I open the debug level DEBUG_SDIO. But I could not see them, I see "WL1271: data" logs only.
I have noticed that when I have build the kernel there were no object file other than "wl12xx_platform_data", so I have changed the ".config" file after loading "tisdk_am37x-evm_defconfig" structure by using: "make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- menuconfig" and in order to active "wl12xx" in the driver, I have activated cfg80211 and mac80211 modules also.
Then I have compiled the code using "make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- uImage" and I have noticed that "wl12xx" files as long as cfg80211 and mac80211 files are also built.
I transferred the resultant file(uImage) to tftpboot directory and run the code from there. But I have ended up with errors:
cfg80211: disagrees about version of symbol wireless_send_event
cfg80211: Unknown symbol wireless_send_event (err -22)
And when I'm trying to activate my wlan interface, I cannot start it (Even the LEDs on the daughter card doesnot ON)with error:
root@am37x-evm:~# ifconfig wlan0 up
ifconfig: SIOCSIFFLAGS: Cannot assign requested address
I would appreciate anyhelp.
Best regards.