h0m1 has quit [Ping timeout: 244 seconds]
h0m1 has joined #nixos-aarch64
orivej has joined #nixos-aarch64
<samueldr> #90119 may be of interest, especially since it fixes a long-standing issue with the pi4 sd image
<{^_^}> https://github.com/NixOS/nixpkgs/pull/90119 (by samueldr, 6 minutes ago, open): Fix some pitfalls from the rpi4 specific sd image
<samueldr> I mean, it's important to know about the change since it'll change our usual responses to generation building issues on the pi4 :)
<angerman> The images I use have this at the top:
<samueldr> you mustn't be using the officially built image I guess?
<samueldr> oops, forgot about that PR from cmacrae
<angerman> samueldr: that cross compilation you allude to at the bottom of 90119? What's that exactly referring to?
<samueldr> no need for a docker image
<samueldr> though note that at the current tip of master, it doesn't build, cross is a bit wonky, I had to go back to a commit from april
<samueldr> and note that since this is all different inputs compared to a "native" built, the first rebuild may need to rebuild the whole system
<angerman> would that allow me to build armv7 stuff as well? I'm missing rpi0 images
<samueldr> armv6 for raspberry pi 0
<samueldr> yes, if you build the armv6l example it should boot on the raspberry pi 0 and 1
<samueldr> armv7l on rasberry pi2, or other mainline-supported boards
{^_^} has quit [Excess Flood]
{^_^} has joined #nixos-aarch64
<angerman> yea, I meant armv6 :D The last time I tried to build an image it just failed to build, don't remember the details naymore. Will give it another try.
zupo has joined #nixos-aarch64
cole-h has quit [Quit: Goodbye]
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…]
FRidh has joined #nixos-aarch64
v0|d has quit [Ping timeout: 260 seconds]
alp has joined #nixos-aarch64
Darkmatter66 has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 246 seconds]
Darkmatter66 has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 246 seconds]
zupo has joined #nixos-aarch64
quinn has quit [Ping timeout: 256 seconds]
Darkmatter66 has joined #nixos-aarch64
quinn has joined #nixos-aarch64
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
evax has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp has quit [Remote host closed the connection]
alp has joined #nixos-aarch64
zupo has quit [Remote host closed the connection]
Darkmatter66 has quit [Ping timeout: 264 seconds]
Darkmatter66 has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
Darkmatter66 has quit [Ping timeout: 265 seconds]
Darkmatter66 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
alp has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
blackriversoftwa has quit [Read error: Connection reset by peer]
prusnak has quit [Read error: Connection reset by peer]
blackriversoftwa has joined #nixos-aarch64
prusnak has joined #nixos-aarch64
noonien has quit [Ping timeout: 258 seconds]
zupo has joined #nixos-aarch64
noonien has joined #nixos-aarch64
zupo has quit [Client Quit]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos-aarch64
zupo has joined #nixos-aarch64
rajivr has quit [Quit: Connection closed for inactivity]
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
FRidh has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos-aarch64
pbb_ has joined #nixos-aarch64
pbb has quit [Ping timeout: 272 seconds]
alp has quit [Ping timeout: 272 seconds]
zupo_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 256 seconds]
zupo_ has quit [Remote host closed the connection]
zupo has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-aarch64
zupo has quit [Remote host closed the connection]
zupo has joined #nixos-aarch64
zupo_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 256 seconds]
zupo_ has quit [Quit: Textual IRC Client: www.textualapp.com]
zupo has joined #nixos-aarch64
alp has joined #nixos-aarch64
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rsa_ is now known as rsa
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
FRidh has quit [Quit: Konversation terminated!]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
PirBoazo has joined #nixos-aarch64
<PirBoazo> Hello
<PirBoazo> I try Nixos on ARM , install a minimal system and do a first rebuild on RPI 3B.
<PirBoazo> Somebody know if it possible to activate a xserver ?
<PirBoazo> During the compiltion of driver vmware : i have this error : vmware.c:142:5: error: implicit declaration of function 'outl'
zupo has joined #nixos-aarch64
<adisbladis> PirBoazo: Set services.xserver.videoDrivers to something sensible
<adisbladis> services.xserver.videoDrivers = [ "modesetting" ]
<adisbladis> Is probably what you want
<adisbladis> Good reminder to write a release note for https://github.com/NixOS/nixpkgs/pull/88718
<{^_^}> #88718 (by adisbladis, 2 weeks ago, open): services.x11.videoDrivers: Don't include vmware driver on non-x86 platforms
<PirBoazo> OK i try this ;-)
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
<PirBoazo> a new generation but .... i must look at log ...., perhaps memory pb
<PirBoazo> Thank you
PirBoazo has quit [Quit: Bonne Fin de Journée]
zarel has joined #nixos-aarch64
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
cole-h has joined #nixos-aarch64
<samueldr> adisbladis: can you now do every other PR I intended to do but never got around to?
<gchristensen> me too
<samueldr> (joking because I intended to do the thing about vmware in video drivers, but never got around to)
<adisbladis> samueldr: :3
orivej_ has quit [Ping timeout: 260 seconds]
<samueldr> though I think your solution (always remove it) is much better than conditionally doing it
orivej has joined #nixos-aarch64
<samueldr> it's not as if a majority of the nixos x11 users were running on x11
<samueldr> oops, on vmware*
alp has quit [Ping timeout: 272 seconds]
ashkitten has quit [Quit: WeeChat 2.8]
ashkitten has joined #nixos-aarch64
alp has joined #nixos-aarch64
mla has joined #nixos-aarch64
<samueldr> I can't wait for this to get here https://blog.kobol.io/2020/06/10/helios64-update2/
<samueldr> it should make a pretty fun project with nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 240 seconds]
ryantrinkle has quit [Ping timeout: 256 seconds]
cript0nauta has quit [Ping timeout: 260 seconds]
alp has quit [Ping timeout: 272 seconds]
cript0nauta has joined #nixos-aarch64
<cript0nauta> the helios64 looks great!
<cript0nauta> i wanted to get one but they were out of stock so i got an odroid HC2 instead, that also works nice
<cript0nauta> it's cheaper but only supports one drive and has a single ethernet card :(
<Ox4A6F> Nice, waiting for Q4 2020: https://wiki.kobol.io/helios64/intro/
<samueldr> Ox4A6F: got one ordered?
<samueldr> btw, if y'all haven't looked into it much, it's pretty well designed imo
<samueldr> e.g. using standard ATX pinout, and footprints
<Ox4A6F> No, waiting for ECC version.
<samueldr> ECC version?
<samueldr> oh, that's something I hadn't seen
<samueldr> now I'll have to trash mind
<samueldr> mine*
<samueldr> (not really)
<samueldr> so yeah, you could realistically move the motherboard into a "normal" computer case if it fits your fancy
globin has joined #nixos-aarch64
globin_ has quit [Ping timeout: 260 seconds]
globin has quit [Ping timeout: 272 seconds]
<samueldr> matthewbauer1: if you need to discuss more about #90119 you can ask here if you prefer a more direct chat, I don't know if I'm being clear enough, it *is* a bit confusing
<{^_^}> https://github.com/NixOS/nixpkgs/pull/90119 (by samueldr, 20 hours ago, open): Fix some pitfalls from the Raspberry Pi 4 specific sd image