Skip to content

Commit

Permalink
cm-emmc-flashing: Update to refer to the mass-storage-gadget
Browse files Browse the repository at this point in the history
On CM4 / CM5 the mass storage gadget is much faster than the previous
VPU firmware USB MSD gadget implemenation. Point readers towards
this first.
  • Loading branch information
timg236 committed Sep 27, 2024
1 parent 385d10d commit a83f768
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down

0 comments on commit a83f768

Please sign in to comment.