Qualcomm, HDK8250(SM8250)

出自 flip the world
於 2020年6月24日 (三) 13:58 由 Tommy (對話 | 貢獻) 所做的修訂 (Build tool)
前往: 導覽搜尋

Build tool

  • Snapdragon LLVM Arm toolchain
  • GCC Linaro GNU 4.9 – 2014.07 
  • Install toolchain - Hexagon 8.3.04 and Hexagon 8.3.06
    • export HEXAGON_ROOT=$PATH_OF_INTALLL_DIR
  • Make bash in the default shell(symlink /bin/sh → dash to /bin/sh → bash)
	 sudo rm /bin/sh 
	 sudo ln -s /bin/bash /bin/sh
  • install repo (dependency with python and git) ... prefer to use python 2.7

curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo copy repo into ~/bin/repo chmod a+x ~/bin/repo rm -rf ~/.repo* ~/.gnupg gpg --import