usbboot icon indicating copy to clipboard operation
usbboot copied to clipboard

Raspberry Pi USB booting code, moved from tools repository

Results 18 usbboot issues
Sort by recently updated
recently updated
newest added

### Describe the bug When connecting a Zero W with no SD card inserted, it is not detected as a USB device by a connected M1 Macbook Air. A Zero...

### Describe the bug Building for macOS following the instructions fails on finding `libusb-1.0/libusb.h`. Reason is that `main.c` includes `libusb-1.0/libusb.h` where it should include `libusb.h`. ### Steps to reproduce the...

### Describe the bug Most software allows the user installation to select an installation prefix when building from source. Commonly this is /usr/local. rpiboot/Makefile has hardcoded installation into /usr. ###...

enhancement

### Describe the bug This is my carrier board: https://www.makerfabs.com/raspberry-pi-cm4-tv-stick.html This is the OS that seems to have broken it: https://www.home-assistant.io/ _I've submitted a request for help with each team...

awaiting update

### Describe the bug RPIBOOT: build-date Feb 9 2024 version 20221215~105525 20a431c6 Waiting for BCM2835/6/7/2711/2712... Loading embedded: bootcode4.bin Sending bootcode.bin Failed to read correct length, returned 0 chhe@pop-os:~/usbboot$ sudo ./rpiboot...

### Describe the bug This is the documentation of the `program_rpiboot_gpio` option: https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/raspberry-pi/bcm2711-bootloader.adoc#program_rpiboot_gpio It says: > Only one GPIO may be selected and the available options are 2, 4, 5,...

Hello, I'm trying to flash the CM4 on the official IO board. The jumper has been set to 'Fit jumper to disable eMMC Boot' and I am using the latest...

awaiting update

The Pi bootcode expects the boot_message.length field to be sent in little endian, and sends the message.command in little endian. Make sure they are converted from whatever the host is...

Rework the instructions to remove ambiguities i bumped into when first trying to understand it.

Failure may come from the device or the host, so report both return codes. "Failed : -4,0x0" indicates "LIBUSB_ERROR_NO_DEVICE", which I am seeing 25% of the time regardless of the...