From 804459860e156d6be1d7f07686e8d334a726a479 Mon Sep 17 00:00:00 2001 From: Kat Shann Date: Mon, 29 Sep 2025 09:19:07 +0100 Subject: [PATCH 1/2] List the SB provisioner as the tool for mass provision. --- documentation/asciidoc/computers/software-sources.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/asciidoc/computers/software-sources.adoc b/documentation/asciidoc/computers/software-sources.adoc index 53fc53793..54b02e2f8 100644 --- a/documentation/asciidoc/computers/software-sources.adoc +++ b/documentation/asciidoc/computers/software-sources.adoc @@ -153,6 +153,9 @@ A tool to provision Raspberry Pi devices at manufacture, including secure boot a https://github.com/raspberrypi/usbboot:: A tool to boot a Raspberry Pi over USB for provisioning Compute Module and Raspberry Pi devices. +https://github.com/raspberrypi/rpi-sb-provisioner:: +A tool to mass provision Raspberry Pi Compute Modules (Compute Module 4 and later are supported). + === Feedback http://github.com/raspberrypi/bookworm-feedback:: From 580f10c5b52b390cc89702a48b1d488e3235d1db Mon Sep 17 00:00:00 2001 From: Kat Shann Date: Mon, 29 Sep 2025 10:29:45 +0100 Subject: [PATCH 2/2] Update documentation/asciidoc/computers/software-sources.adoc --- documentation/asciidoc/computers/software-sources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/software-sources.adoc b/documentation/asciidoc/computers/software-sources.adoc index 54b02e2f8..c44da3efc 100644 --- a/documentation/asciidoc/computers/software-sources.adoc +++ b/documentation/asciidoc/computers/software-sources.adoc @@ -154,7 +154,7 @@ https://github.com/raspberrypi/usbboot:: A tool to boot a Raspberry Pi over USB for provisioning Compute Module and Raspberry Pi devices. https://github.com/raspberrypi/rpi-sb-provisioner:: -A tool to mass provision Raspberry Pi Compute Modules (Compute Module 4 and later are supported). +A tool to mass provision Raspberry Pi devices (Raspberry Pi 5, Compute Module 4, and Compute Module 5 are supported). === Feedback