raspberrypi / usbboot

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

secure-boot-updates #117

Closed timg236 closed 2 years ago

timg236 commented 2 years ago

Update the pieeprom.bin files with 2022-02-22 that has the EMMC timeout fix in secure-boot mode.

I've also added a more useful boot.img that contains rootfs.cpio.gz initram fs booting to a 64-bit busybox shell and verified that USB works. I'll publish the buildroot recipes etc at some point but there's still a few manual hacks required at the moment.

timg236 commented 2 years ago

@peterharperuk @pelwell

peterharperuk commented 2 years ago

Nice. Looks good. I might have use for your buildroot image for booting ipv6

timg236 commented 2 years ago

Nice. Looks good. I might have use for your buildroot image for booting ipv6

One of the changes was to create a defconfig that strips out as many modules as possible including IPV6, although the idea was that people could fork this and then re-add just the stuff that they need.