ubuntu14.04安装 R16 Tina Linux SDK


第一步:
由于是14.04系统所以这样
$sudo -i  
$cd /etc/apt/sources.list.d
$echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.list
$apt-get update
$apt-get install ia32-libs
$rm ia32-libs-raring.list
第二步:
 sudo apt-get install git gcc binutils bzip2 flex python perl make ia32-libs grep unzip gawk subversion libz-dev libncurses5 g++ libncurses5-dev ncurses-term zlib1g-dev bison autoconf vim libssl-dev libssl0.9.8 curl
第三步: 
安装git 看我的博客

第四步:

1.下载repo:

$ curl https://raw.githubusercontent.com/tinalinux/repo/stable/repo > ~/bin/repo
$ chmod +x ~/bin/repo

将~/bin目录添加到环境变量:

$ export PATH=~/bin:$PATH

2.下载R16 Tina Linux SDK V2.1版本

$ repo init -u https://github.com/tinalinux/manifest -b r16-v2.1.y -m r16/v2.1.y.xml
$ repo sync
$ repo start r16-v2.1.y --all

二、R16 Tina Linux SDK V2.1版本编译

$ source build/envsetup.sh
$ lunch astar_parrot-tina
$ make -j
$ pack [-d]

三、固件烧写

Windows刷机工具phoenixsuit

工具位于 tools/aw_tools

ubuntu刷机工具LiveSuit

工具位于 tools/aw_tools

猜你喜欢

转载自blog.csdn.net/o0o0o0d/article/details/53421607