From 14f05613b4795a9070d40b554dff84598d684bb2 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Wed, 27 Mar 2024 10:48:02 +0000 Subject: [PATCH] tools: rpi-eeprom-digest: Improve docs for secure-boot Make it clearer that rpi-eeprom-digest is used create optionally signed hashes for binary files. For secure-boot the update-pieeprom.sh wrapper must be used because only the boot configuration is signed by the customer key rather than the entire SPI flash image. --- rpi-eeprom-digest | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/rpi-eeprom-digest b/rpi-eeprom-digest index 3499752..dfb0f72 100755 --- a/rpi-eeprom-digest +++ b/rpi-eeprom-digest @@ -34,18 +34,27 @@ checkDependencies() { if ! command -v xxd > /dev/null; then die "xxd not found. Try installing the xxd package." fi - fi + fi } usage() { cat <