高通平台工具使用

2023-05-16

 

OverView:

QPST      综合工具传输文件查看deviceEFS文件系统代码烧录

QRCT     测试RF

QXDM     log

JTAG       trace32调试

QPST,QXDM的使用说明,具体的可以看我上传到csdn的资源文件,我都是看它,看了那个user guide就完全会了,很简单的

QPST是一个针对高通芯片开发的传输软件。简单的说就是用高通处理芯片的手机理论上都可以用QPST传输文件,可以修改C网机器内部参数的软件。

一次可以track多台电脑

QPST还可进行代码烧入

包括:

5 client applications

            Ø QPST Configuration 

                        monitor the status of: 

                        Active phones 

                        Available serial ports

                        Active clients 

                        To start QPST Configuration, from the Start menu, select Programs → QPST → QPST Configuration. 

            Ø Service Programming 

                                     provide service programming for CDMA phones that contain Qualcomm ASICs.

 With it, you can save SP data to a file, then download the data in that file to multiple phones. 

The SP application accesses settings regardless of the phone’s internal memory implementation. It is feature-aware and displays settings pages appropriate to the phone being programmed. 

To start SP, from the Start menu, select Programs → QPST → Service Programming. 

            Ø Software Download 

            Ø RF NV Item Manager 

            Ø EFS Explorer 

                                    The EFS Explorer application lets you navigate the embedded file system (EFS) of phones that support EFS. It is similar in function to the Windows Explorer program on a PC. 

            To start EFS Explorer, from the Start menu, select Programs → QPST → EFS Explorer. 

            When EFS Explorer launches, it displays a Phone Selection dialog that lists the phones currently being monitored by the QPST server, as shown in Figure 

            Creating a new directory  

            • When you create a directory in the phone’s EFS, the directory is created on the phone and the file structure list is refreshed. 

           To create a directory: 

1. Navigate to the location where you want to create a new directory. 

2. From the File menu, select New → Directory. The Create Directory dialog, as shown in Figure below

3. Type a name for the file in the field. 

4. Click OK. 

Two standalone utilities, 

--QCNView 

--Roaming List Editor, 

complete the QPST tool set. 

QRCT

• QRCT is a Windows toolkit designed to control a QUALCOMM phone such as a Form Factor Accurate (FFA) for testing RF in three system modes – CDMA 2000, GSM, and WCDMA. 

• This application requires Advanced Mode Subscriber Software (AMSS) software with FTM built into it. The FTM mode must be enabled before using the CDMA 2000, GSM, and WCDMA RF controls. 

• FTM is a mode of operation that allows a user to perform diagnostic or design verification functionality by exposing functions not discretely available to the user in AMSS mode. FTM does not provide the ability to make phone calls and is not driven by the AMSS Call Processing State Machine. 

• QRCT uses the Qualcomm Manufacturing Support Library (QMSL) for all communication with the phone.  It is possible to determine the exact function calls by monitoring the QMSL Text Log.  The user can then replicate any QRCT sequence by calling QMSL in their own program.

QXDM是监视手机状态的,还有一些简单的控制功能

• The QUALCOMM® Extensible Diagnostic Monitor (QXDM) provides a diagnostic client for Dual-Mode Subscriber Station (DMSS) and newer User Equipment (UE) software, Advanced Mobile Subscriber Software (AMSS).

•  QXDM was developed to provide a rapid prototyping platform for new diagnostic clients and diagnostic protocol packets. It provides a Graphical User Interface (GUI) that displays data transmitted to and from the DMSS. 

Options menu on QXDM:

QXDM communications menu:

• Lists all the available ports on the system and their properties

• Ports listed in this are those that have been added in the QPST Configuration tool for monitoring

Traces on the QXDM:

JTAG

• Joint Test Action Group (JTAG) is the common name for what was later standardized as the IEEE 1149.1 Standard Test Access Port and Boundary-Scan Architecture. It was initially devised for testing printed circuit boards using boundary scan and is still widely used for this application.

• Today JTAG is also widely used for IC debug ports. In the embedded processor market, essentially all modern processors support JTAG when they have enough pins. Embedded systems development relies on debuggers talking to chips with JTAG to perform operations like single stepping and break pointing. Digital electronics products such as cell phones or a wireless access point generally have no other debug or test interfaces

• Used for debugging & storing firmware.

QXDM是监视手机状态的,还有一些简单的控制功能;QDART是高通的非信令状态下控制软件,可进行手动校准,其目录下的QSPR是高通的校准软件,加入.XTT文件设置合适的参数,即可进行相应平台的校准;QPST基本的功能是把设备管理器中的COM口加入到高通的软件中进行通信,还可通过其中的NV MANAGER对qcn文件进行修改,QCN文件是高通平台nv项的保存文件,非常重要,另外qpst还可进行代码烧入。
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

高通平台工具使用 的相关文章

随机推荐

  • Codeforces Round #201 (Div. 2) E - Number Transformation II

    题意 xff1a 给你一个数组xi和两个数a和b xff0c 求通过两个途径由a到b的最小次数 xff0c 1 当前的a减去1 xff0c 2 当前的a减去a xi 思路 xff1a 首先考虑xi有重复元素 xff0c 所以去重 xff0c
  • 用好 ChatGPT | Prompt 编写模式:如何将思维框架赋予机器

    文章目录 一 前言二 主要内容三 总结 x1f349 CSDN 叶庭云 xff1a https yetingyun blog csdn net 一 前言 人类相对于其他动物更擅长于类比 概念抽象 符号化等高级认知活动 xff0c 这些认知活
  • 倡议书:关于暂停「巨型 AI」 实验的一封公开信

    本文是 futureoflife 公开信 xff0c 原文地址 https futureoflife org open letter pause giant ai experiments 目前已经有 1127 1127 1127 名 AI
  • 学习笔记 | Meta AI:分割一切的 SAM 模型

    文章目录 一 前言 二 主要内容 1 惊艳的效果 2 方法介绍 3 未来展望 三 解决方案关键 四 代码实践 五 讨论 一 前言 Meta AI 博客 Introducing Segment Anything Working toward
  • GPT-4 验明真身的三个经典问题:快速区分 GPT-3.5 与 GPT-4

    现在已经有很多 ChatGPT 的套壳网站 xff0c 以下分享验明 GPT 4 真身的三个经典问题 xff0c 帮助你快速区分套壳网站背后到底用的是 GPT 3 5 还是 GPT 4 测试问题 1 xff1a What is tomorr
  • 解决 Microsoft Edge Dev 版本中右上角的 bing 按钮消失的问题 让 New Bing 还能阅读分析文档!

    Microsoft Edge Dev 右上角的必应图标消失了 xff0c 使得无法用 New Bing 阅读分析文档 xff0c 到底什么原因呢 xff1f 针对 Microsoft Edge Dev 版本中右上角的发现按钮消失的问题 xf
  • OpenStack网络指南(7)防火墙即服务(Firewall-as-a-service)

    Firewall as a Service xff08 FWaaS xff09 插件将防火墙应用于OpenStack对象 xff0c 如项目 xff0c 路由器和路由器端口 OpenStack防火墙的核心概念是防火墙策略和防火墙规则的概念
  • OpenStack网络指南(14)DNS集成

    此页面作为如何使用网络服务的DNS集成功能的指南 描述的功能从两个角度涵盖DNS xff1a 网络服务提供的内部DNS功能及其与Compute服务的交互 将计算服务和网络服务与外部DNSaaS xff08 DNS即服务 xff09 集成 用
  • 2022年,立个Flag

    2021年在平静的生活中 xff0c 慢慢的从手指缝中划过 xff0c 新的一年已经都来 xff0c 我也立下几个flag xff0c 待明年末来验收 2022年我希望自己可以开始并坚持做一些事 xff1a 1 实现自己定义的目标 xff0
  • 零开始学习OpenWrt完美教程

    http zhidx com p 186 html 从零开始学习OpenWrt完美教程 Cisco Linksys在2003年发布了WRT54G这款无线路由器 xff0c 同年有人发现它的IOS是基于Linux的 xff0c 然而Linux
  • Sublime Text3使用总结

    写在前面的话 xff1a 平时做项目中在用eclipse和vs xff0c 但是对于一些小项目 xff0c 感觉没有必要搞那么大的一个工具使用 xff0c 比如写个小微商城 xff0c 搞个小脚本了什么 xff0c 所以就一直在用Subli
  • Gym 101028J 100541D

    Gym 100499I 这题当理解题意的时候就出现一个难题 xff0c 循环小数怎么转化为分数 xff0c 果断百度下 普及知识 xff1a 1 纯循环小数 小数点后有几位数 分母就有几个9 分子为一个循环节 如 0 345 345循环 6
  • Wayland与Weston简介

    xfeff xfeff 简单地说 xff0c Wayland是一套display server Wayland compositor 与client间的通信协议 xff0c 而Weston是Wayland compositor的参考实现 其
  • 什么是IaaS,PaaS和SaaS及其区别

    云计算的三种服务模式 xff1a IaaS xff0c PaaS和SaaS Infrastructure xff08 基础设施 xff09 as a Service xff0c Platform xff08 平台 xff09 as a Se
  • Backup for tire

  • 用QXDM获取log的方法说明

    用 QXDM 获取 log 的方法说明 对于获取 LOG 可能我们会有一些误解 测试人员害怕得到的 LOG 信息不全 而将所有的选项都选上 希望能够得到最全的 LOG 其实不然 受到手机及手机与 PC 的通讯限制 如果选择保存所有的 LOG
  • Python环境变量PYTHONPATH设置和easy_install简单使用

    1 把自己编写的 python模块添加到 PYTHONPATH上 要想让 python解释器找到自己编写的模块 xff0c 则该模块必须 PYTHONPATH上 xff0c 否则在导入该模块时会出现找不到该模块的错误 xff0c 因此必须把
  • 超级有用的git reset --hard和git revert命令

    很多时候 xff0c git新手容易误操作 xff0c 比如 xff0c 在levelIISZ 1 4 dev分支下 xff0c 运行了git pull idc cpp 1 0的结果 xff0c 这样做麻烦很大 xff0c 经常导致mave
  • android 为什么需要签名

    所有的Android应用程序都要求开发人员用一个证书进行数字签名 xff0c anroid系统不会安装没有进行签名的由于程序 平时我们的程序可以在模拟器上安装并运行 xff0c 是因为在应用程序开发期间 xff0c 由于是以Debug面试进
  • 高通平台工具使用

    OverView QPST 综合工具 传输文件 查看 device 的 EFS 文件系统 代码烧录 QRCT 测试RF QXDM 看log JTAG trace32调试 QPST QXDM的使用说明 xff0c 具体的可以看我上传到csdn