QMVS 如何安装

安装简介:一定PC要是64位系统且内存超过16G才可以。

1.安装adb
在网上下载最新的adb,并拷贝到:
C:\Windows\SysWOW64
C:\Windows\System32
目录下即可
注:环境变量添加:

QMVS 如何安装_第1张图片

2.安装pthon2.7,腾讯管家-软件管理安装,添加环境变量
QMVS 如何安装_第2张图片

C:\Users\Admin>python --version
Python 2.7.18

C:\Users\Admin>

3.安装Node JS node-v10.9.0-x64.msi
QMVS 如何安装_第3张图片

下载 http://mirrors.nju.edu.cn/nodejs/v10.9.0/ 解压直接放到C盘,添加环境变量

C:\Users\Admin>node -v
v10.9.0

C:\Users\Admin>

以上均需添加环境变量
4.高通官网下载QMVS,并且测试环境。
安装命令:npm install -g C:\qmvs.win.1.0_files_20208.2\swsys-qmvs-2.2.8.tgz

C:\Users\Admin>npm install -g C:\qmvs.win.1.0_files_20208.2\swsys-qmvs-2.2.8.tgz
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)

> [email protected] preinstall C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs
> node ./resources/install_prompt.js



Use of this tool may require the presence of or otherwise utilize certain open source packages that are not distributed with or as part of this tool. You may obtain these open source packages on your own, or you may choose to have these packages retrieved from public host locations during the installation process. A list of such open source packages is provided with this tool. By typing “install” in the prompt below, you represent that you understand and acknowledge this notice and have elected to download, install, and configure such open source packages through the installation process, and you agree that you are subject to their respective licenses. To cancel the installation process without making such representation, type “cancel” at the prompt below.


Third party license information: C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\license.txt

[install/cancel] =>  install(输入install)
C:\node-v10.9.0-win-x64\qmesa -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-qmesa\index.js
C:\node-v10.9.0-win-x64\video -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-video\index.js
C:\node-v10.9.0-win-x64\suspend-resume -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-suspend-resume\index.js
C:\node-v10.9.0-win-x64\temp-sensor -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-temp-sensor\index.js
C:\node-v10.9.0-win-x64\clk-switch -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-clk-switch\index.js
C:\node-v10.9.0-win-x64\reboot -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-reboot\index.js
C:\node-v10.9.0-win-x64\power-cycle -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-reboot\index.js
C:\node-v10.9.0-win-x64\flash-validation -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-flash-validation\index.js
C:\node-v10.9.0-win-x64\test-suite -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-test-suite\index.js
C:\node-v10.9.0-win-x64\cpu-ctrl -> C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\node_modules\swsys-cpu-ctrl\index.js

> [email protected] install C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs
> node ./resources/copy_config.js

+ [email protected]
updated 25 packages in 22.513s

C:\Users\Admin>

下载好的QMVS在C盘下解压并添加环境变量,测试指令如下:

test-suite -t C:\node-v10.9.0-win-x64\node_modules\swsys-qmvs\test_configs\QM2250_LPDDR4.json

测试成功:
QMVS 如何安装_第4张图片
还需要安装VS2019 C++

你可能感兴趣的:(QCM2290,android,window,ddr)