-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Unlike the Yocto BMAP tool, `bmap-writer` is C++ based does not require Python a | |
- Handles all compression filters that are supported by `libarchive`, decompressing the data on-the-fly during the writing process. | ||
- Ensures data integrity by verifying checksums for each block. | ||
- Writes only the necessary blocks, reducing the overall write time and wear on storage devices. | ||
- Can use the Linux kernel crypto API to leverage hardware-accelerate hashing. | ||
- Can use the Linux kernel crypto API to leverage hardware-accelerated hashing. | ||
|
||
## How It Works | ||
|
||
|
@@ -27,7 +27,7 @@ Unlike the Yocto BMAP tool, `bmap-writer` is C++ based does not require Python a | |
|
||
- C++ compiler | ||
- CMake | ||
- Libarchive | ||
- libarchive | ||
- TinyXML-2 | ||
- libkcapi (optional) | ||
|
||
|
@@ -131,7 +131,7 @@ The commercial license provides: | |
- Priority access to updates, integration help, and extended documentation. | ||
- Tailored development and deployment solutions. | ||
|
||
To obtain a commercial license or inquire further, please contact: [**[email protected]**](mailto:[email protected]) | ||
To obtain a commercial license or inquire further, please contact: [[email protected]](mailto:[email protected]) | ||
|
||
|
||
## Contributor License Agreement (CLA) | ||
|