您的位置:首页 > 运维架构 > Linux

搭建飞思卡尔LTIB环境(setup freescale linux BSP LTIB)

2014-07-28 10:31 309 查看


搭建飞思卡尔LTIB环境(setup freescale linux BSP LTIB)


点击打开链接

Use “L2.6.31_10.07.11_ER_source_bundle.tar.gz” package from freescale website.(http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=LEIMX&fpsp=1&tab=Design_Tools_Tab)

Use tar command to decompress the package. “tar zxvf L2.6.31_10.07.11_ER_source_bundle.tar.gz”.then
there will be two folders, namely,”L2.6.31_10.07.11_ER_docs” and “L2.6.31_10.07.11_ER_source”.the docs folder holds some manuls, while the source folder holds some source packages to use.
(don't to untar these packages,just use the install file.you can also read some manuls
of the docs folder.)

Before you set up the LTIB, you need install some packages needed by ltib which is
in the “ltib_build_host_setup.pdf”.packages are as follows:
sudo aptitude -y install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev
sudo aptitude -y install libdbus-glib-1-dev liborbit2-dev intltool
sudo aptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool
sudo aptitude -y install uuid-dev liblzo2-dev
If your computer is 64-bit, then you need some extra packages as follows.If you don't
know whether you have 64-bit Ubuntu installed, do "uname -a" and see if the word "x86_64" shows up.
sudo aptitude -y install ia32-libs libc6-dev-i386

Change directory to “L2.6.31_10.07.11_ER_source”, and type ./install to install the
ltib.(not root user).During this process, you need to do two things: 1) accept the license, after read the license (Space key). 2) type one path to install the ltib. Use default is all right.(in the brackets after the prompt) After these two steps what you
need to do is wait for at least one hour, if there is nothing wrong during the install progress.(After you install ltib, there will be one folder named freescale in /opt. )

For some usage of LTIB, you can read file”doc/LtibInstall” and “doc/LtibFaq”.

At last, Hope you good luck ^_^. @chancy.wu PS. I use ubuntu 10.04.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: