summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJimmy Zhang <jimmzhang@nvidia.com>2015-10-19 16:01:56 -0700
committerStephen Warren <swarren@nvidia.com>2015-10-19 17:33:29 -0600
commitaa869ed597435ec05d5b9f55de64d01a52cc5ea8 (patch)
treeb0877072b080178156aecba4c90857a606d9bfa4 /samples
parent3c3b992a68147981792c4f4fe0f3df5633b13076 (diff)
downloadcbootimage-aa869ed597435ec05d5b9f55de64d01a52cc5ea8.tar.gz
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 <jimmzhang@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/update.cfg1
1 files changed, 1 insertions, 0 deletions
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;