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.
Solved! Go to Solution.
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------
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