安裝 Android Development Environment

http://www.cnblogs.com/youchihwang/p/6645880.html

除了上述還得安裝,

  1. sudo apt-get install phablet-tools
  1. modify bash shell
  1. sudo dpkg-reconfigure dash

answer : no

  1. Installing Repo
  1. mkdir ~/bin
  2. curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  3. chmod a+x ~/bin/repo
  4. export PATH=~/bin:$PATH

generate ssh-keygen

right : $ ssh-keygen -t rsa -C "your_email@example.com"

error : $ ssh-keygen -t rsa -C your_email@example.com

  1. $ ssh-keygen -t rsa -C "your_email@example.com"
  2. $ cat ~/.ssh/id_rsa.pub

copy below the content of the id_rsa.pub, then paste below path

gerrit -> Settings -> SSH Public Keys -> Add Key -> paste -> Add -> Close

wait a moment or restart ubuntu

setting your .gitconfig

start download source code of your company code

  1. ARM Compiler Tools 5.01 update 3 (build 94)

    https://developer.arm.com/products/software-development-tools/compilers/legacy-compiler-releases

    unzip file
  1. sudo Installer/setup.sh

ARM Compiler Tools 需要 license,

但公司已申請好,

只要在 build code 前,執行以下指令即可,

export ARMLMD_LICENSE_FILE=8224@orcad-srv.xxxxxxxxx.com.tw

  1. Hexagon.LNX.6.4 Installer

    https://createpoint.qti.qualcomm.com/tools/#suite/260/1222

    注意:要選 06406.1 版本

    unzip file,要解兩次喔!

    安裝時要連外網
  1. chmod +x Install_HEXAGON_Tools_linux_6.4.06.bin
  2. sudo ./Install_HEXAGON_Tools_linux_6.4.06.bin

安裝過程中,需要打勾,上面寫的, Agree to download GNU tools

  1. Qualcomm AMSS chip code

    apq8009-la-2-0-2_amss_standard_oem

    r00033.1

    https://chipcode.qti.qualcomm.com/your-corporation/apq8009-la-2-0-2_amss_standard_oem/tree/r00033.1

uninstall

uninstall Hexagon tool

If you use root to install Hexagon tool, the folder will be installed to /root/Qualcomm.

then

If you uninstall Hexagon tool, you have to use below command to use root priority

  1. sudo su root
  1. root@ubuntu:~/Qualcomm/HEXAGON_Tools/6.4.06/Uninstall_Hexagon_Tools# ./Uninstall_Hexagon_Tools

troubleshooting

error message :

  1. object eceeb1b1f5edb0f42e690bffdf81828abd8ea7fe
  2. type commit
  3. tag v1.12.37
  4. tagger Dan Willemsen <dwillemsen@google.com> 1475173621 -0700
  5. repo v1.12.37
  6. gpg: WARNING: unsafe ownership on homedir `/home/break-through/.repoconfig/gnupg'
  7. gpg: failed to create temporary file `/home/break-through/.repoconfig/gnupg/.#lk0x268b340.ubuntu.2951': Permission denied
  8. gpg: keyblock resource `/home/break-through/.repoconfig/gnupg/pubring.gpg': general error
  9. gpg: Signature made Thu 29 Sep 2016 11:27:01 AM PDT using DSA key ID 920F5C65
  10. gpg: Can't check signature: public key not found
  11. error: could not verify the tag 'v1.12.37'

solution :

Please delete the .repo folder your project code

Please delete /home/break-through/.repoconfig/

  1. sudo rm /home/project-code/ -rf
  2. sudo rm /home/break-through/.repoconfig/ -rf

Install Qualcomm Development Environment的更多相关文章

  1. Deep Learning - Install the Development Environment

    WLS(Windows Subsystem for Linux) Base WLS Installation Guide Initializing a newly installed distro W ...

  2. Could not install the app on the device, read the error above for details. Make sure you have an Android emulator running or a device connected and have set up your Android development environment:

    Administrator@DESKTOP-EHCTIOR MINGW64 /d/react-native-eyepetizer (master) $ react-native run-android ...

  3. Programming in Go (Golang) – Setting up a Mac OS X Development Environment

    http://www.distilnetworks.com/setup-go-golang-ide-for-mac-os-x/#.V1Byrf50yM8 Programming in Go (Gola ...

  4. storm环境搭建(前言)—— 翻译 Setting Up a Development Environment

    Setting Up a Development Environment 搭建storm开发环境所需步骤: Download a Storm release , unpack it, and put ...

  5. Storm(1) - Setting Up Development Environment

    Setting up your development environment 1. download j2se 6 SDK from http://www.oracle.com/technetwor ...

  6. Establish the LAMP (Linux+Apache+MySQL+PHP) Development Environment on Ubuntu 14.04 Operating System

    ######################################################## Step One: Update the software package in yo ...

  7. How to set up Dynamics CRM 2011 development environment

    Recently I have been starting to learn Microsoft Dynamics CRM 2011 about implement plugin and workfl ...

  8. Create A .NET Core Development Environment Using Visual Studio Code

    https://www.c-sharpcorner.com/article/create-a-net-core-development-environment-using-visual-studio- ...

  9. The IBM Blockchain Platform:Installing the development environment

    Follow these instructions to obtain the IBM Blockchain Platform: Develop development tools (primaril ...

随机推荐

  1. JavaScript递归实现对象深拷贝

    let personOne = { name:"张三", age:18, sex:"male", children:{ first:{ name:"z ...

  2. Truncate a string-freecodecamp算法题目

    Truncate a string(截断字符串) 要求 如果字符串的长度比指定的参数num长,则把多余的部分用...来表示. 插入到字符串尾部的三个点号也会计入字符串的长度. 如果指定的参数num小于 ...

  3. 【状压dp】cf906C. Party

    需要稍加分析结论:还有一些小细节 Arseny likes to organize parties and invite people to it. However, not only friends ...

  4. [BZOJ] 5415: [Noi2018]归程

    在做Kruskal求最小生成树时,假设要通过边权\(w\)的边合并子树\(x\)和\(y\),我们新建一个方点,把两个子树接到这个方点上,并将方点的点权赋为\(w\),最终形成的二叉树就是\(Krus ...

  5. [LOJ] #2360. 「NOIP2016」换教室

    期望DP #include<iostream> #include<cstring> #include<cstdio> #include<cctype> ...

  6. 【Git版本控制】GitHub上fork项目和clone项目的区别

    fork:在github页面,点击fork按钮,将别人的仓库复制一份到自己的仓库. clone:直接将github中的仓库克隆到自己本地电脑中 问题1:pull request的作用 比如在仓库的主人 ...

  7. vue-cli3.0相关的坑

    vue-cli3.0相对比vue-cli2.0少了 vue-build.js vue-config.js vue-cli2.0 运行命令 npm run devvue-cli3.0 运行命令 npm ...

  8. manjaro linux没有ll等命令的解决办法

    编辑~/.bashrc, 添加alias 如下 vim ~/.bashrc设置别名. 添加如下行 alias ll='ls -alF' alias la='ls -A' alias vi='vim' ...

  9. Python爬虫一

    爬虫 什么是爬虫? 网络爬虫(又被称为网页蜘蛛,网络机器人)就是模拟客户端发送网络请求,接收请求响应, 一种按照一定的规则,自动地抓取互联网信息的程序. 原则上,只要是浏览器(客户端)能做的事情,爬虫 ...

  10. c++IDE

    暂时使用Code::Blocks 16.01. 因为之前没有c++编译器,所以去官网选择安装codeblocks-16.01mingw-setup.exe 然后settings>Compiler ...