Is there i.MX6 Platform SDK for Linux?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there i.MX6 Platform SDK for Linux?

Jump to solution
1,290 Views
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.

Labels (1)
Tags (2)
0 Kudos
1 Solution
590 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
591 Views
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 Kudos
590 Views
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 Kudos