My RevPi one day had issues booting. Per the boot sequence, it was unable to detect the emmc and jumped to next boot mode (SD Card), resulting in inability to boot.
I have been trying to connect through rpiboot with the following response:
Code: Select all
"C:\Program Files\Raspberry Pi\rpiboot.exe" -d "C:\Program Files\Raspberry Pi\mass-storage-gadget64"
RPIBOOT: build-date 2026/01/22 pkg-version local 7f7e6eb2
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: C:\Program Files\Raspberry Pi\mass-storage-gadget64/bootfiles.bin
Using C:\Program Files\Raspberry Pi\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...
Second stage boot server
File read: mcb.bin
File read: memsys00.bin
File read: memsys01.bin
File read: memsys02.bin
File read: memsys03.bin
File read: memsys04.bin
File read: memsys05.bin
File read: memsys06.bin
File read: memsys07.bin
File read: memsys08.bin
File read: bootmain
Loading: C:\Program Files\Raspberry Pi\mass-storage-gadget64/config.txt
File read: config.txt
Loading: C:\Program Files\Raspberry Pi\mass-storage-gadget64/boot.img
File read: boot.img
Second stage boot server doneTo this extent the handshake from rpiboot detects the device, but it is unable to read it I get a windows pop-up error that "The USB device was not able to connect".
I am wondering where I should be troubleshooting. Whether it is an issue with the boot mode, or something from rpiboot not being read the emmc.
Thank you in advance.
Shibo