00:00
pbb has joined #nixos-aarch64
00:05
pbb has quit [Excess Flood]
00:12
<
bdju >
lopsided98: ah okay, that's good to know. I am considering getting the RockPro64 in the near future and just trying to imagine uses for it right now
00:18
pbb has joined #nixos-aarch64
00:26
<
lovesegfault >
Anyone here has played with the NVidia AGX Jetson?
00:33
Darkmatter66_ has joined #nixos-aarch64
00:35
Darkmatter66 has quit [Ping timeout: 265 seconds]
00:46
FRidh has quit [Quit: Konversation terminated!]
01:11
h0m1 has quit [Ping timeout: 240 seconds]
01:13
h0m1 has joined #nixos-aarch64
02:44
andi- has quit [Remote host closed the connection]
02:45
pbb has joined #nixos-aarch64
02:46
andi- has joined #nixos-aarch64
03:47
pbb has quit [Remote host closed the connection]
03:48
pbb has joined #nixos-aarch64
03:48
pbb has quit [Client Quit]
03:52
pbb has joined #nixos-aarch64
04:24
orivej has joined #nixos-aarch64
06:19
alp has joined #nixos-aarch64
08:20
FRidh has joined #nixos-aarch64
08:20
Darkmatter66 has joined #nixos-aarch64
08:22
Darkmatter66_ has quit [Ping timeout: 256 seconds]
08:29
orivej has quit [Ping timeout: 240 seconds]
09:25
orivej has joined #nixos-aarch64
09:26
zupo has joined #nixos-aarch64
09:35
orivej has quit [Ping timeout: 272 seconds]
09:41
orivej has joined #nixos-aarch64
10:23
zupo has quit [Ping timeout: 272 seconds]
10:35
zupo has joined #nixos-aarch64
10:44
zupo has quit [Ping timeout: 264 seconds]
10:45
zupo has joined #nixos-aarch64
10:47
alp has quit [Ping timeout: 240 seconds]
11:43
alp has joined #nixos-aarch64
11:50
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:05
zupo has joined #nixos-aarch64
12:48
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:02
zupo has joined #nixos-aarch64
13:23
orivej has quit [Ping timeout: 264 seconds]
13:38
orivej has joined #nixos-aarch64
14:02
alp has quit [Ping timeout: 265 seconds]
14:03
alp has joined #nixos-aarch64
14:11
<
dan_b` >
hopefully I'm about the share the right URL here:
14:12
<
dan_b` >
wordking external sd card for motorola potter (g5 plus)
14:12
<
dan_b` >
may also work for addison
14:12
<
dan_b` >
now I have booted into stage 2 woo
14:13
<
dan_b` >
got stuck on something something udev which timed out, and probably I should install a UI
14:33
Darkmatter66_ has joined #nixos-aarch64
14:34
<
dan_b` >
looking at the dts for the various msm8953 devices, it seems to be pretty much a 50/50 chance whether your card detect pin is active high or low
14:34
<
dan_b` >
of course that
*might* just mean it's broken on half of all phones
14:35
Darkmatter66 has quit [Ping timeout: 272 seconds]
14:41
<
srk >
heh, my external reader on imx6 needs flipped lock switch.. or a patch
14:54
zarel has joined #nixos-aarch64
14:57
zarel_ has joined #nixos-aarch64
14:58
zarel has quit [Ping timeout: 246 seconds]
15:06
zarel_ has quit [Ping timeout: 258 seconds]
15:07
zarel has joined #nixos-aarch64
15:38
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:19
zupo has joined #nixos-aarch64
17:53
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:59
zupo has joined #nixos-aarch64
17:59
zupo has quit [Client Quit]
18:05
alp has quit [Ping timeout: 260 seconds]
18:19
<
samueldr >
dan_b`: nice about the sd card
18:20
<
samueldr >
I assume your sd card image was built using cross-compilation, right?
18:23
<
samueldr >
I wonder how the sd card ends up usable on the android systems if the device trees are "wrong", though
18:23
zupo has joined #nixos-aarch64
18:30
alp has joined #nixos-aarch64
19:09
orivej has quit [Ping timeout: 258 seconds]
19:13
orivej has joined #nixos-aarch64
19:15
<
dan_b` >
cross compilation, yes
19:15
<
dan_b` >
I was meaing to ask about that, is it still the case that parts of the system have to be built natively?
19:16
<
dan_b` >
I'm not using the example system yet, just the bare one with a few bits in local.nix
19:16
<
samueldr >
it's the case as much as it is with NixOS
19:16
<
samueldr >
stage-2 has few to no mobile nixos specificities
19:17
<
samueldr >
btw the example system definitely is not a requirement, it's simply that, an example :)
19:17
<
samueldr >
though it does allow you to test a bunch of things quickly
19:17
<
dan_b` >
so, the only bits of nixpkgs that i'm familiar with crosscompiling are the bits I use in nixwrt - which tends not to be the bigger bits :-)
19:18
<
samueldr >
I'm really fond of how I ended up not adding a bunch on top of the running stage-2
19:18
<
samueldr >
that same system image works on
*all* aarch64 targets tested!
19:18
<
samueldr >
it does have one hack needed for some qualcomm devices IIRC, for the x11 fbdev driver
19:18
<
samueldr >
but that hack is not
*specific* to qualcomm devices
19:19
<
dan_b` >
that's pretty impressive (and attractive when the "cultural norm" is big per-device monolithic roms)
19:19
alp has quit [Ping timeout: 260 seconds]
19:19
<
dan_b` >
how happpy I am to be out from under the xda-developers approach
19:19
<
samueldr >
it wasn't a goal at first, but since it ended up working, now it is
19:20
<
samueldr >
oh, if you want to run a LineageOS build, you probably can now use robotnix's PR for LineageOS builds
19:20
<
{^_^} >
danielfullmer/robotnix#9 (by danielfullmer, 1 week ago, open): LineageOS support
19:21
<
samueldr >
if you don't know, the quick explanation is that robotnix aims to build Android ROMs into a nix sandbox, aiming for reproducibility where possible
19:21
<
samueldr >
and some customization
19:22
<
samueldr >
but, more importantly for me, and probably other people: in an understandable manner... because whew is it clear as mud how the android build system works
19:22
<
dan_b` >
there's a "free lunch" joke that could probably be made there ;-)
19:23
<
samueldr >
about how lunch is that thing that, I think, configures a build? :)
19:23
<
dan_b` >
or something, yes
19:52
alp has joined #nixos-aarch64
20:34
<
samueldr >
this allows you to use the OTG function of the port, in addition to powering the device
20:35
<
samueldr >
why is this useful? you could hook up a usb hub, and/or a usb ethernet interface!
20:36
<
clever >
ive got a non-splitter version, and ive used it on occasion
20:36
<
samueldr >
yeah, already had non-splitter versions, but racing against the battery to figure out wi-fi on asus-z00t left me wanting :)
20:46
lopsided98 has quit [Remote host closed the connection]
20:48
lopsided98 has joined #nixos-aarch64
20:58
orivej has quit [Ping timeout: 260 seconds]
21:10
FRidh has quit [Quit: Konversation terminated!]
21:15
orivej has joined #nixos-aarch64
21:59
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:50
pbb has quit [Remote host closed the connection]
22:51
pbb has joined #nixos-aarch64
23:29
Darkmatter66 has joined #nixos-aarch64
23:31
Darkmatter66_ has quit [Ping timeout: 256 seconds]