Install Qualcomm Development Environment
安裝 Android Development Environment
http://www.cnblogs.com/youchihwang/p/6645880.html
除了上述還得安裝,
sudo apt-get install phablet-tools
- modify bash shell
sudo dpkg-reconfigure dash
answer : no
- Installing Repo
mkdir ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
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
$ ssh-keygen -t rsa -C "your_email@example.com"
$ 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
- ARM Compiler Tools 5.01 update 3 (build 94)
https://developer.arm.com/products/software-development-tools/compilers/legacy-compiler-releases
unzip file
sudo Installer/setup.sh
ARM Compiler Tools 需要 license,
但公司已申請好,
只要在 build code 前,執行以下指令即可,
export ARMLMD_LICENSE_FILE=8224@orcad-srv.xxxxxxxxx.com.tw
- Hexagon.LNX.6.4 Installer
https://createpoint.qti.qualcomm.com/tools/#suite/260/1222
注意:要選 06406.1 版本
unzip file,要解兩次喔!
安裝時要連外網
chmod +x Install_HEXAGON_Tools_linux_6.4.06.bin
sudo ./Install_HEXAGON_Tools_linux_6.4.06.bin
安裝過程中,需要打勾,上面寫的, Agree to download GNU tools
- 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
sudo su root
root@ubuntu:~/Qualcomm/HEXAGON_Tools/6.4.06/Uninstall_Hexagon_Tools# ./Uninstall_Hexagon_Tools
troubleshooting
error message :
object eceeb1b1f5edb0f42e690bffdf81828abd8ea7fe
type commit
tag v1.12.37
tagger Dan Willemsen <dwillemsen@google.com> 1475173621 -0700
repo v1.12.37
gpg: WARNING: unsafe ownership on homedir `/home/break-through/.repoconfig/gnupg'
gpg: failed to create temporary file `/home/break-through/.repoconfig/gnupg/.#lk0x268b340.ubuntu.2951': Permission denied
gpg: keyblock resource `/home/break-through/.repoconfig/gnupg/pubring.gpg': general error
gpg: Signature made Thu 29 Sep 2016 11:27:01 AM PDT using DSA key ID 920F5C65
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.37'
solution :
Please delete the .repo folder your project code
Please delete /home/break-through/.repoconfig/
sudo rm /home/project-code/ -rf
sudo rm /home/break-through/.repoconfig/ -rf
Install Qualcomm Development Environment的更多相关文章
- Deep Learning - Install the Development Environment
WLS(Windows Subsystem for Linux) Base WLS Installation Guide Initializing a newly installed distro W ...
- 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 ...
- 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 ...
- storm环境搭建(前言)—— 翻译 Setting Up a Development Environment
Setting Up a Development Environment 搭建storm开发环境所需步骤: Download a Storm release , unpack it, and put ...
- Storm(1) - Setting Up Development Environment
Setting up your development environment 1. download j2se 6 SDK from http://www.oracle.com/technetwor ...
- Establish the LAMP (Linux+Apache+MySQL+PHP) Development Environment on Ubuntu 14.04 Operating System
######################################################## Step One: Update the software package in yo ...
- 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 ...
- 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- ...
- The IBM Blockchain Platform:Installing the development environment
Follow these instructions to obtain the IBM Blockchain Platform: Develop development tools (primaril ...
随机推荐
- Codevs1033 蚯蚓的游戏
题目描述 Description 在一块梯形田地上,一群蚯蚓在做收集食物游戏.蚯蚓们把梯形田地上的食物堆积整理如下: a(1,1) a(1,2)…a(1,m) a(2,1) a(2,2) a(2 ...
- Windows平台下使用vs code来调试python代码(2)
背景:上篇文章我们介绍了怎么搭建相关的环境,文章链接:https://www.cnblogs.com/yahuian/p/10507467.html,这篇文章来介绍怎么调试我们的程序. 1.Debug ...
- Win10家庭版找不到组策略gpedit.msc
首先在桌面上建立一个txt文本文件,将下面的代码复制到里面 @echo off pushd "%~dp0" dir /b C:\Windows\servicing\Packages ...
- 如何使用jmeter做关联
1.适用场景 从上一个接口的返回值中获取值传递给下一个接口使用 2.添加JSON Extractor 在需求提取的参数上添加--后置处理器--JSON Extractor 从登录接口的返回值中取use ...
- 日志切割logrotate和定时任务crontab详解
1.关于日志切割 日志文件包含了关于系统中发生的事件的有用信息,在排障过程中或者系统性能分析时经常被用到.对于忙碌的服务器,日志文件大小会增长极快,服务器会很快消耗磁盘空间,这成了个问题.除此之外,处 ...
- 【android】【android studio】修改emulator的本地化环境
Changing the emulator locale from the adb shell To change the locale in the emulator by using the ad ...
- phpstudy2016+phpstorm2017-3+xdebug+chrome
1. 勾选Xdebug 后 phpstudy 会自动重启服务 [XDebug] xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug" ...
- 流程控制之while循环for循环
流程控制之while循环1.什么是循环 循环就是重复做某件事2.为什么要有循环 为了让计算机能够具备人重复做某件事的能力3.如何用循环 while语法: while 条件: code1 code2 c ...
- 搭建本地虚拟服务器linux(CentOS 7)的python虚拟环境(Hyper-V演示)
新建虚拟机->安装CentOS7->新建虚拟交换机:内部网络->CentOS7设置->网络适配器:虚拟交换机:新建虚拟交换机->进入CentOS # cd /etc/sy ...
- Gym - 100781A Adjoin the Networks (树的直径)
题意: n个点,m条边,m <= n <= 100000,边的长度都为1. 点从 0 ~ n-1 编号.开始时图是不连通的,并且没有环. 通过加入一些边后,可以使图连通.要求加入的边不能多 ...