I'm trying to set up a development environment on a pc running Ubuntu. Does anyone have a step by step instructions?
Solved! Go to Solution.
To build kernel and rootfs using yocto, you can check the doc:
https://community.freescale.com/docs/DOC-93844
Note that the doc says to change from i.MX53 to i.MX6. You can just let the yocto config default (for i.MX53).
Rgds
Rogerio
1.
Please look at the following.
https://community.freescale.com/message/271839#271839
2.
Please use the recent recommendations regarding host PC setup in "Setting_up_LTIB_Host_L3.0.35_1.1.0.pdf" from the Linux documentation package for i.MX6
The next is sources link, where the needed patches may be found.
https://www.freescale.com/webapp/Download?colCode=L3.0.35_1.1.0_SOURCE&appType=license&location=null
Yhy LTIB, not Yocto Project?
I'm at the start of LINUX-based development on iMX processors, before the bare metal projects were actual,
so I try to understand, which builder method is more reliable and suitable for prospective projects. I had a lot of troubles with LTIB (it seems to be very ancient with poor support for modern LINUX builds), Yocto is much more newer, but I suppose, that it will have more bugs at its startup stage.
Andrey
To build kernel and rootfs using yocto, you can check the doc:
https://community.freescale.com/docs/DOC-93844
Note that the doc says to change from i.MX53 to i.MX6. You can just let the yocto config default (for i.MX53).
Rgds
Rogerio