carlossless / sinowealth-kb-tool

A utility for reading and writing flash contents on Sinowealth 8051-based HID devices through the commonly found ISP bootloader
MIT License
54 stars 15 forks source link

check firmware prior to writing, disclaimer updates in readme, functional-test script #20

Closed carlossless closed 8 months ago

carlossless commented 8 months ago

Changes here add:

  1. A safeguard to make it less possible to write invalid (bricking) firmware to the device (
  2. Disclaimer in readme warning about the potentially unwanted side-effects of reading from the device
  3. A functional test script to run prior to making any pushes or releases (sadly specific to my development environment)

1 and #2 are related to https://github.com/carlossless/sinowealth-kb-tool/issues/19