From 5e0ae34d24d742a32ce7baa2b8f20dcee66bdf93 Mon Sep 17 00:00:00 2001 From: dp111 <19616418+dp111@users.noreply.github.com> Date: Fri, 6 May 2022 16:19:54 +0100 Subject: [PATCH] Typos --- Readme.md | 2 +- debian/changelog | 2 +- recovery/README.md | 2 +- secure-boot-recovery/README.md | 2 +- tools/make-boot-image | 2 +- tools/update-pieeprom.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 749eba9..aa9c913 100644 --- a/Readme.md +++ b/Readme.md @@ -190,7 +190,7 @@ must be 2048 bits. ``` #### Hardware security modules `rpi-eeprom-digest` is a shell script that wraps a call to `openssl dgst -sign`. -If the private key is stored withing a hardware security module instead of +If the private key is stored within a hardware security module instead of a .PEM file the `openssl` command will need to be replaced with the appropriate call to the HSM. `rpi-eeprom-digest` called by `update-pieeprom.sh` to sign the EEPROM config file. diff --git a/debian/changelog b/debian/changelog index 7c47e32..d8e4158 100644 --- a/debian/changelog +++ b/debian/changelog @@ -125,7 +125,7 @@ rpiboot (20210714~083443) buster; urgency=medium * Don't load bootcode from the overlay directory * pieeprom-2021-01-16: Update to latest release for BCM2711 XHCI boot * Update EEPROM image to latest CM4 manufacturing image + configuration - * msd: CM4: Fix occasionaly USB errors + * msd: CM4: Fix occasional USB errors * Add native Raspberry Pi Imager port - beta * Update Raspberry Pi 4 EEPROM to pieeprom-2021-07-06 diff --git a/recovery/README.md b/recovery/README.md index aa948d6..debde99 100644 --- a/recovery/README.md +++ b/recovery/README.md @@ -2,7 +2,7 @@ To update the SPI EEPROM bootloader on a Compute Module 4. * Modify the EEPROM configuration as desired * Optionally, replace pieeprom.original.bin with a custom version. The default - version here is the latest stable release recommeded for use on Compute Module 4. + version here is the latest stable release recommended for use on Compute Module 4. N.B The `bootcode4.bin` file in this directory is actually the `recovery.bin` file used on Raspberry Pi 4 bootloader update cards. diff --git a/secure-boot-recovery/README.md b/secure-boot-recovery/README.md index 2b5cf81..0d752f8 100644 --- a/secure-boot-recovery/README.md +++ b/secure-boot-recovery/README.md @@ -11,7 +11,7 @@ must be used to enable RPIBOOT if pulled low. The available GPIOs are 2,4,5,6,7, since these are high by default. ### Step 1 - Erase the EEPROM -In order to avoid this OTP configuration being accidently set on Pi 4B / Pi 400 +In order to avoid this OTP configuration being accidentally set on Pi 4B / Pi 400 this option can only be set via RPIBOOT. To force RPIBOOT on a Pi 4B / Pi 400 erase the SPI EEPROM. diff --git a/tools/make-boot-image b/tools/make-boot-image index 39e6efc..ec6b98c 100755 --- a/tools/make-boot-image +++ b/tools/make-boot-image @@ -135,7 +135,7 @@ createstaging() { checkDependencies() { if [ ! -f /sbin/mkfs.fat ]; then - die "mkfs.fat is requried. Run this script on Linux" + die "mkfs.fat is required. Run this script on Linux" fi } diff --git a/tools/update-pieeprom.sh b/tools/update-pieeprom.sh index 6df0a87..669e670 100755 --- a/tools/update-pieeprom.sh +++ b/tools/update-pieeprom.sh @@ -77,7 +77,7 @@ update_eeprom() { fi update_version=$(strings "${src_image}" | grep BUILD_TIMESTAMP | sed 's/.*=//g') if [ "${BOOTLOADER_SECURE_BOOT_MIN_VERSION}" -gt "${update_version}" ]; then - die "Source bootloader image ${src_image} does not support secure-boot. Please use a newer verison." + die "Source bootloader image ${src_image} does not support secure-boot. Please use a newer version." fi TMP_CONFIG_SIG="$(mktemp)" -- libgit2 0.21.4