From a83f76885834d5f457e2c979d1c1d3cb091ba33f Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Fri, 27 Sep 2024 15:40:05 +0100 Subject: [PATCH] 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].