On Nov 05 13:44:33, h...@stare.cz wrote: > On Oct 28 09:20:20, j...@jsg.id.au wrote: > > On Wed, Oct 27, 2021 at 06:31:15PM +0200, Jan Stary wrote: > > > On Oct 23 19:07:55, h...@stare.cz wrote: > > > > On Oct 21 18:28:16, h...@stare.cz wrote: > > > > > On Oct 21 12:40:37, mark.kette...@xs4all.nl wrote: > > > > > > > Date: Thu, 21 Oct 2021 11:54:36 +0200 > > > > > > > From: Jan Stary <h...@stare.cz> > > > > > > > > > > > > > > This is Raspberry 4 Model B, trying to install current/arm64 > > > > > > > from a miniroot dd'd to a uSD card. > > > > > > > > > > > > > > U-Boot boots fine, gets to boot> > > > > > > > where I 'set tty fb0' as per INSTALL.arm64 > > > > > > > which make the console output go to the monitor > > > > > > > (the micro HDMI to a HDMI in a monitor). > > > > > > > > > > > > > > The I boot bsd.rd, which goes well until it gets to the > > > > > > > (I)nstall (U)pgrade (A)utoinsytall (S)hell? > > > > > > > line: now no keypress does anything. This is the > > > > > > > same keyboard on which I typed 'set tty fb0' seconds ago. > > > > > > > > > > > > > > Yes, I tried with many keyboards. > > > > > > > Am I missing something obvious? > > > > > > > > > > > > I fear the U-Boot that shipped with the 7.0 release is broken. I > > > > > > "fixed" -current such that the kernel doesn't panic, but it means > > > > > > xhci(4) no longer attaches. > > > > > > > > > > I don't think we have a fixed u-boot yet. So for now it would be > > > > > > best > > > > > > to put the u-boot from 6.9 onto your SD card. > > > > > > > > > > Thanks, that works. > > > > > > > > Is the fix specific to the RPI4? > > > > Or does the Oct 23 snapshot contain a better fix? > > > > > > > > I just installed a current snapshot on a RPI3, > > > > without the need to replace the u-boot. > > > > > > With the latest (Oct 26) arm64 snapshot too, > > > I need to replace das u-boot with the 6.9 one > > > to boot on RPI4 - but don't need to on RPI3. > > With the current miniroot, the bsd.rd boot stops with > > xhci0: host system error. > > > Does the rpi_arm64 u-boot.bin from the 2021.10p0 package work? > > https://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/aarch64/u-boot-aarch64-2021.10p0.tgz > > Meanwhile at p1; no, it shows the same error. > But it seems to be the same u-boot.bin as in the current miniroot. > So I am using das u-boot from th 6.9 miniroot, that works.
As with the previous versions of the u-boot, the problem only shows on RPI4, not on RPI3. Jan