This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R-Q1: 离线量产烧录工具

Part Number: CC2642R-Q1
Other Parts Discussed in Thread: UNIFLASH

需要自己开发离线量产烧录工具,是否有相关资料参考

  • 你好,

    关于量产烧录有以下方案

    1.

    JFLASH可以合并,也可以用脚本

    把需要合并的放在同一个目录下。

    然后运行Windows 的 cmd ,并且进入这两个文件所在的目录中。

    然后运行下面两条命令:(假设你最终需要生成的文件是Merge.hex)

     

    type A.hex >Merge.hex

    type B.hex >> Merge.hex

     

    然后Merge.hex 就是你想要的合体文件了

    2.

    使用uniflash将hex文件合并为一个文件

    我们在离线量产烧录工具方面没有相关资料可以参考

    开发离线量产烧录工具