补上命令行编译和固件打包:一次出带 Key / 不带 Key 两套,USB 只烧选中的那套。
- Makefile 源文件列表对齐 CodeBlocks,命令行 make 能编过;编完自动打到 ../release/ - 新增 tools/pack_firmware:按版本打出烧录器 / APP UFW / 网关双备份包,带 Key 和不带 Key 各一套 - build.bat key 烧带 Key,默认或不带参数烧 nokey;另一套只生成不写 Flash - 删掉未使用的 version.txt;release/ 不进仓库
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
burner_nokey|不带 Key:产线批量烧录器镜像(调试、未加密芯片)
|
||||
app_nokey|不带 Key:手机 APP / 小程序 OTA(UFW)
|
||||
gw_nokey|不带 Key:55AA 服务器 OTA / 网关 OTA(杰理双备份包)
|
||||
burner_key|带 Key:产线批量烧录器镜像(烧录器需配置同一把 key)
|
||||
app_key|带 Key:手机 APP / 小程序 OTA(UFW)
|
||||
gw_key|带 Key:55AA 服务器 OTA / 网关 OTA(杰理双备份包)
|
||||
Reference in New Issue
Block a user