http://blog.csdn.net/ljheee/article/details/52966048

1.add chinese language support

settings -> install language support

2.sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

im-config -s ibus

sudo apt-get install ibus-pinyin ibus-sunpinyin    //install input method

reboot / logout

3.打开iBus设置 open ibus preference

sudo ibus-setup

select input method TAB

add chinese

selecet pinyin

select sunPinyin

3.settings -> text entry

add chinese

add chinese(pinyin)(IBus)

add chinese(SunPinyin)(IBus)

4.install gnome2 environment

sudo apt-get install gnome-session-flashback

logout

select metacity  //在选择进入metacity之前配置好pinyin输入法

5.install app

sudo apt-get install stardict openconnect exuberant-ctags cscope

cp XXX /usr/share/stardict/dict/

6.vpn:

sudo openconnect VPNCN1.NEVEXT.COM
Username:ze.zhang
Password:NIOyilai1121
Password: RSA passwd

proxy:

proxy.nevint.com:8080

7.upload key to gerrit

ssh-keygen

enter + enter

cat ~/.ssh/id_rsa.pub

copy + paste public key to http://lama-temple.nevint.com/#/settings/ssh-keys

 add ssh config file

vim ~/.ssh/config

host gerrit.nevint.com lama-temple.nevint.com
user ze.zhang
port
identityFile ~/.ssh/id_rsa

8.download source code

mkdir ~/bin/

mkdir ~/bin

export PATH=~/bin:$PATH

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

chmod +x ~/bin/repo

modify these lines:

#REPO_URL = 'https://gerrit.googlesource.com/git-repo'
REPO_URL = "ssh://ze.zhang@lama-temple.nevint.com:29418/repo"
REPO_REV = 'nio'

download android code:

(username MUST BE ze.zhang!!!)

repo init -u ssh://chunbo.luo@lama-temple.nevint.com:29418/gld/android/manifest -b gladius_dev --no-repo-verify

git config --global user.email "ze.zhang@nio.com"
git config --global user.name "Zhang Ze"

repo sync

download linux code:

(username MUST BE ze.zhang!!!)
repo init -u ssh://ze.zhang@10.111.136.32:29418/gld/linux/manifest -b gladius_dev --no-repo-verify

repo init -u ssh://ze.zhang@lama-temple.nevint.com:29418/gld/linux/manifest -b gladius_dev --no-repo-verify
repo sync

9.compile linux

export TEMPLATECONF=${PWD}/meta/meta-xpt-bsp/templates/mt2712/xpt-gladius_v1/
source meta/poky/oe-init-build-env
sudo dpkg-reconfigure dash    //choese no will use bash
bitbake xpt-core-image  -k 2>&1 | tee build.log
bitbake xpt-image-ivi-full  -k 2>&1 | tee build.log

http://forbidden-city.nevint.com/index.php?title=%E7%89%88%E6%9C%AC%E7%83%A7%E5%86%99

10.single compilation

bitbake mcutool -c clean
bitbake mcutool -c compile -f

bitbake mcutool -f

10.compile android

http://forbidden-city.nevint.com/index.php?title=Android_BSP

cd android

source build/envsetup.sh

lunch gladius-userdebug

make -j15

Devlopment Env Setup install ubuntu16.04的更多相关文章

  1. install ubuntu16.04

    1.添加分区 添加驱动目录/boot,ext4文件系统 ,给200m够了,图中2G多了,勾选格式化 添加      根目录/ 25G ,ext4文件系统,勾选格式化 添加 家目录 /home ,30G ...

  2. Ubuntu16.04安装搜狗输入法报错:dkpg:处理归档sogoupinyin.deb(--install)时出错,安装sogoupinyin将破坏fcitx-ui-qimpanel

    系统:ubuntu16.04 事件:安装搜狗拼音时报错 报错信息(ubuntu语言是英文的报错信息): dpkg: regarding sogoupinyin_2.3.2.07_amd64-831.d ...

  3. Ubuntu16.04 install eclipse-jee-oxygen-R-linux-gtk-x86_64

    下面如何在Ubuntu16.04 下面怎么下载Java EE并创建在桌面快捷上下载Java EE:eclipse下载Java EE官网:http://www.eclipse.org/downloads ...

  4. 在Ubuntu16.04集群上手工部署Kubernetes

    目前Kubernetes为Ubuntu提供的kube-up脚本,不支持15.10以及16.04这两个使用systemd作为init系统的版本. 这里详细介绍一下如何以非Docker方式在Ubuntu1 ...

  5. Ubuntu16.04安装Screenlets

    通过添加软件源的方式安装装 sudo add-apt-repository ppa:screenlets/ppa sudo apt-get update sudo apt-get install sc ...

  6. ubuntu16.04下配置JDK 1.8+安装Java EE,并实现最大子数组算法

    软工第二次作业: 1.在个人电脑中安装一个集成开发环境(Microsoft Visual Studio.Eclipse或其它工具均可),要求该环境能够提供单元自动测试功能: 2.记录安装过程,并将全部 ...

  7. ubuntu16.04安装virtualbox5.1失败 gcc:error:unrecognized command line option ‘-fstack-protector-strong’

    系统:ubuntu16.04.1 软件:Virtualbox-5.1 编译器:GCC 4.7.4 在如上环境下安装Vbx5.1提示我在终端执行/sbin/vboxconfig命令 照做 出现如下err ...

  8. (转)深度学习主机环境配置: Ubuntu16.04+Nvidia GTX 1080+CUDA8.0

      深度学习主机环境配置: Ubuntu16.04+Nvidia GTX 1080+CUDA8.0 发表于2016年07月15号由52nlp 接上文<深度学习主机攒机小记>,这台GTX10 ...

  9. 配有Tesla K40c的服务器新装Ubuntu16.04并安装CUDA8.0、Anaconda3、Matlab2016a、OPENCV3.1、CuDNN5.1、MXNet

    注:本文原创,作者:Noah Zhang  (http://www.cnblogs.com/noahzn/) 决定加入深度学习的大军,感谢导师给配了台新设备!第一次接触服务器并配置开发环境,整个过程中 ...

随机推荐

  1. 解决jpgraph在php7.0版本下时,无法显示例子图表的问题

    解决gpgraph4.02在php7.0显示空白框问题 Gpgraph类库强大的绘制图表的功能深受广大phper的喜爱,目前官方最新的版本是 jpgraph-4.0.2 ,适用于php5.0及7.0以 ...

  2. css属性的继承性

    不可继承属性: 盒子模型属性:width height padding border margin 背景相关属性:background相关(background-image background-si ...

  3. webpack基本配置文件

    entry(入口文件) 可以传字符串,数组,对象三种格式(字符串和数组默认生成main.js,均生成一个文件,对象有几个入口文件,生成几个文件).默认值为./src/index.js.entry可以传 ...

  4. VS 中的几种注释方法

    在代码的后面添加形如下面注释: //TODO: (未实现)…… //UNDONE:(没有做完)…… //HACK:(修改)…… 等到再次打开VS的时候,找到 :视图>任务列表 即可显示所有带有T ...

  5. Nunjucks:Mozilla 开发的 JavaScript 模板引擎

    Nunjucks 中文网站:https://nunjucks.bootcss.com/

  6. B/S和C/S结构的区别

    概念: C/S结构,即Client/Server(客户机/服务器)结构,是大家熟知的软件系统体系结构,通过将任务合理分配到Client端和Server端,降低了系统的通讯开销,可以充分利用两端硬件环境 ...

  7. C# 虚方法、override和new

    使用new关键字来做调用 using System; using System.Collections.Generic; using System.Linq; using System.Text; u ...

  8. 在Python中调用Java扩展包HanLP测试记录

    最近在研究中文分词及自然语言相关的内容,关注到JAVA环境下的HanLP,HanLP是一个致力于向生产环境普及NLP技术的开源Java工具包,支持中文分词(N-最短路分词.CRF分词.索引分词.用户自 ...

  9. [转]Python中出错:ImportError: No module named win32com.client

    Python中出错:ImportError: No module named win32com.client [问题] [已解决]Python中处理操作Excel中的图表(Chart,Graph) 的 ...

  10. C#中全局处理异常方式

    using System; using System.Configuration; using System.Text; using System.Windows.Forms; using ZB.Qu ...