Hello,
I'm trying to use the wl1805 with tisdk6 on a custom board (I was using wl1271 before with this board file, and it was working.)
I've followed instructions at:
http://processors.wiki.ti.com/index.php/WL18xx_Platform_Integration_Guide#Board_Initialization_file
and built modules using v8.3:
http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts#Building_R8.3_SP1
I can manually load modules fine it seems, but it cannot detect the wifi module.
Pin mux is correct, so may I ask what are the relevant board file specific changes needed to use wl1805 instead of wl1271?
For example, I have tried changing
am335x_mmc[1].name = "wl1271"; to "wl18xx" and "wl1805", but nothing is detected.
I'm also not sure what .caps flags, and .ocr_mask are required (or if even .platform_quirks is still to be WL12XX_PLATFORM_QUIRK_EDGE_IRQ).
Much appreciated!