I am trying to boot a aarch64 system on my Raspberry Pi 3B from an USB drive.
Everything works well when I boot a 32 bits system or the 64 bits one from SD card.
The boot.txt file says
Code: Select all
# Set root partition to the second partition of boot device
part uuid ${devtype} ${devnum}:2 uuid
setenv bootargs console=ttyS1,115200 console=tty0 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}"
The Pi seems to boot, but after the boot sequence, when the kernel is supposed to be loaded, all the USB devices shut down.
I don't have any screen, so I suppose it's related the USB drivers of the kernel which cannot handle USB devices (since everything works from SD card).
Do you have any idea?
Thank you in advance.
PS: I have asked on the Archlinux ARM Forum, I haven't got any response.