<andi->
gchristensen: what is a tiny machine in nixos speech? Are you planning to just run it on there or also using nix and updating the system? ;) I am having a hard time with picking embedded boards for that purpose. The RPi3 might somehwat work but it isn't a pleasure to use it. Also many of the newly manufactured ARM boards still come with at most 1GB of RAM or if you are lucky 2GB. With nix already
<andi->
eating around 1GB it is not fun if you arctual workload wants soem RAM as well :/
orivej has quit [Ping timeout: 260 seconds]
<gchristensen>
I wouldn't run nix on the machine
orivej has joined #nixos-aarch64
<Dezgeg>
U-Boot 2018.07 is now up - this fixes a bug in ubootQemuArm and ubootQemuAarch64which prevented using more than 3GB of RAM
Sonarpulse has joined #nixos-aarch64
erickomoto has joined #nixos-aarch64
Sonarpulse has quit [Ping timeout: 276 seconds]
orivej has quit [Ping timeout: 260 seconds]
bennofs has joined #nixos-aarch64
<bennofs>
Would it make sense to include a module for extlinux based board in the nixos hardware config templates?
<bennofs>
so that nixos-generate-config works on raspi for example
<gchristensen>
probably shouldn't since we barely support raspi and certainly not in any reasonable capacity
orivej has joined #nixos-aarch64
Sonarpulse has joined #nixos-aarch64
<grw>
gchristensen: in my experience all the orangepi/nanopi allwinner boards work great with nixos + mainline kernel
<grw>
a bit slow compared to rk3328 or rk3399 though
<gchristensen>
oooh nanopi is a nice looking size
<gchristensen>
a bit more money than I was hoping, but workable!
<grw>
orangepi are very cheap :)
<gchristensen>
not as nice of a size
<gchristensen>
I wan the impossible trifecta, good, cheap, and quick :P
<samueldr>
well, given an infinite timeline, you will
<gchristensen>
:D
<bkchr[m]>
Raspberry pi 3 also works reasonable good with nixos and mainline kernel
<grw>
same size as rock64 tho, which is faster and cheaper (i think)
<grw>
emmc makes a big difference to responsiveness
<gchristensen>
cheaper I'm down with
<samueldr>
emmc is key, sd cards I would say is garbage for a system :(
<bennofs>
i haven't had any problems with nixos on raspi so far
<bennofs>
how about a simple adoption of nixos-generate-config that disables grub and enables extlinux if /boot/extlinux exists? that should cover the sd-image cases
<gchristensen>
we don't build for it in hydra, though, right?
<bennofs>
sd images for aarch64 is built by hydra
<bennofs>
and can run unmodified on rpi
<gchristensen>
oh
<gchristensen>
so
<gchristensen>
I'm very +1 on making nixos work nicely on the rpi3
<samueldr>
I never used nixos-generate-config on SBC