一、搭建环境
环境:VBox虚拟机安装Ubuntu14.04系统
二、安装BSP开发板
1. 安装yocto开发包
官方文档i.MX 6 Yocto Project
L3.14.28_1.0.1 Patch Release Notes.pdf提供的下载地址无法使用,因为网络使用的是googlecode,国内无法连接。
$ mkdir fsl-release-bsp
$ cd fsl-release-bsp
$ git config –global user.name “Your
Name”
$ git config –global user.email “Your
Email”
$ repo init -u
git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b
imx-3.10.17-1.0.0_ga
$ repo sync
采用网友提供的地址可以下载,如下:
$
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.28-1.0.0_ga –repo-url=git://codeaurora.org/tools/repo.git –repo-branch=caf-stable
报错,未安装repo:
root@zhao-VirtualBox:/opt/yocto_3.14.28-1.0.1#
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b
imx-3.14.28-1.0.1_patch
The program ‘repo’ is currently not installed.
You can install it by typing:
解决方法安装下面设备,和repo一样用:
apt-get install phablet-tools
继续运行,需要指定名称和邮箱,按如下格式:
$ git config –global user.name “Your
Name&#