On Sun, Sep 18, 2022 at 12:13:34PM +0200, Martin Pieuchot wrote:
> The rockpro64 no longer boots in multi-user on -current. It hangs after
> displaying the following lines:
>
> rkiis0 at mainbus0
> rkiis1 at mainbus0
>
> The 8/09 snapshot works, the next one from 11/09 doesn't.
Smells like a similar hang in 'rkvop0 at ...' I see on the Pinebook Pro.
Reverting this sys/dev/ofw/fdt.c fixed it (I mailed them already):
revision 1.31
date: 2022/09/11 08:33:03; author: kettenis; state: Exp; lines: +21
-4;
Change OF_getnodebyname() such that lokking up a node using just the
name
without a unit number (so without the @1234 bit) works as well.
ok patrick@, gkoehler@
>
> bsd.rd still boots.
Same on Pinebook Pro.