raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
905 stars 229 forks source link

Add support for Pi4 #42

Closed ptesarik closed 5 years ago

ptesarik commented 5 years ago

The BCM2711 can also boot in USB device mode. Note that the boot ROM code now sets the iSerialNumber to 3, but it does not expect the second stage boot server, instead it downloads a single image over USB.

Signed-off-by: Petr Tesarik petr@tesarici.cz