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.
已解决! 转到解答。
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.
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.
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.