I am using the WL1273 on an OMAP L138 cpu.
I am using the driver from the "omap" git tree. It appears to be working; I can down load firmware
but I don't have a valid "calibration file".
If I had an OMAP3530 I would use the evm release and run "wlan_cu", but I can not do this with
an L138 cpu as the wiwlan driver does not support the L138 - it only supports the 3530.
I can not use omap git tree driver because it does not support the private ioctl calls which wlan_cu uses.
Is there some documentation for the "nvs_map.bin" file? looking at the sources it appears to be
a simple "tlv" style binary file but which tags are required by the firmware does not seem to be documented
anywhere.
I'd like to make a simple "default" file which I can use for bench testing. I have looked everywhere and
found nothing. Some docs on the contents of the file would help.
ps: I understand the evm does not support the L138 but there must be some support somewhere for
people who are using different cpus...