Is there i.MX6 Platform SDK for Linux?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is there i.MX6 Platform SDK for Linux?

ソリューションへジャンプ
1,328件の閲覧回数
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 解決策
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 件の賞賛
2 返答(返信)
629件の閲覧回数
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 件の賞賛
628件の閲覧回数
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 件の賞賛