From aa869ed597435ec05d5b9f55de64d01a52cc5ea8 Mon Sep 17 00:00:00 2001 From: Jimmy Zhang Date: Mon, 19 Oct 2015 16:01:56 -0700 Subject: Add new configuration keyword "RehashBl" This feature is needed in case an image is updated at later stage after bootimage has been created. How to use: Add keyword "RehashBl" to configuration file, for example, update.cfg: RehashBl; Invoke cbootimage to re-calculate bootloader aes hash, for example, for bootimage bootloader.bin: $ cbootimage -s tegra210 --update update.cfg bootloader.bin bootloader.bin-resigned Where bootloader.bin-resigned is the resigned bootimage bootloader.bin Signed-off-by: Jimmy Zhang Signed-off-by: Stephen Warren --- samples/update.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 samples/update.cfg (limited to 'samples') diff --git a/samples/update.cfg b/samples/update.cfg new file mode 100644 index 0000000..c5c741b --- /dev/null +++ b/samples/update.cfg @@ -0,0 +1 @@ +RehashBl; -- cgit v1.2.1