raspberrypi / usbboot

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

Fix serial check for BCM2838 / BCM2711 #46

Closed timg236 closed 4 years ago

timg236 commented 4 years ago

The second stage can/will support file-server so don't force bootcode.bin for 2711. The second stage will (probably) reply with SerialNumber==1 when it wants the file-server as on Pi3.

timg236 commented 4 years ago

Thanks !