Skip to content

Commit f152071

Browse files
lurchtdewey-rpi
authored andcommitted
Fix documented RPIBOOT PIDs
Verified personally, and also checked against https://github.com/raspberrypi/usbboot/blob/master/main.c#L130
1 parent cd101e3 commit f152071

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/architecture.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ ACTION=="add", SUBSYSTEM=="usb",
7373
*Action:* Start `[email protected]` with the device path as parameter
7474

7575
*Product IDs:*
76-
* `2764` - Reserved for boot ROM
77-
* `2710` - Raspberry Pi 3 family devices
78-
* `2711` - Raspberry Pi 4 family devices (Raspberry Pi 4, Compute Module 4, Zero 2 W)
76+
* `2764` - Raspberry Pi 3 family devices (Zero 2 W)
77+
* `2711` - Raspberry Pi 4 family devices (Raspberry Pi 4, Compute Module 4)
7978
* `2712` - Raspberry Pi 5 family devices (Raspberry Pi 5, Compute Module 5)
8079

8180
*Rule 2: fastboot mode detection*

0 commit comments

Comments
 (0)