当前位置:网站首页>基於 QEMUv8 搭建 OP-TEE 開發環境
基於 QEMUv8 搭建 OP-TEE 開發環境
2022-07-06 22:20:00 【stone8761】
開發環境:Ubuntu 22.04 desktop 虛擬機
1、環境需求
$ sudo dpkg --add-architecture i386 $ sudo apt-get update
$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf automake bc bison build-essential ccache codespell cpio cscope curl device-tree-compiler expect flex ftp-upload gdisk iasl libattr1-dev libcap-dev libcap-ng-dev libfdt-dev libftdi-dev libglib2.0-dev libgmp-dev libhidapi-dev libmpc-dev libncurses5-dev libpixman-1-dev libssl-dev libtool make mtools netcat ninja-build python-crypto python3-crypto python-pyelftools python3-pycryptodome python3-pyelftools rsync unzip uuid-dev xdg-utils xterm xz-utils zlib1g-dev
2、安裝 repo
$ mkdir ~/bin
$ curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o ~/bin/repo
$ chmod a+x ~/bin/repo
$ export PATH=~/bin:$PATH
更改 repo 獲取源,在 /etc/profile 文件最後添加如下內容,然後重啟系統
export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo'
3、獲取 OP-TEE 代碼
$ mkdir OP-TEE
$ cd OP-TEE/
$ repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml
$ repo sync -j4 --no-clone-bundle
備注1:提示 “Failed to connect to boringssl.googlesource.com port 443: Connection timed out” 錯誤是因為相關網址無法訪問,可使用如下命令替換網址源:
$ git config --global url."https://github.com/google/boringssl.git".insteadOf "https://boringssl.googlesource.com/boringssl"
$ git config --global url."https://hub.fastgit.org/google/boringssl.git".insteadOf "https://boringssl.googlesource.com/boringssl"
備注2:sync 操作會因為 github 鏈接失敗而報錯,報錯後重新執行即可。但 sync 每次都會更新所有庫,只要有一個庫鏈接失敗都會報錯,但可能這個庫已經下載完成了。因此可以查看對應的 manifest 文件,檢查是不是所有庫都已經下載完成。如果都已經下載完成即可以進入到下一步驟。manifest.xml 文件在 .repo 目錄下。
4、編譯
$ cd ./build
$ make -j2 toolchains
$ make -j `nproc`
5、運行 qemu
依然在 build/ 目錄下
$ make run
正確運行後會彈出兩個虛擬的串口終端,其中端口號為 54320 的是非安全系統,端口號為 54321 的為安全系統:
進入 qemu 終端後輸入 c 啟動系統:
(qemu) c
非安全系統(Linux)可以通過 root 用戶登錄
安全系統:
備注1:運行過程中可能會報 python 命令找不到的錯誤,但是 ubuntu 下已經安裝了 python。這是因為名稱問題,安裝的是 python2 和 python3,這裏可以創建一條鏈接解决問題:
$ sudo ln -s /usr/bin/python3 /usr/bin/python
備注2:第一次執行 make run 會編譯相關組件再運行 qemu,之後可以直接運行 make run-only 直接運行。
6、運行測試程序
使用 ps 命令檢查 tee-supplicant 進程是否存在
運行 xtest 測試例程
$ xtest
边栏推荐
- GPS从入门到放弃(十六)、卫星时钟误差和卫星星历误差
- NetXpert XG2帮您解决“布线安装与维护”难题
- MariaDB database management system learning (I) installation diagram
- Seata聚合 AT、TCC、SAGA 、 XA事务模式打造一站式的分布式事务解决方案
- Unity3d Learning Notes 6 - GPU instantiation (1)
- 【MySQL】Online DDL详解
- AI 企业多云存储架构实践 | 深势科技分享
- Data processing skills (7): MATLAB reads the data in the text file TXT with mixed digital strings
- Oracle-控制文件及日志文件的管理
- HDR image reconstruction from a single exposure using deep CNNs阅读札记
猜你喜欢
C # réalise la liaison des données du rapport Crystal et l'impression du Code à barres 4
GPS from getting started to giving up (19), precise ephemeris (SP3 format)
GPS从入门到放弃(十五)、DCB差分码偏差
【10点公开课】:视频质量评价基础与实践
第4章:再谈类的加载器
[leetcode daily clock in] 1020 Number of enclaves
labelimg的安装与使用
Management background --3, modify classification
GPS从入门到放弃(十四)、电离层延时
Seata聚合 AT、TCC、SAGA 、 XA事务模式打造一站式的分布式事务解决方案
随机推荐
C#實現水晶報錶綁定數據並實現打印4-條形碼
Solve project cross domain problems
GPS从入门到放弃(十八)、多路径效应
GPS从入门到放弃(二十)、天线偏移
Oracle-控制文件及日志文件的管理
11、 Service introduction and port
十二、启动流程
【sciter】: 基于 sciter 封装通知栏组件
第4章:再谈类的加载器
labelimg的安装与使用
中国1,4-环己烷二甲醇(CHDM)行业调研与投资决策报告(2022版)
微信红包封面小程序源码-后台独立版-带测评积分功能源码
Make menuconfig has a recipe for target 'menuconfig' failed error
LeetCode学习记录(从新手村出发之杀不出新手村)----1
C#实现水晶报表绑定数据并实现打印4-条形码
Management background --3, modify classification
Force deduction question 500, keyboard line, JS implementation
MariaDb数据库管理系统的学习(一)安装示意图
AI 企业多云存储架构实践 | 深势科技分享
设置状态栏样式Demo