Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cm-emmc-flashing: Update to refer to the mass-storage-gadget #3861

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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.
nathan-contino marked this conversation as resolved.
Show resolved Hide resolved


TIP: Alternatively, you can https://github.com/raspberrypi/usbboot[build `rpiboot` from source].

Expand Down