mirror of https://github.com/rusefi/hex2dfu.git
Update README.md
This commit is contained in:
parent
c52e3c2836
commit
be10a016bd
10
README.md
10
README.md
|
@ -6,6 +6,7 @@ Simple command line tool to convert file format from Intel HEX to STM32 DFU.
|
|||
|
||||
|
||||
|
||||
|
||||
Compile
|
||||
=======
|
||||
|
||||
|
@ -17,6 +18,8 @@ I`m using mingw32 under Windows, change parameters regards your enviroment.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Using
|
||||
=====
|
||||
|
||||
|
@ -41,5 +44,12 @@ Using
|
|||
|
||||
|
||||
|
||||
|
||||
Automated CRC32 generation in very usefull when custom bootloader is in use. We can check firmware at every MCU boot and execute only when file ingerrity is authenticated. Otherwise performe failover (e.g. start USB bootloader).
|
||||
|
||||
Custom USB Bootloader supporting CRC32 checking during boot will be open sourced soon. Stay tune :)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue