Is there i.MX6 Platform SDK for Linux?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is there i.MX6 Platform SDK for Linux?

跳至解决方案
1,327 次查看
JHY
Contributor IV

i.MX6 Platform SDK has very useful functions for developing, but it can not run under Linux.

Is it possible to migrate i.MX6 Platform SDK into Linux OS?

Or if there were similar library in Linux BSP, tell me the way to use them please.

Thank you.

标签 (1)
标记 (2)
0 项奖励
1 解答
627 次查看
Yuri
NXP Employee
NXP Employee

  i.MX 6 Series Platform SDK  is ”bare-metal SDK for the i.MX 6 series, including reusable drivers

and tests for many peripherals, and much example code. Also includes register definition headers files,

and register definitions for debuggers”.
As for Linux, please use examples in "unit_tests" directory.

The unit tests comes with the BSP (LTIB or Yocto). The binaries are located at
rootfs/unit_tests and the source code you can get with the LTIB command:

$ ./ltib -p imx-test -m prep

the source will be located at <ltib folder>/rpm/BUILD/imx-test-<version>

Under Yocto there is imx-test recipe.

  $ bitbake imx-test

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
2 回复数
628 次查看
Yuri
NXP Employee
NXP Employee

  i.MX 6 Series Platform SDK  is ”bare-metal SDK for the i.MX 6 series, including reusable drivers

and tests for many peripherals, and much example code. Also includes register definition headers files,

and register definitions for debuggers”.
As for Linux, please use examples in "unit_tests" directory.

The unit tests comes with the BSP (LTIB or Yocto). The binaries are located at
rootfs/unit_tests and the source code you can get with the LTIB command:

$ ./ltib -p imx-test -m prep

the source will be located at <ltib folder>/rpm/BUILD/imx-test-<version>

Under Yocto there is imx-test recipe.

  $ bitbake imx-test

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
627 次查看
phanikumar
Contributor III

Hi JHY

Could you please give the link to download platform SDK. I am working on IMX6UL-EVK and I want to port on bare metal.

Thanks

Phani

0 项奖励