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

  • 相关阅读:
    字典-dict
    队列-deque
    with-as 语句
    odoo 在"动作"("Action")菜单中添加子菜单, 点击子菜单弹窗自定义form
    odoo onchange readonly
    pyhton 连接 oracle
    PyCharm WSL 配置
    docker 安装 oracle
    docker 安装 mssql
    odoo =like
  • 原文地址:https://www.cnblogs.com/lexuele/p/5130924.html
Copyright © 2011-2022 走看看