LTIB for UBUNTU 11.10 & error faced

31 篇文章 0 订阅

LTIB for UBUNTU 11.10 & error faced

1.) LTIB - How to setup LTib and compile packages in Ubuntu 11.1
----------------------------------------------------------------

Intially update and upgrade your host


I.) What is LTIB
------------------
The LTIB (Linux Target Image Builder) project is a tool that can be used to develop and deploy BSPs (Board Support Packages) for a number of embedded target platforms including PowerPC, ARM, Coldfire.

II.) LTIB used:
---------------
Freescale provided L2.6.35_11.05.01_ER_source_bundle.tar.gz bundle. It can be donwloaded freely from the below path:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX53SABRETAB&fpsp=1&tab=Design_Tools_Tab

III.) Ltib build host setup:
---------------------------
1. Untar the package L2.6.35_11.05.01_ER_source_bundle.tar.gz.
2. Goto L2.6.35_11.05.01_ER_docs dir.
3. Downlaod and install required packages in host to support ltib build setup as mentioned in ltib_build_host_setup.pdf doc.
4. Make sure all the required packages are available on host system.
Or else you can download a script file and run it from here
   http://download.csdn.net/detail/dragon101788/4322656
   ./reqPackages.sh or sh reqPackages.sh

IV.) Installing ltib :
---------------------------
1. Go to "Linux 1105 patchs" folder extracted from L2.6.35_11.05.01_ER_source_bundle.tar.gz.
2. To Apply patches reside in "Linux 1105 patchs" folder (go through Readme file in the same folder)
3. Go to L2.6.35_11.05.01_ER_source folder.
4. Run 'install' script.
$ ./install
5. Follow the procedure given by 'install' script and give the appropriate path to build LTIB.
6. Goto ltib build path, as given during the 'install' script.
7. Run ./ltib (when you are running this command for 1st time it prompts for platform etc..)
To reconfigure ltib use ./ltib -m config 
   Please refer to Section VII if faced any difficulties
Select your required platform, boot loader, kernel and target file systems when prompted.
8. Done!! Enjoy with your own ltib generated images!

V.) Boot loader binaries:
---------------------------
On successfule installation,
1. u-boot bin can be found at, <ltib-build-path>/rootfs/boot/u-boot.bin

VI.) Linux kernel source:
---------------------------
On successfull installation,
1. Kernel source can be found at, <ltib-build-path>/rpm/BUILD/linux-2.6.35.3
2. uImage/zImage can be found at, <ltib-build-path>/rpm/BUILD/linux-2.6.35.3/arch/arm/boot/

VII.) Issues faced :
---------------------
Following are the issues faced by which Ltib failed to build
if you are facing any of these errors please download this tar file from here
http://download.csdn.net/detail/dragon101788/4322662
please go through the Readme file inside the folder


1.) following packages are not installed
   Package        Minimum ver    Installed info
   -------                -----------             ---------------
   glibc-devel            0              not installed
   zlib                        0              not installed
   --->> build failed

 Resolve this by running : ./glibzlib.sh <give your ltib path>


2.) rpmdb: --force-debian: unknown option
   ......
   ----->>> build failed
  
  Resolve this by running : ./rpmdb.sh <give your ltib path>


3.)  These packages failed to build:
      mtd-utils
      Build failed

  Resolve this by running : ./mtd-utils.sh <give your ltib path>


4.) These packages failed to build:
      lkc
      Build failed

  Resolve this by running : ./lkc.sh <give your ltib path>


5.) These packages failed to build:
      sparse
      Build failed

  Resolve this by running : ./sparse.sh <give your ltib path>


 6.) These packages failed to build:
      mux_server
      Build failed

  Resolve this by running : ./mux_server.sh <give your ltib path>



7.)  These packages failed to build:
      e2fsprogs
      Build failed

  Resolve this by running : ./e2fsprogs.sh <give your ltib path>

8.)  These packages failed to build:
      fontconfig
      Build failed

  Resolve this by running : ./fontconfig.sh <give your ltib path>


9.)  These packages failed to build:
      libxcb
      Build failed

  Resolve this by running : ./libxcb.sh <give your ltib path>

10.)  These packages failed to build:
      imx-lib
      Build failed

   Resolve this by running : ./imx-lib <give your ltib path>


11.) These Packages Failed to builD:
       elftosb
       Build Failed.

    Resolve this by running : ./elftosb <give your ltib path>

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 5
    评论
对于 Ubuntu 用户安装 VLC,可以通过以下两种方式进行: 1. 从 VLC 官网下载安装包:对于 Windows 和 Mac 用户,可以直接从 VLC 官网下载相应的安装包进行安装。对于 Ubuntu 11.10 用户,可以按照下面的方式进行安装: - 首先,打开终端(Terminal)。 - 使用以下命令下载源码包:`wget ftp://ftp.videolan.org/pub/videolan/vlc/2.0.6/vlc-2.0.6.tar.xz` - 使用以下命令解压源码包:`tar xvJf vlc-2.0.6.tar.xz` - 进入解压后的目录:`cd vlc-2.0.6` - 接下来,根据安装说明进行编译和安装。具体的编译和安装步骤可以在源码包里的文档中找到。 2. 注意:如果你使用的是 Ubuntu 11.10 版本,升级到 Ubuntu 12.04 可能会导致一些问题,如无法正常登录、硬件错误、蓝屏重启等。如果你使用的是双系统(Windows 和 Ubuntu),请不要升级 Ubuntu。如果你已经升级了,可以尝试自行解决问题,但需要小心操作。还有可能有更直接简单的方法,但由于不知其风险所以并未采用。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [在Ubuntu 中安装VLC](https://blog.csdn.net/ldl22847/article/details/8288952)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* [vlc在ubuntu下安装](https://blog.csdn.net/imxiangzi/article/details/50505851)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值