EW升级单块板验证成功,批量验证失败

This commit is contained in:
ranchuan
2023-11-16 18:27:16 +08:00
parent 83e6717fe8
commit e66bf71bf5
15 changed files with 593 additions and 429 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/MS-10-30-1.bin Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -6,8 +6,8 @@ import json
BOOT_PATH ="JW3425_boot_v12.bin"
APP_PATH ="MS-IEpro20231007.bin"
OUT_PATH = BOOT_PATH.split('.')[0]+".jwt"
APP_PATH ="ms-10-30.bin"
OUT_PATH = BOOT_PATH.split('.')[0]+APP_PATH.split('.')[0]+".jwt"
# 创建离线下载器的镜像
@@ -78,5 +78,11 @@ def creat():
if __name__ == "__main__":
creat()
# d=bytearray()
# with open("MS-10-30-1.bin","rb") as f:
# d+=f.read()
# with open("ms-10-30.bin","wb+") as f:
# f.write(d[4096:4096+9800])

BIN
doc/ms-10-30.bin Normal file

Binary file not shown.