andreiw / RaspberryPiPkg

DEPRECATED - DO NOT USE | Go here instead ->
https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3
744 stars 143 forks source link

[Proposal] Boot from USB Drive #31

Closed dangi12012 closed 5 years ago

dangi12012 commented 5 years ago

I hear that there are many problems with the SD Card speed. Raspberry supports alternative boot mode from a USB Device: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md

Have you ever tried creating Images for an external USB device? Also I dont know what driver is used for that but I suppose it could be faster than the one from the SD card.

andreiw commented 5 years ago

UEFI can boot from USB stick itself, and I highly recommend installing any OSes (like Linux, etc) onto USB as well.

If/when/once Windows 10 for Pi gets a better dwusb driver, please use USB as well, but this is not a UEFI problem.