.dfu文件转.bin文件
在BC5-MM、CSR867x的DFU更新流程之一: DFU(.dfu)文件制作常用指令及DFU文件内容中,我们解析了制作DFU文件(.dfu)的常用指令;
但.dfu文件的更新只适用于<=ADK3.5版本,从ADK4.0开始改为使用.bin文件形式;
原因是:
For ADK3.5 OTA, the OTA(IMAGE) on Android/IOS phone that needs to use DFU file.
[The APK file is old version, this version is only to support DFU file.]
For ADK v4.0, the OTA(IMAGE) on Android/IOS phone that needs to use BIN file.
如何把.dfu文件转换为bin文件
这里需引入一个叫.udp的文件(自行创建即可);
以下是一个正常使用的.udp文件实现,我们命名为 upgrade_partition.upd(后续转换时会使用到):
# ADK upgrade requires an empty signature appended to the end of the file.
add_empty_signature
# Set the upgrade version and previous version(s)
# that are compatible to upgrade from. The minor
# version can be '*' to a

本文介绍了从ADK3.5版本DFU文件升级到ADK4.0及以上.bin文件的转换过程,涉及XUV2BIN指令和.udp文件的应用,包括如何制作升级文件和具体转换步骤。
最低0.47元/天 解锁文章
654

被折叠的 条评论
为什么被折叠?



