]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts: Add helper script to generate eMMC block device images
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 12 Aug 2025 19:53:49 +0000 (21:53 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 5 Nov 2025 08:26:27 +0000 (09:26 +0100)
commit2f00451fbeaf91c9a0cdcb8a860d27bacbbe7a06
tree80b181d04fc7cc6b8f5ff49c28f5f7893d3b32e0
parent3acf956ea1a3e991e8540268b73d8565b05a6056
scripts: Add helper script to generate eMMC block device images

As an eMMC block device image may consist of more than just the user
data partition, provide a helper script that can compose the image from
boot partitions, an RPMB partition and the user data image. The script
also does the required size validation and/or rounding.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <eecefa8e-44ae-45ff-85d0-3f9b786948e0@siemens.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
scripts/mkemmc.sh [new file with mode: 0755]