iMX6Q开发环境搭建ycoto Linux3.10.53BSP

安装环境:ubuntu 12.04 LTS

一. Host Packages

 $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat
  $ sudo apt-get install libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc
i.MX layers host packages for a Ubuntu 12.04 host setup only:
  $ sudo apt-get install uboot-mkimage
i.MX layers host packages for a Ubuntu 14.04 host setup only:
  $ sudo apt-get install u-boot-tools

二. Setting Up the Repo Utility

$ mkdir ~/bin (this step may not be needed if the bin folder already exists)  
$ curl http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo > ~/bin/repo       //此处一定要用这个源,google的源会出错。
$ chmod a+x ~/bin/repo
  1. Add the following line to the .bashrc file to ensure that the ~/bin folder is in your PATH variable.
export PATH=~/bin:$PATH

三. Yocto Project Setup

$ mkdir fsl-release-bsp  
$ cd fsl-release-bsp  
$ git config --global user.name "name"  
$ git config --global user.email "name@mail.com"  
$ git config --list  
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga     //此处需检查文件名是否正确
$ repo sync   //2016年10月26日 22:06:06  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值