From e5e49940caf53b3c70b8167aa06234e5b215ea2c Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 16 Dec 2021 10:03:04 +0000 Subject: [PATCH] Remove imager beta release --- Readme.md | 15 --------------- imager/.gitignore | 1 - imager/README.md | 17 ----------------- imager/boot.img | Bin 44040192 -> 0 bytes imager/bootcode4.bin | Bin 122168 -> 0 bytes imager/config.txt | 3 --- 6 files changed, 0 insertions(+), 36 deletions(-) delete mode 100644 imager/.gitignore delete mode 100644 imager/README.md delete mode 100644 imager/boot.img delete mode 100644 imager/bootcode4.bin delete mode 100644 imager/config.txt diff --git a/Readme.md b/Readme.md index 7b2fc7f..7c072c9 100644 --- a/Readme.md +++ b/Readme.md @@ -165,18 +165,3 @@ openssl rsa -in private.pem -pubout -out public.pem` #### Copy the secure boot image to the boot partition on the Raspberry Pi. Copy `boot.img` and `boot.sig` to the chosen boot filesystem. Secure boot images can be loaded from any of the normal boot devices (e.g. SD, USB, Network). - -### Raspberry Pi Imager - BETA -The Raspberry Pi Imager can be run natively on the CM4 providing a GUI for downloading and installing the operating system. - -Beta notes: -* The current version runs rpi-update upon completion in order to update the firwamre and kernel. -* uart_2ndstage is enabled -* The HDMI display is limited to 1080p to avoid potential problems with cables etc if a 4K display is attached. - -Run Raspberry Pi Imager: -```bash -sudo ./rpiboot -d imager -``` - -Once the imager is running you will be prompted to remove the micro-usb cable and connect a mouse. diff --git a/imager/.gitignore b/imager/.gitignore deleted file mode 100644 index 424c745..0000000 --- a/imager/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.h diff --git a/imager/README.md b/imager/README.md deleted file mode 100644 index 564de8c..0000000 --- a/imager/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Signing the Raspberry Pi Imager for secure boot - -If secure-boot has been enabled then this image must be signed with -the customer's RSA private key. Otherwise, the SPI EEPROM bootloader -will refused to load this image. - -To do this run: - -```bash -KEY_FILE=$HOME/private.pem -../tools/rpi-eeprom-digest -i boot.img -o boot.sig -k "${KEY_FILE}" -``` - -To run load the USB MSD device drivers via RPIBOOT run -```bash -../rpiboot -d . -``` diff --git a/imager/boot.img b/imager/boot.img deleted file mode 100644 index 491dcf1..0000000 Binary files a/imager/boot.img and /dev/null differ diff --git a/imager/bootcode4.bin b/imager/bootcode4.bin deleted file mode 100644 index 5753561..0000000 Binary files a/imager/bootcode4.bin and /dev/null differ diff --git a/imager/config.txt b/imager/config.txt deleted file mode 100644 index 68a4143..0000000 --- a/imager/config.txt +++ /dev/null @@ -1,3 +0,0 @@ -boot_ramdisk=1 -uart_2ndstage=1 - -- libgit2 0.21.4