zoukankan      html  css  js  c++  java
  • 高通常用开发工具介绍

    目录

    1:下载

    2:QXDM

    3:其他

    4:参考文档

    高通工具网站:https://createpoint.qti.qualcomm.com/tools/

    下载

    1:fastboot 2:QPST 3:QFIT

    Fastboot

    adb reboot bootloader 

    下载: 

    fastboot flash partition gpt_both0.bin 

    fastboot flash aboot emmc_appsboot.mbn 

    fastboot flash sbl1 sbl1.mbn  fastboot flash tz tz.mbn 

    fastboot flash rpm rpm.mbn  fastboot flash sdi sdi.mbn 

    fastboot flash modem NON-HLOS.bin  fastboot flash persist persist.img 

    fastboot flash cache cache.img  fastboot flash system system.img 

    fastboot flash recovery recovery.img 

    fastboot flash userdata userdata.img 

    fastboot flash boot boot.img 

    擦除

    adb  fastboot模式

    1、拔掉电源

    2、按住音量下键

    3、插入usb  看见有图像输出以后松开手

    4、在安装adb的情况下敲fastboot devices  会列出设备

    5、下载程序

     例如:

    E:adb>fastboot flash system system.img

    E:adb>fastboot flash aboot emmc_appsboot.mbn

    E:adb>fastboot flash boot boot.img

        E:adb>fastboot flash dt dt.img

    E:adb>fastboot flash userdata userdata.img

    QPST Qualcomm Product Support Tool

    QPST Configuration 

    Service Programming Service Programming (SP) is the QPST client application used to 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.

    Software Download

    1.Download software to a phone from a Qualcomm Phone Image (.HEX or .MBN) file

    2.Backup and restore the NV memory in a Qualcomm phone

    Software download for empty flash

    Software upgrade for image loaded device 

    oot_imagescoreootsecboot3scriptsemmc_cdt_program_scriptssahara.xml

    oot_imagescoreootsecboot3scriptsemmc_cdt_program_scripts awprogram2.xml

    oot_imagescoreootsecboot3scriptsemmc_cdt_program_scriptspatch2.xml

    oot_imagesuildmsin8916MPRG8916.mbn

    手机进入下载模式

     注:

    有时需要以管理员权限运行下面命令:
    bcdedit /set testsigning on

    才能识别9008端口

    QXDM

    其他工具

    QDART

    注:

    参考文献

    QPST user guide

    QXDM Professional™ User Guide

  • 相关阅读:
    Python Virtualenv 虚拟环境
    二叉树的左视图和右视图
    Vxlan简介
    2、程序的基本结构
    chef cookbook 实战
    eclipse 搭建ruby环境
    linux 安装软件出现/tmp 磁盘不足时 解决方案
    Python 可变对象与不可变对象
    Chapter 4-5
    Chapter 3
  • 原文地址:https://www.cnblogs.com/lexuele/p/5130924.html
Copyright © 2011-2022 走看看