t184256 has left #nixos-aarch64 ["Disconnected: Replaced by new connection"]
t184256 has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 252 seconds]
h0m1 has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos-aarch64
orivej_ has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
andi- has quit [Ping timeout: 256 seconds]
lovesegfault has quit [Quit: WeeChat 2.8]
andi- has joined #nixos-aarch64
lovesegfault has joined #nixos-aarch64
FRidh has joined #nixos-aarch64
Darkmatter66_ has quit [Ping timeout: 265 seconds]
Darkmatter66 has joined #nixos-aarch64
lovesegfault has quit [Ping timeout: 252 seconds]
zupo has joined #nixos-aarch64
FRidh2 has joined #nixos-aarch64
FRidh has quit [Ping timeout: 265 seconds]
zupo has quit [Read error: Connection reset by peer]
zupo has joined #nixos-aarch64
zupo has quit [Ping timeout: 256 seconds]
zupo has joined #nixos-aarch64
Darkmatter66_ has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Darkmatter66 has quit [Ping timeout: 264 seconds]
zupo has joined #nixos-aarch64
zupo has quit [Ping timeout: 260 seconds]
ehmry has left #nixos-aarch64 ["https://quassel-irc.org - Chat comfortably. Anywhere."]
orivej has quit [Ping timeout: 240 seconds]
Darkmatter66_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 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 [Quit: My MacBook has gone to sleep. ZZZzzz…]
FRidh2 has quit [Ping timeout: 240 seconds]
FRidh2 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
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…]
Darkmatter66_ has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 256 seconds]
zupo has joined #nixos-aarch64
Darkmatter66_ has quit [Ping timeout: 256 seconds]
Darkmatter66 has joined #nixos-aarch64
ekleog_ has quit [Quit: WeeChat 2.7.1]
ekleog has joined #nixos-aarch64
bennofs is now known as ALLES_bennofs
lovesegfault has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
kloenk has joined #nixos-aarch64
<kloenk> I'm trying to port mobile-nixos onto my mobile phone. I got the kernel to compile, but fastboot says: FAILED (remote: 'dtb not found'). can anybody help me with that?
<samueldr> kloenk: which device?
<kloenk> scorpio (xiaomi mi note 2)
<samueldr> ensure CONFIG_BUILD_ARM64_DT_OVERLAY=y
<samueldr> or if it's not one with CONFIG_BUILD_ARM64_DT_OVERLAY, look at that page
<kloenk> will try, thanks
<samueldr> :)
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
<samueldr> :( github isn't nice sometimes
<samueldr> wanted to report an issue on danielrf[m]'s robotnix project, but since it's a fork *obviously* there's no issue tab
<samueldr> for the record, it may be necessary to have /tmp *not* be a tmpfs, otherwise the build may fail due to lack of free space
<danielrf[m]> I didn't realize that!
<samueldr> yeah, it's annoying how github breaks down with forks
<danielrf[m]> do I have to make a fresh repo to get that?
<samueldr> e.g. you can't fork your own repo
<samueldr> yeah
<lordcirth> There's a difference between "forked project" and "fork to make PRs"
<kloenk> unfortunately that config did not help, i just does not boot
<colemickens> I've been more frustrated that search is disabled in forked repos. :|
<samueldr> lordcirth: exactly
<lordcirth> And github doesn't really distinguish
<samueldr> colemickens: that too
<danielrf[m]> yup. I should add a note for that about /tmp not as tmpfs
<samueldr> lordcirth: and when the latter becomes the former!
<lordcirth> Updating my PBP to release-20.03 branch, lets see how that does
<samueldr> danielrf[m]: add "even if your tmpfs is 32GB!!"
<samueldr> I don't know what the requirements actually are, but it seems to require a bunch of tmpfs space
<samueldr> (testing the walleye build)
<danielrf[m]> android's source is so huge I made this whole systemd for bind-mounting the source to avoid copying it
<danielrf[m]> but even with that--the build products from android would definitely use up all the RAM
<danielrf[m]> s/systemd/system/
<lordcirth> Is AOSP all a single repo and build?
<samueldr> not a monorepo, but a bunch of repos managed by "repo"
<lordcirth> I remember accidentally building chromium with make -j after misreading what it did
<lordcirth> I thought -j with no number was "number of cores". No it is not
<lordcirth> 1 second later, my taskbar disappeared, because KDE got OOM'd
<samueldr> kloenk: sorry, missed that message, does not boot meaning still the same error or something else?
<lordcirth> btw, I found it useful to disable cpu5 on the PBP to avoid overheating when compiling for an hour+
<samueldr> (I send my builds to another rk3399 build machine :))
<kloenk> same error so nothing changed
<samueldr> is it creating an Image.gz-dtb file or do you need to append the device tree yourself?
* samueldr checks if it's in postmarketOS
<samueldr> doesn't look like it is
<kloenk> there is a Image.gz-dtb file if i just build the kernel
<samueldr> okay, that's most likely the right output to use
zupo has quit [Ping timeout: 260 seconds]
<lordcirth> samueldr, nice, how do you do that? I might want to do that on x86
<danielrf[m]> samueldr: it looks like I can enable the issues tab in github settings even for this forked repo
<samueldr> danielrf[m]: at least that annoyance gone
<samueldr> though that doesn't solve searches, for what search on github is worth
zupo has joined #nixos-aarch64
FRidh2 is now known as FRidh
<DigitalKiwi> lordcirth: what is -j
<lordcirth> DigitalKiwi, make -j is number of parallel jobs. eg -j4. But -j with no args runs as many as the dependency graph allows.
<lordcirth> Which, with chromium, instantly used 100% of RAM and oom'd KDE
<lordcirth> The oom-killer has apparently been improved since them, so it would have killed the cc1 processes
<ashkitten> samueldr: github doesn't have an issues tab on forked repos by default but you can still enable it
<samueldr> ashkitten: yeah, that was figured out later by daniel//rf[m] though thanks :)
<ashkitten> ah i see
<samueldr> (still has other warts)
<ashkitten> yeah github is not great to forks
<samueldr> also an open call to any users with a raspberry pi 3B/3B+ to test https://github.com/NixOS/nixpkgs/issues/82455#issuecomment-608618064
<Valodim> samueldr: will do :) (not right now tho)
<samueldr> thanks!
<samueldr> and whenever convenient
<Valodim> samueldr: thanks for your work on this!
<sphalerite> samueldr: would 3A+ be relevant too?
<samueldr> sphalerite: yes
<samueldr> I assume it would be the same as 3B+ here
<samueldr> I didn't want to make this confusing by adding the seldom used 3A variants
<sphalerite> heh, I really picked a niche product I guess
FRidh has quit [Quit: Konversation terminated!]
lovesegfault has quit [Quit: WeeChat 2.8]
lovesegfault has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]