On Thursday 18 februari 2021 13:36:33 CET Guillaume Gardet wrote:
-----Original Message----- From: Paul Uiterlinden <paulu@xs4all.nl> Sent: 17 February 2021 23:49 To: arm@lists.opensuse.org; Guillaume Gardet <Guillaume.Gardet@arm.com> Cc: nd <nd@arm.com> Subject: Re: RPI4 USB boot fails with kernel 5.10
On Wednesday 17 februari 2021 08:43:42 CET Guillaume Gardet wrote:
It looks like it is https://bugzilla.opensuse.org/show_bug.cgi?id=1180336
Thanks!
So, reset-raspberrypi.ko is probably missing in initrd.
Any way to add that? Unhindered by any knowledge, I tried to create a new initrd with:
dracut --force --add-drivers reset-raspberrypi
That should do it. Do you have any log to share?
Sure. I first did a run without extra options: dracut /boot/initrd1 https://susepaste.org/36932169 Then: dracut --add-drivers reset-raspberrypi /boot/initrd2 https://susepaste.org/16143320 Finally, because I noticed the original initrd is much larger and lsinitrd shows that a lot more options are used, I used these in addition to the --add- drivers option: https://susepaste.org/81617401 All initrds behave the same: OK via SD card, not OK via USB. -- Paul.