Files
JBao_JL7016_MOD_FW/tools/pack_readme_zh.txt
T
wuchuyuan 01887c32b6 补上命令行编译和固件打包:一次出带 Key / 不带 Key 两套,USB 只烧选中的那套。
- Makefile 源文件列表对齐 CodeBlocks,命令行 make 能编过;编完自动打到 ../release/
- 新增 tools/pack_firmware:按版本打出烧录器 / APP UFW / 网关双备份包,带 Key 和不带 Key 各一套
- build.bat key 烧带 Key,默认或不带参数烧 nokey;另一套只生成不写 Flash
- 删掉未使用的 version.txt;release/ 不进仓库
2026-08-21 15:57:51 +08:00

21 lines
840 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
包名 : {{PKG_NAME}}
项目 : {{PROJECT}}
版本 : {{VERSION}}
日期 : {{DATE}}
文件说明:
{{FILE_LIST}}
使用说明:
1. 批量烧录器:打开 *_burner.fw。
2. 杰理 UFW 通道(部分 APP / 小程序):上传 *_app_ota.ufw。
3. 走本协议 55AA 的服务器 OTA(APP / 小程序 / 网关都一样):上传 *_gateway_ota.bin。
Type=0x02BLE),不要传 ufw / fw / 普通 app.bin。
4. 杰理网关若单独吃双备份包:同样用 *_gateway_ota.bin。
不带 Key(*_nokey_*):调试、未加密芯片。
带 Key(*_key_*):加密镜像,烧录器 / 升级工具必须配置同一把 key(RS-5B88)。
本包不包含 .key 文件,请不要把工厂 key 发给终端用户。
本机 USB.\build.bat 默认烧 nokey.\build.bat key 烧带 Key。两套文件都会打包。