kai_w has quit [Ping timeout: 272 seconds]
LnL has quit [Ping timeout: 240 seconds]
LnL has joined #nixos-aarch64
LnL has joined #nixos-aarch64
LnL has quit [Changing host]
claudiii has quit [Quit: Connection closed for inactivity]
<craige> I'm reviewing PR #96 samueldr and the nix-builds for the full disk image and boot partition (as documented in README.adoc) are failing with "The option `mobile.boot.stage-1.loop-forever' defined in `<unknown-file>' does not exist." - is that a problem with me, a known problem or sometihng for me to hack on?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/96 (by aszlig, 7 years ago, merged): google-talk-plugin: Prefer Debian package.
<craige> The "building u-boot" is building fine.
lovesegfault has quit [Ping timeout: 256 seconds]
<samueldr> craige: check your local.nix
<samueldr> does it exist?
<samueldr> mobile-nixos#96 also :)
<{^_^}> https://github.com/NixOS/mobile-nixos/pull/96 (by samueldr, 2 days ago, open): device: add pine64-pinephone-braveheart
<samueldr> part of mobile-nixos#97 I added a warning for when local.nix exists
<{^_^}> https://github.com/NixOS/mobile-nixos/pull/97 (by samueldr, 52 minutes ago, open): [WIP] Add release.nix for hydra consumption
lovesegfault has joined #nixos-aarch64
<samueldr> note, craige, that without mobile-nixos#91 you won't be able to cross-compile the rootfs
<{^_^}> https://github.com/NixOS/mobile-nixos/pull/91 (by samueldr, 5 days ago, open): [WIP] rootfs: handle cross-compilation with a dummy rootfs
<craige> oh, that's right :-)
<samueldr> local.nix is a trap, but it's also extremely useful :/
<craige> ah, it's been so long I'd forgotten entirely about local.nix! Time to review that :-)
<samueldr> yeah, soon it'll at least warn you
<craige> TRying again without a local.nix :-)
<samueldr> and with mobile-nixos#91 applied on top?
<{^_^}> https://github.com/NixOS/mobile-nixos/pull/91 (by samueldr, 5 days ago, open): [WIP] rootfs: handle cross-compilation with a dummy rootfs
<craige> Do I need PR #91 if I have a aarch64 build machine configured, samueldr? I use it for Pi images etc
<{^_^}> https://github.com/NixOS/nixpkgs/pull/91 (by aszlig, 7 years ago, merged): chromium: Install libffmpegsumo.so.
<samueldr> craige: the disk-image happens in the same build that is cross-compiled
<samueldr> assuming you cross-compile
<samueldr> so you won't be able to have a "complete" disk image built
lovesegfault has quit [Remote host closed the connection]
lovesegfault has joined #nixos-aarch64
lovesegfault has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
h0m1 has quit [Ping timeout: 256 seconds]
h0m1 has joined #nixos-aarch64
zfnmxt_ has joined #nixos-aarch64
exarkun_ has joined #nixos-aarch64
minicom8 has joined #nixos-aarch64
cptchaos83_ has joined #nixos-aarch64
arianvp_ has joined #nixos-aarch64
nic_ has joined #nixos-aarch64
bdju_ has joined #nixos-aarch64
bdju has quit [*.net *.split]
andi- has quit [*.net *.split]
njd has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
arianvp has quit [*.net *.split]
zfnmxt has quit [*.net *.split]
aminechikhaoui has joined #nixos-aarch64
andi- has joined #nixos-aarch64
edrex has joined #nixos-aarch64
<edrex> any halium stuff in use?
<samueldr> not yet, though likely
<craige> That looked interesting last time I read through it.
<samueldr> craige: just rebased on top of master
<samueldr> now master should cross-compile correctly a minimal disk image
<samueldr> (pretty sure it's not a useful one though)
<samueldr> so no more contortion
<craige> Nice timing!
<craige> I should probably delete the issue I just raised (too long for IRC).
<samueldr> does that fix that issue?
<samueldr> I don't think it should
<craige> Rebased samueldr/nixpkgs or mobile-nixos:device/pine64-pinephone-braveheart
<samueldr> mobile-nixos:device/pine64-pinephone-braveheart
<craige> +1
<samueldr> according to my toy hydra instance, current nixos-unstable should build
<samueldr> haven't tried the image see if it boots
<craige> ooh, I'll ditch your nixpkgs and see how it goes.
<samueldr> though the nixpkgs branch I promoted in the past should be working
<samueldr> lazyAttrsOf is a type part of lib in recent~ish nixpkgs
<samueldr> so it's likely the nixpkgs checkout you were using is old?
<craige> ooh, I'll ditch your nixpkgs and see how it goes.That's what I though, so I tried to inherit in (lib) but got no love.
<craige> ugh.
<craige> That's what I though, so I tried to inherit in (lib) but got no love.
<craige> I'll keep poking it. It's in my local nixpkgs.
<samueldr> something seems weirdly rotten to get that error... <nixpkgs> is used to get the checkout, I assume you set it using NIX_PATH, right?
<craige> Spot on samueldr - NIX_PATH was the issue.
<craige> samueldr++
<{^_^}> samueldr's karma got increased to 183
<samueldr> it was using your system's <nixpkgs> I guess 19.09?
ryantrinkle has quit [Ping timeout: 256 seconds]
<craige> Probably, rather then the locally checked one, which was curremt master.
<craige> It's no building, so we'll see how that goes :-)
<craige> As i've got native aarch64 builders configured, is there a way I can de-couple from cross-compiling trivially?
<samueldr> I don't think so
* craige tried a few ways unsuccessfully already
<craige> Damn :-)
<samueldr> but you can `dd` the rootfs on top of the second partition
<samueldr> you may need to expand it first
<samueldr> that's what I do
<craige> :-)
<samueldr> and fun fact: all rootfses are still the same!
<craige> \o/
<samueldr> pinephone, all aarch64 android devices, chrometab, they all boot the same rootfs
<samueldr> haven't tested with the pinebook pro, but I assume it would
<craige> I currently build SD images for aarch64 Pis and manage them with NixOps, I'm hoping to get to the same point with the Pinephone.
<samueldr> should be possible
<craige> Step one: boot it with mobile-nixos :-)
<samueldr> it needs to be better documented, but there is a way to "import" the mobile-nixos config
<craige> Ah, now that'd be a thing :-)
<craige> I'm just glad to see that image building.
nic_ is now known as njd
zupo has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos-aarch64
h0m1 has quit [Client Quit]
h0m1 has joined #nixos-aarch64
bdju_ has quit [Quit: Reconnecting]
bdju has joined #nixos-aarch64
FRidh has joined #nixos-aarch64
wavirc22 has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
wavirc22 has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos-aarch64
minicom8 is now known as minicom
kai_w has joined #nixos-aarch64
zfnmxt_ is now known as zfnmxt
zupo has joined #nixos-aarch64
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-aarch64
tcip has joined #nixos-aarch64
<tcip> Hi everyone,
<tcip> I have trouble installing NixOS on a Raspberry Pi 3B – I’ve opened a topic on NixOS Discourse: https://discourse.nixos.org/t/nixos-on-raspberry-pi-3b-ssl-ssh-error/6204
<tcip> Anyone having stumble upon this SSL/SSH error booting on the basic sd image?
<clever> tcip: is the date/time set correctly?
<sphalerite> gchristensen: I wrote to ampere for a quote on the mt snow platform, but haven't heard back yet :( would you happen to know of any retailers who might take single-unit orders?
<gchristensen> I know a way to rustle somebody up ...
<sphalerite> oh? :)
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<tcip> @clever: I did not try! Did not think it might be that simple O_o! I’ll check tonight and report on Discourse if it works. Thanks a lot ;)
hexa- has joined #nixos-aarch64
Thra11 has joined #nixos-aarch64
tcip has quit [Quit: Leaving]
lordcirth_ has joined #nixos-aarch64
<sphalerite> gchristensen: details? ;)
<samueldr> the last time (and only time) I got in touch with ampere it took a while before I had a reply
claudiii has joined #nixos-aarch64
disasm has joined #nixos-aarch64
t184256 has left #nixos-aarch64 ["Disconnected: Replaced by new connection"]
t184256 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jtojnar_ has joined #nixos-aarch64
jtojnar_ has quit [Read error: Connection reset by peer]
jtojnar_ has joined #nixos-aarch64
jtojnar_ has quit [Read error: Connection reset by peer]
zupo has joined #nixos-aarch64
lovesegfault has quit [Quit: WeeChat 2.7.1]
Thra11 has quit [Ping timeout: 268 seconds]
Thra11 has joined #nixos-aarch64
Thra11 has quit [Quit: WeeChat 2.7]
h0m1 has quit [Quit: WeeChat 2.7.1]
h0m1 has joined #nixos-aarch64
FRidh has quit [Quit: Konversation terminated!]
cidkid has joined #nixos-aarch64
<cidkid> samueldr: bad news, new boot screen won't even attempt to work on 5/5T
<cidkid> stops before it even gets there
<cidkid> really don't know where to go from here
<samueldr> sorry, haven't made it more trivial since to get debugging/info, but it's near the top of my stack
<samueldr> what I can say, though, is I'm thankful for the early interest you have
<samueldr> makes it hard to say I don't really know what to make you do in the immediate to figure things out :/
<cidkid> Ah, in that case my PR won't be merged for quite awhile then
<cidkid> as mainline is the top of my priority at the moment
<cidkid> the screen might actually show up on mainline now I think of it
<cidkid> although no touchscreen is working atm
<samueldr> yes, that's the silver lining, I know at least you have some great stuff lined up :)
<samueldr> though the PR is great, someone else with the device in the future can pick up from there
<cidkid> the PR isn't dead although it will be like that until at least touchscreen is working, I'm getting a tx error along with USB not working
<cidkid> so it makes thing hard
<cidkid> Although me and the dude know that bluetooth and nfc work oob
<samueldr> in related news https://hydra.nixos.org/jobset/mobile-nixos/unstable we should be able to better track nixpkgs-induced mobile-nixos breakage :)
<samueldr> (and general mobile-nixos breakage)
<cidkid> Ah nice
<cidkid> also we have to split oneplus-cheeseburgerdumplings
<cidkid> just as a heads up
<samueldr> good to know
<cidkid> mainline requires 2 diff dts files
<samueldr> what doesn't match up between them?
<samueldr> ah
<samueldr> might not require it
<samueldr> depending on if the dtbo partition can be used
<cidkid> might not but touchscreens are different
<cidkid> which causes some issues
<cidkid> as what a 5 would use might not work on 5t
<samueldr> though good to know
<samueldr> probably will become two distinct devices part of a family
<cidkid> Oh yeah also wifi should also be trivial
<cidkid> as the driver is in mainline
<cidkid> ath10k
<cidkid> I will say something when mainline is booting on my 5t
<cidkid> I know for a fact it boots on 5
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<cidkid> alright mainline is building
<cidkid> we'll see if it boots
<cidkid> err
<cidkid> aarch64-unknown-linux-gnu-gcc: error: =strict-prototypes: No such file or directoryaarch64-unknown-linux-gnu-gcc: error: =implicit-function-declaration: No such file or directoryaarch64-unknown-linux-gnu-gcc: error: =implicit-int: No such file or directory
<cidkid> any idea why this would be happening
<cidkid> is that a gcc6 error
<cidkid> err might just use postmarketOS base for now