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 1
1
# bpatch
2
2
3
- ## overview
3
+ ## Overview
4
4
Application to generate a patch between two binary files without compression. The differential algorithm is based on the bash command DIFF.
5
5
It 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.
6
6
7
- ## prerequisite
7
+ ## Prerequisite
8
8
The application works only on Linux operating system
9
9
10
- ## how to configure
10
+ ## How to configure
11
11
It is available a script to build and configure the Python script
12
12
13
13
sh configure.sh
@@ -174,4 +174,14 @@ Fields of CSV report:
174
174
175
175
## Test environment
176
176
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