<fps>
now i wonder if it's safe to delete the contents of /boot/old/
<lopsided98>
fps: I think they should be deleted if you run nix-collect-garbage -d and then rebuild
<fps>
lopsided98: i tried sudo nix-collect-garbage -d. they are still there. will try a rebuild now then
<samueldr>
lopsided98: collection never collects boot related files
<samueldr>
lopsided98: well, when they are copied
<samueldr>
(it would collect those in /nix/store if it directly uses nix store paths)
<samueldr>
I intend to look into the u-boot + pi4 kernel situation tomorrow, see if we can make an image that is mostly the same as the other one, but with the foundation's kernel
<fps>
that's what i figured.
<samueldr>
such an image should be in-place upgradable to a full mainline image once mainline is fully compatible with the pi (if desired)
<samueldr>
and at the very least, it won't have that issue of /boot filling up
<lopsided98>
nix-collect-garbage -d deletes the old generations, and then the raspberry pi bootloader builder deletes the old files when the next rebuild occurs because it sees the generations have disappeared
<{^_^}>
#89317 (by delroth, 21 hours ago, open): patchelf: increase the page size alignment on Aarch64 to support 64K pages
ryantrinkle has joined #nixos-aarch64
dongcarl has joined #nixos-aarch64
<gchristensen>
delroth: I wonder if that should go upstream
simpson has quit [Remote host closed the connection]
simpson has joined #nixos-aarch64
<delroth>
gchristensen: I think ideally it should, but I'm not super confident about the fact that it can get there any time soon + get in a release.
<delroth>
patchelf is currently broken for cross-compilation between systems that have different max page sizes, and it's not reproducible on systems that can have different max page sizes on the same system
julm_ has joined #nixos-aarch64
julm has quit [Ping timeout: 260 seconds]
julm has joined #nixos-aarch64
julm_ has quit [Quit: leaving]
orivej has quit [Ping timeout: 246 seconds]
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-aarch64
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
FRidh has quit [Ping timeout: 246 seconds]
FRidh has joined #nixos-aarch64
FRidh has quit [Quit: Konversation terminated!]
orivej has quit [Ping timeout: 258 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alp has quit [Ping timeout: 272 seconds]
Thra11 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp has joined #nixos-aarch64
alp has quit [Ping timeout: 246 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alp has joined #nixos-aarch64
<samueldr>
dan_b`: if you try the LED thing, the patch is highly WIP, so it'd require cleanups I suppose, but if it's going to work for your device, the patch should be sufficient