On Mon, Mar 06, 2017 at 12:36:55AM +1100, Jonathan Gray wrote:
> The arm64 miniroot and bsd.rd already include fixup.dat and dtbs
> from https://github.com/raspberrypi/firmware/tree/master/boot
>
> There is no need to manually change them.
I managed to get usb booting to work on a external powered device, bus
powered so far is not working for me.
Also, I need to keep the sd card in, I might have done something
wrong with the setting of the vars. If I leave the sd card out nothing
happens on power up.
By telling u-boot to prefer usb0 over mmc0 I got usb booting to work:
setenv boot_targets usb0 mmc0 pxe dhcp
saveenv
-Otto