Darkmatter66 has joined #nixos-aarch64
Darkmatter66_ has quit [Ping timeout: 264 seconds]
<gchristensen> w00t shrinking /nix/store/6p88ys7hr69q405cgr9qfcyqx0kgqk48-gcc-9.3.0/libexec/gcc/armv7l-unknown-linux-gnueabihf/9.3.0/cc1
alp has quit [Ping timeout: 272 seconds]
rajivr has joined #nixos-aarch64
CyberManifest has joined #nixos-aarch64
orivej has quit [Ping timeout: 272 seconds]
heywoodlh has quit [Ping timeout: 265 seconds]
heywoodlh has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 264 seconds]
heywoodlh_ has joined #nixos-aarch64
h0m1 has joined #nixos-aarch64
heywoodlh has quit [Ping timeout: 256 seconds]
CyberManifest has quit [Quit: Leaving...]
veleiro has joined #nixos-aarch64
ib07 has quit [Ping timeout: 240 seconds]
ib07 has joined #nixos-aarch64
ib07 has quit [Max SendQ exceeded]
ib07 has joined #nixos-aarch64
ib07 has quit [Max SendQ exceeded]
ib07 has joined #nixos-aarch64
ib07 has quit [Max SendQ exceeded]
ib07 has joined #nixos-aarch64
alp has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
tilpner has quit [Quit: tilpner]
cole-h has quit [Ping timeout: 265 seconds]
FRidh has joined #nixos-aarch64
orivej has joined #nixos-aarch64
alpernebbi has joined #nixos-aarch64
veleiro has quit [Ping timeout: 256 seconds]
AmandaC has quit [Quit: Toodles]
AmandaC has joined #nixos-aarch64
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.
<{^_^}> #93017 (by Patagonicus, 16 weeks ago, open): linux_hardkernel_4_14: 4.14.165-172 -> 4.14.180-176
zarel has quit [Quit: ZNC 1.7.5 - https://znc.in]
zarel has joined #nixos-aarch64
justanotheruser has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
Acou_Bass has quit [Ping timeout: 256 seconds]
Acou_Bass has joined #nixos-aarch64
alp has joined #nixos-aarch64
alan__ has joined #nixos-aarch64
alan__ has quit [Client Quit]
alan_ has joined #nixos-aarch64
alan_ has quit [Client Quit]
cole-h has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
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
<clever> then systemd does what samueldr said
<{^_^}> #42255 (by dezgeg, 2 years ago, open): WIP: Log stage-{1,2} output to secondary consoles
<Ke> my only option is console=ttyS0
<samueldr> Ke: only that you configured, or only in /proc/cmdline?
<samueldr> oh!
<samueldr> baud rate
<samueldr> u-boot could be using a baud rate X, linux a baud rate Y, then getty re-negotiates X
<Ke> but I would think baud rate must be assumed correct, since it works after boot
<samueldr> IIRC getty can guess at the baud rate [citation needed]
<samueldr> but that's something you can observe with e.g. rockchip setups
<Ke> really?
<samueldr> I'm pretty sure
<Ke> but I don't get any garbage or anything like that
<samueldr> console=ttyS2,115200n8 <- setup the baud rate with ,something
<Ke> and this is the normal 115200
<samueldr> the "normal"?
<samueldr> :)
<samueldr> try appending ,115200n8 to your console name
<Ke> I can assure you, it's normal
<samueldr> AFAIK the kernel assumes the "other normal" baud rate [baseless assumption]
<Ke> well I could try
<samueldr> >> Default is 9600n8. The maximum baudrate is 115200.
<samueldr> getty indeed seems to be able to cope with multiple baud rates
<Ke> do you know, why I see no garbage?
<samueldr> not positive, I always assumed that *totally wrong* baud rate is detected and just not used
<samueldr> rather you'd need something that looks about right, but is something else
<Ke> hmm the difference is more than 10x so no stop bit gets seen though ever
zupo has joined #nixos-aarch64
<samueldr> I really don't know enough to say :)
<samueldr> but I can say what I observed
alp has joined #nixos-aarch64
CyberManifest has joined #nixos-aarch64
cole-h has quit [Ping timeout: 240 seconds]
alp has quit [Ping timeout: 272 seconds]
FRidh has quit [Quit: Konversation terminated!]
alp has joined #nixos-aarch64
Darkmatter66_ has quit [Ping timeout: 260 seconds]
Darkmatter66 has joined #nixos-aarch64
<Ke> samueldr: thanks, just setting speed as parameter helped
<samueldr> good to know
<samueldr> what board was this on?
<Ke> macchiatobin
<Ke> still my only real hw nixos
<Ke> except at work
<Ke> linux-5.9 is not booting at all, so I need this
<Ke> I started also upstreaming my nixos changes, at least the patch for pam_ssh_agent_auth pam module is not getting any attention
<Ke> nothing arm specific though
<samueldr> it was more about collating the board name next to a possible solution for future log readers :)
<Ke> well I guess the solution applies to any board with this issue
<Ke> recommended way fo booting mcbin is EFI, so it's actually less applicable to mcbin that other boards
<Ke> than
alpernebbi has quit [Quit: alpernebbi]
CyberManifest has quit [Quit: Leaving...]
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #nixos-aarch64
ky0ko has quit [Remote host closed the connection]
ky0ko has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
Acou_Bass has quit [Ping timeout: 264 seconds]
Acou_Bass has joined #nixos-aarch64