I am going to do some developent for imx25 from freescale.
When looking into the linux/arc/arm folder, I am confused with the structure.
I see mxs, mxc and imx "platform" files. I get the felling that, some is old, and some is the new way.
Can someone explain the history and plans for the "platform structure" for imx arm?
解決済! 解決策の投稿を見る。
It is because the BSP support different i.MX products, some drivers are not used for i.MX25.
Mostly, the filename will starting with mx25_xxx means this is specially for i.MX25.
Do you have i.MX25PDK board?
You can order the i.MX25PDK board for your application development.
Here is the i.MX25PDK web page:
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX25PDK
You can download all the useful documents (App Notes), BSP source code and tools from this web page.
Please download the IMX25_0912_SDK_LINUXDOCS_BUNDLE.
There is a i.MX25 BSP reference manual which talk about the i.MX25PDK drivers in the BSP in details. such as which is the driver .c and .h file, where is the file location in the source code.. etc.
It is because the BSP support different i.MX products, some drivers are not used for i.MX25.
Mostly, the filename will starting with mx25_xxx means this is specially for i.MX25.
Do you have i.MX25PDK board?
You can order the i.MX25PDK board for your application development.
Here is the i.MX25PDK web page:
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX25PDK
You can download all the useful documents (App Notes), BSP source code and tools from this web page.
Please download the IMX25_0912_SDK_LINUXDOCS_BUNDLE.
There is a i.MX25 BSP reference manual which talk about the i.MX25PDK drivers in the BSP in details. such as which is the driver .c and .h file, where is the file location in the source code.. etc.
It's still not clear what's 's', 'c' in mxs/mxc stands for.
And other file names which start with imx... and mx..., so what's the difference of imx & mx?
There is no standard for the names.
There is Linux Reference manual contain the details of the drivers. (i.MX_Reference_Manual.pdf)
e.g. L4.14.78 BSP documentation