You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. After a few seconds, the Compute Module should appear as a mass storage device. Check the `/dev/` directory, likely `/dev/sda` or `/dev/sdb`, for the device. Alternatively, run `lsblk` and search for a device with a storage capacity that matches the capacity of your Compute Module.
TIP: Alternatively, you can https://github.com/raspberrypi/usbboot[build `rpiboot` from source].
you suggest installing a debian package on linux and then later as part of that process suggest using sudo to run rpiboot
However, sudo is not needed using these instructions. The debian package installs a UDEV rule in /lib/udev/rules.d/70-rpiboot.rules which avoids the need for sudo.
In
documentation/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc
Lines 54 to 78 in e14224a
sudo
to runrpiboot
documentation/documentation/asciidoc/computers/compute-module/cm-emmc-flashing.adoc
Line 72 in e14224a
However,
sudo
is not needed using these instructions. The debian package installs a UDEV rule in/lib/udev/rules.d/70-rpiboot.rules
which avoids the need forsudo
.See
https://github.com/raspberrypi/usbboot/blob/d0a2ed95ade02fbc042d325a22e4a7abcaf8fd34/debian/rpiboot.install#L12
https://github.com/raspberrypi/usbboot/blob/d0a2ed95ade02fbc042d325a22e4a7abcaf8fd34/debian/70-rpiboot.rules#L1
The text was updated successfully, but these errors were encountered: