Files
stair56e_uart/tools/offline_burn/README.md
T
2026-08-05 19:07:52 +08:00

12 lines
469 B
Markdown

# Offline checksum tool
This folder contains the XC6517 offline burn helper used to calculate the
checksum segment in release file names.
After compiling, run `make_release_bin.bat` from the repository root. The
script copies the compiled BIN to `download.bin`, runs `Xinc_mac_tool.exe`,
extracts the checksum from the generated offline BIN name, and archives the
online BIN and OTA BIN under `release`.
Do not use the generated offline BIN as the online burn file.