<angerman>
The RockPi4 is pretty great. I did push my RockPi4 nixOS images somewhere I think.
<angerman>
What I did was using the sd image generation script for raspberry pis someone posted, which essentially spun up a Linux in a container and used qemu to build the images.
justanotheruser has quit [Ping timeout: 240 seconds]
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos-aarch64
patagonicus1381 has joined #nixos-aarch64
patagonicus1381 has quit [Ping timeout: 246 seconds]
cfinch has quit [Ping timeout: 272 seconds]
cfinch has joined #nixos-aarch64
<Tenzer>
I've noticed the git aarch64 build for 20.09 failed due to a single test failing. I tried to reproduce the failure myself but I can't. Is it possible to retry that build without changing the input, or should that specific test instead be disabled if it's not accurate?
<sphalerite>
Tenzer: I've kicked it to retry the build
noonien has joined #nixos-aarch64
<Tenzer>
sphalerite: Thanks!
<Jonathan50>
I have NixOS running on the SD card of my Pine Phone. Is it possible to do a normal `nixos-build` install process onto the internal storage?
cfinch has quit [Ping timeout: 240 seconds]
cfinch has joined #nixos-aarch64
alp_ has quit [Ping timeout: 272 seconds]
julm has joined #nixos-aarch64
noonien has quit []
Jonathan50 has quit [Ping timeout: 245 seconds]
julm_ has joined #nixos-aarch64
julm has quit [Quit: leaving]
patagonicus1381 has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
cole-h_ has joined #nixos-aarch64
julm_ is now known as julm
alp_ has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-aarch64
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-aarch64
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-aarch64
sarcasticadmin has joined #nixos-aarch64
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-aarch64
t184256 has left #nixos-aarch64 ["Error from remote client"]
t184256 has joined #nixos-aarch64
alp_ has quit [Ping timeout: 272 seconds]
t184256 is now known as monk
alp_ has joined #nixos-aarch64
cfinch has quit [Ping timeout: 260 seconds]
cfinch has joined #nixos-aarch64
lopsided98 has quit [Quit: Disconnected]
alp_ has quit [Ping timeout: 272 seconds]
lopsided98 has joined #nixos-aarch64
julm has quit [Ping timeout: 256 seconds]
cole-h_ is now known as cole-h
alp_ has joined #nixos-aarch64
zupo has joined #nixos-aarch64
julm has joined #nixos-aarch64
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos-aarch64
rajivr has quit [Quit: Connection closed for inactivity]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo 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]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
monk has left #nixos-aarch64 ["Disconnected: Replaced by new connection"]
monk has joined #nixos-aarch64
Darkmatter66 has joined #nixos-aarch64
Darkmatter66_ has quit [Ping timeout: 260 seconds]
<Jake[m]1>
is it safe to use `dtoverlay` in `config.txt` on a RPI4, even if there is no `overlays` directory on `/boot`? I'm trying to get the PoE fan to work using the `poe-hat` overlay.
monk has left #nixos-aarch64 ["Disconnected: Replaced by new connection"]
monk has joined #nixos-aarch64
alp_ has quit [Ping timeout: 272 seconds]
monk has left #nixos-aarch64 ["Disconnected: Replaced by new connection"]
monk has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<lopsided98>
Jake[m]1: I'm not sure what you mean by safe, but it won't work unless the overlays directory contains the configured overlay.
<lopsided98>
I'm pretty sure there is no NixOS tooling for copying the overlays to /boot; you have to do it manually
<Jake[m]1>
<lopsided98 "Jake: I'm not sure what you mean"> I guess I meant safe like will it turn on
<Jake[m]1>
<lopsided98 "I'm pretty sure there is no NixO"> Gotcha. The `hardware.deviceTree` stuff isnt meant for this?
<samueldr>
AFAIUI it's going to pre-apply the dtbo to the FDTs
<samueldr>
(FDT ~= .dtb)
<lopsided98>
Yes, it doesn't use dtoverlay in config.txt. I'm not actually sure it if works if you aren't using U-Boot
<Jake[m]1>
"it" being `hardware.deviceTree`
<Jake[m]1>
What's the status of U-Boot on the RPI4? I thought I saw colemickens or someone say they had it working.
<colemickens>
samueldr merged 2020.10 in, I am booting the 5.4 foundation kernel with it right now.
<Jake[m]1>
Can I see your config?
<samueldr>
Jake[m]1: u-boot on raspberry pi 4 is YMMV, if you search for my PR you can read about one user's issues with it
<samueldr>
I haven't taken the time to look into it more than opening the PR and my initial testing