<angerman>
the nixos sd images from hydra should bring up an uart serial console right?
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
<andi->
Not sure about that. I remember trying to fiddle with that a year ago.. Maybe things changed.
<angerman>
it seems to only bring up the initial u-boot. And ends with "Starting kernel ...", then nothing :-/
FRidh has joined #nixos-aarch64
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-aarch64
Acou_Bass has quit [Quit: byeeeeeeeeeeeeeee]
Acou_Bass has joined #nixos-aarch64
orivej has joined #nixos-aarch64
<samueldr>
it will bring consoles on the UART listed in the config, and boot messages in one of them (since mirroring is not implemented yet)
<samueldr>
so if the serial device for your board is not listed, it will not eventually show the console
<samueldr>
to see boot messages, maybe the easier one to do quickly is edit the extlinux.conf file in the first partition, and put only the serial console that should exist for your board in the boot parameters
<samrose>
Error: No Input(s) have been defined. Aborting
<samrose>
woops
<samrose>
yeah, anyway it works :-D
<samrose>
I will pr this
grw has quit [Quit: WeeChat 1.4]
<mthst>
when enabling boot.initrd.network the af_packet kernel module is loaded but in my case modprobe can't find it. is this an arm-specific problem?
<sphalerite>
mthst: it may be because of your kernel config. Are you using a standard kernel, or a device-specific one?
<mthst>
i'm not sure. how do you tell?
<mthst>
sphalerite: here's `uname -a`: Linux 5.0.10 #1-NixOS SMP PREEMPT Sat Apr 27 07:37:45 UTC 2019 aarch64 GNU/Linux
<sphalerite>
mthst: looks like a standard kernel. What does zgrep PACKET /proc/config.gz say?
<mthst>
depmod: WARNING: could not open modules.order at /nix/store/vdkaplpxjazzkdnrdr0jz76xznq1di48-linux-5.0.10-modules-shrunk/lib/modules/5.0.10: No such file or directory
<mthst>
depmod: WARNING: could not open modules.builtin at /nix/store/vdkaplpxjazzkdnrdr0jz76xznq1di48-linux-5.0.10-modules-shrunk/lib/modules/5.0.10: No such file or directory
<clever>
mthst: what part of that directory does exist? what is in it?