EW升级单块板验证成功,批量验证失败
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
doc/MS-10-30-1.bin
Normal file
BIN
doc/MS-10-30-1.bin
Normal file
Binary file not shown.
Binary file not shown.
@@ -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
BIN
doc/ms-10-30.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user