-
Notifications
You must be signed in to change notification settings - Fork 265
On Ubuntu rpiboot stops just after 'Successful read 4 bytes' #306
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
Comments
The software installation and commands look correct but it appears that the first full-speed USB transfer is failing. This is sometimes caused by a USB cable issue. Suggestions
|
I run again
Please note the The problem is that event after that the CM5 was not displayed as an external storage! So, I used a Windows system and there I have managed to install the OS on the eMMC. |
Concerning the error message, I noticed that the folder firmware/2711/ has 3 files (2 being symlinks) while firmware/2712 has only 2 symlinks, is it an error? |
No. |
"Please note the File 2712/boot.img not found message." With the verbose |
Describe the bug
I am trying to flash the eMMC on a Raspberry Pi Compute Module 5 Development Kit.
I followed the instructions but finally it stops with
According to other issues it should go further and display something like
Steps to reproduce the behaviour
I did
git clone --recurse-submodules --shallow-submodules --depth=1 https://github.com/raspberrypi/usbboot
cd usbboot/ ; make
sudo ./rpiboot -d mass-storage-gadget64
then it displayed...and there it stops!
Device(s)
Other
Compute Module IO board.
No response
RPIBOOT logs
RPIBOOT: build-date 2025/05/17 pkg-version local 402baf0
Please fit the EMMC_DISABLE / nRPIBOOT jumper before connecting the power and USB cables to the target device.
If the device fails to connect then please see https://rpltd.co/rpiboot for debugging tips.
Loading: mass-storage-gadget64/bootfiles.bin
Using mass-storage-gadget64/bootfiles.bin
Waiting for BCM2835/6/7/2711/2712...
Sending bootcode.bin
Successful read 4 bytes
Waiting for BCM2835/6/7/2711/2712...
Kernel logs
[ 9484.050567] usb 1-1: new high-speed USB device number 11 using xhci_hcd
[ 9484.177077] usb 1-1: New USB device found, idVendor=0a5c, idProduct=2712, bcdDevice= 0.00
[ 9484.177093] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9484.177100] usb 1-1: Product: BCM2712D0 Boot
[ 9484.177105] usb 1-1: Manufacturer: Broadcom
[ 9484.177109] usb 1-1: SerialNumber: 6cd1bdae
Device UART logs
No response
The text was updated successfully, but these errors were encountered: