Darkmatter66 has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #nixos-aarch64
ib07 has quit [Ping timeout: 256 seconds]
justanotheruser has quit [Ping timeout: 272 seconds]
alp has quit [Ping timeout: 272 seconds]
tilpner has joined #nixos-aarch64
Darkmatter66_ has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 258 seconds]
alp has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
monk has left #nixos-aarch64 ["Error from remote client"]
monk has joined #nixos-aarch64
<patagonicus>
Oh. Just spent some time bumping the hardkernel kernel version in nixpkgs, only to then notice that it's the same one that I already opened a pull request for. :D
<patagonicus>
Would someone mind taking a look at https://github.com/NixOS/nixpkgs/pull/93017 ? If there's more needed for that to be merged just let me know and I'll try to get it done.
ninjin has quit [Remote host closed the connection]
ninjin has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
ib07 has joined #nixos-aarch64
<Ke>
when booting with u-boot , I only get the login once boot is finished, but I do not get eg. recovery shell in initrd nor kernel messages on the screen before the boot is done
ib07 has quit [Ping timeout: 256 seconds]
ib07 has joined #nixos-aarch64
<samueldr>
Ke: you might need the appropriate modesetting drivers for your platform
<Ke>
I don't think it's a driver issue, since I get output exactly when boot is done, not when modules get loaded early on
<Ke>
oh this is serial port on my router
<Ke>
aarch64
<samueldr>
oh
<samueldr>
yeah
<samueldr>
last console= argument gets the kernel console
<samueldr>
but systemd spawns a getty on each console= arguments
<clever>
the kernel sends logs to each console=, but only the last one is input during early boot