- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a virtual machine running Ubuntu 10.04
other then that no software is installed
I am having difficulty understanding what i need to compile and build images onto an sd card , support is slow I am hoping to get some help with this.
Thank you in advance for replying.
Solved! Go to Solution.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll need Linux BSP release (L2.6.35_MX28_SDK_10.12_SOURCE under Board Support Packages) from:
You'll also need Linux BSP documentation (IMX28_EVK10_12_LINUXDOCS_BUNDLE ) package from:
With that, unpack documentation bundle and look at Linux Board Support Package User's Guide (i.MX28_Linux_BSP_UG.pdf). Starting at Chapter 2 there's step-by-step instructions on how to build the Linux BSP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I gave up and switched to the i.mx 53 VM bundle


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll need Linux BSP release (L2.6.35_MX28_SDK_10.12_SOURCE under Board Support Packages) from:
You'll also need Linux BSP documentation (IMX28_EVK10_12_LINUXDOCS_BUNDLE ) package from:
With that, unpack documentation bundle and look at Linux Board Support Package User's Guide (i.MX28_Linux_BSP_UG.pdf). Starting at Chapter 2 there's step-by-step instructions on how to build the Linux BSP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hey cool, thanks for the fast response, trying it out now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there a GUI coding interface at the end of this 5+ hour install ?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, this deals with building and flashing Linux BSP.
LTIB will generate target root file system in <ltib_install_dir>/rootfs . Toolchain is in /opt/....
For GUI-based coding, there's manuals on the web on how to set up Eclipse to do cross-compiling.
