This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Looking BSP for TI SITARA (AM572X EVM) Which Supports MCP Driver



Hi

I am looking for a suitable BSP for TI SITARA (AM572X  EVM)  which has default support for mcp driver. 

My aim is to build the below mcp driver for that kernel and test basic functionality.

#define MCP_WL7_VERSION_STR                   "MCP-3.3.0.70_Automotive_Release"
#define SW_VERSION_STR                                 "MCP-3.3.0.70_Automotive_Release"

/*
based on WiLink 2.6
*/
#define SW_RELEASE_YEAR                   2013
#define SW_RELEASE_MONTH               05
#define SW_RELEASE_DAY                      20

Thanks
SP

  • Hi , For linux bsp we support NLCP and not MCP. You will need to consult MCP programmers guide on how to integrate it. Why are you interested in MCP and not NLCP driver
    Saurabh
  • Saurabh

    Yes current linux BSP has support for NLCP. But i was expecting some old SITARA_AM572X_EVM bsp which could have MCP support which will make my work bit easier which means i dont have to modify DTS files. Well i got my answer from you post.. Thx for that.

    Why are you interested in MCP and not NLCP driver ?

    Am supporting MCP on SITARA platform, this is part of my requirement. But current bsp(post Linux.3.5) has DTS file configuration which NLCP understands but not sure about  MCP. 

    Can you please provide me the MCP programmers guide on how to integrate.     Or     Any help full information. 

    Thanks
    SP

  • hi , MCP programmers guide is installed when you run MCP driver installer. You will need to take MCP integration at your end .
    Saurabh