File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# bpatch
22
3- ## overview
3+ ## Overview
44Application to generate a patch between two binary files without compression. The differential algorithm is based on the bash command DIFF.
55It is available a Python application to encode (generate the patch) and decode (rebuild the new firmware) options. The decode is based on a C code.
66
7- ## prerequisite
7+ ## Prerequisite
88The application works only on Linux operating system
99
10- ## how to configure
10+ ## How to configure
1111It is available a script to build and configure the Python script
1212
1313 sh configure.sh
@@ -174,4 +174,14 @@ Fields of CSV report:
174174
175175## Test environment
176176
177- It is present a ** test** folder when the application can be tested and assessed on firmwares
177+ It is present a ** test** folder when the application can be tested and assessed on firmwares
178+
179+
180+ ## Versioning
181+ We use M.m.p as a verdioning system.
182+
183+ - M = Major
184+ - m = minor
185+ - p = patch
186+
187+ There is always back compatibility among minor version and patches only fix possible bugs
You can’t perform that action at this time.
0 commit comments