From d89021007f4fa3c40ab411db97d1d2b933dfb741 Mon Sep 17 00:00:00 2001 From: Ayoub Zaki Date: Fri, 27 Dec 2024 15:36:35 +0100 Subject: [PATCH] README: Add note about alternatives --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f4669cf..b6735b1 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,17 @@ is currently maintained by: Project git repository is here: https://github.com/yoctoproject/bmaptool + +## Alternatives + +There are alternative implementations of `bmaptool` in other programming languages: + +* [bmap-rs](https://github.com/collabora/bmap-rs) : Rust implementation +* [bmap-writer](https://github.com/embetrix/bmap-writer) : C++ implementation + +> **Note:** Both alternative implementations focus solely on writing images and still require `bmaptool` to generate the bmap file. + + ## Artem's Credits * Ed Bartosh (eduard.bartosh@intel.com) for helping me with learning python