This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kinve
/
pyChecknum
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
python 版 checknum 校验工具,生成升级用的固件,有crc32、sum32
7
Commits
1
Branches
0
Publications
Aborescence:
7b5b914730
Branches
Tags
master
pyChecknum
HTTP
SSH
ZIP
TAR.GZ
kinve
7b5b914730
增加生成exe脚本
il y a 2 ans
dist
1972def059
修正上一版本
il y a 2 ans
README
47fc349943
添加README
il y a 2 ans
pyChecknum.py
1972def059
修正上一版本
il y a 2 ans
upx.exe
7b5b914730
增加生成exe脚本
il y a 2 ans
生成exe.bat
7b5b914730
增加生成exe脚本
il y a 2 ans
README
# 功能
对bin文件添加crc32或sun32校验码,用于ota远程升级
# 使用说明
pyChecknum.exe 文件 -t 校验方式 -e 校验码大小端 -s 校验一次的大小
校验方式: sum32/crc32, 默认sum32
校验码大小端: little/big, 默认little
校验一次的大小: 0/1024/2048, 默认0不分块
例如,
pyChecknum.exe test.bin -t crc32 little -s 1024