From a83f76885834d5f457e2c979d1c1d3cb091ba33f Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Fri, 27 Sep 2024 15:40:05 +0100 Subject: [PATCH 1/3] cm-emmc-flashing: Update to refer to the mass-storage-gadget On CM4 / CM5 the mass storage gadget is much faster than the previous VPU firmware USB MSD gadget implemenation. Point readers towards this first. --- .../asciidoc/computers/compute-module/cm-emmc-flashing.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc b/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc index ca7607143..1bef41f27 100644 --- a/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc +++ b/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc @@ -103,7 +103,10 @@ To set up software on a Windows host device: . Connect the IO Board to power. Windows should discover the hardware and configure the required drivers. -. Double-click on `RPiBoot.exe` to run it. After a few seconds, the Compute Module eMMC should appear as a USB mass storage device. +. On CM4 or CM5 run the 'Raspberry Pi - Mass Storage Gadget - 64-bit' from the start menu. After a few seconds, the Compute Module eMMC or NVMe will appear as USB mass storage devices. This also provides a debug console as a serial port gadget. + +. On CM3 or older select 'rpiboot' Double-click on `RPiBoot.exe` to run it. After a few seconds, the Compute Module eMMC should appear as a USB mass storage device. + TIP: Alternatively, you can https://github.com/raspberrypi/usbboot[build `rpiboot` from source]. From aa6d18b4174cd8c17f668f8b5b39c6342e3120b6 Mon Sep 17 00:00:00 2001 From: nate contino Date: Fri, 4 Oct 2024 15:08:36 +0100 Subject: [PATCH 2/3] Copy edit --- .../asciidoc/computers/compute-module/cm-emmc-flashing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc b/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc index 1bef41f27..a2dbcf1bf 100644 --- a/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc +++ b/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc @@ -103,9 +103,9 @@ To set up software on a Windows host device: . Connect the IO Board to power. Windows should discover the hardware and configure the required drivers. -. On CM4 or CM5 run the 'Raspberry Pi - Mass Storage Gadget - 64-bit' from the start menu. After a few seconds, the Compute Module eMMC or NVMe will appear as USB mass storage devices. This also provides a debug console as a serial port gadget. +. On CM4 and later devices, select 'Raspberry Pi - Mass Storage Gadget - 64-bit' from the start menu. After a few seconds, the Compute Module eMMC or NVMe will appear as USB mass storage devices. This also provides a debug console as a serial port gadget. -. On CM3 or older select 'rpiboot' Double-click on `RPiBoot.exe` to run it. After a few seconds, the Compute Module eMMC should appear as a USB mass storage device. +. On CM3 or older devices, select 'rpiboot'. Double-click on `RPiBoot.exe` to run it. After a few seconds, the Compute Module eMMC should appear as a USB mass storage device. TIP: Alternatively, you can https://github.com/raspberrypi/usbboot[build `rpiboot` from source]. From 140923d5711e18aa3d16d61423717ca4a12aba4f Mon Sep 17 00:00:00 2001 From: nate contino Date: Fri, 4 Oct 2024 15:10:27 +0100 Subject: [PATCH 3/3] Update documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc --- .../asciidoc/computers/compute-module/cm-emmc-flashing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc b/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc index a2dbcf1bf..ae22dcd2d 100644 --- a/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc +++ b/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc @@ -103,9 +103,9 @@ To set up software on a Windows host device: . Connect the IO Board to power. Windows should discover the hardware and configure the required drivers. -. On CM4 and later devices, select 'Raspberry Pi - Mass Storage Gadget - 64-bit' from the start menu. After a few seconds, the Compute Module eMMC or NVMe will appear as USB mass storage devices. This also provides a debug console as a serial port gadget. +. On CM4 and later devices, select **Raspberry Pi - Mass Storage Gadget - 64-bit** from the start menu. After a few seconds, the Compute Module eMMC or NVMe will appear as USB mass storage devices. This also provides a debug console as a serial port gadget. -. On CM3 or older devices, select 'rpiboot'. Double-click on `RPiBoot.exe` to run it. After a few seconds, the Compute Module eMMC should appear as a USB mass storage device. +. On CM3 and older devices, select **rpiboot**. Double-click on `RPiBoot.exe` to run it. After a few seconds, the Compute Module eMMC should appear as a USB mass storage device. TIP: Alternatively, you can https://github.com/raspberrypi/usbboot[build `rpiboot` from source].