vika_nezrimaya has quit [Remote host closed the connection]
ryantrinkle has quit [Ping timeout: 264 seconds]
ryantrinkle has joined #nixos-aarch64
ryantrinkle has quit [Ping timeout: 260 seconds]
ryantrinkle has joined #nixos-aarch64
LnL- has quit [Quit: exit 1]
LnL has joined #nixos-aarch64
ryantrinkle has quit [Ping timeout: 264 seconds]
LnL has quit [Ping timeout: 240 seconds]
LnL- has joined #nixos-aarch64
LnL- has joined #nixos-aarch64
LnL- has quit [Changing host]
zupo has joined #nixos-aarch64
cole-h has quit [Ping timeout: 272 seconds]
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alp_ has joined #nixos-aarch64
alp_ has quit [Ping timeout: 268 seconds]
alp_ has joined #nixos-aarch64
mvnetbiz_9 has quit [Ping timeout: 260 seconds]
mvnetbiz_9 has joined #nixos-aarch64
alpernebbi has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp_ has quit [Ping timeout: 264 seconds]
nschoe has joined #nixos-aarch64
andi- has quit [Ping timeout: 260 seconds]
justanotheruser has quit [Ping timeout: 240 seconds]
andi- has joined #nixos-aarch64
nschoe has quit [Ping timeout: 240 seconds]
nschoe has joined #nixos-aarch64
LnL- is now known as LnL
<andi->
Has anyone thought about ordering an hifive unmatched yet? (https://www.sifive.com/boards/hifive-unmatched) (Yes, I realize this is the aarch64 channel but we did discuss this in the past as well ^^)
ib07 has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos-aarch64
nschoe has quit [Ping timeout: 258 seconds]
nschoe has joined #nixos-aarch64
kranium has joined #nixos-aarch64
kranium has quit [Client Quit]
kranium has joined #nixos-aarch64
nschoe has quit [Ping timeout: 240 seconds]
<kranium>
I'm trying to get mobile-nixos working on a pinephone but I'm stuck in u-boot and the UART output ends with "USB is stopped. Please issue 'usb start' first." https://pastebin.com/Ah3mKDgN
<kranium>
Can someone help send me bootable commit hashes for nixpkgs/mobile-nixos for the pinephone to start with? :)
<kranium>
EXTBAN=$,ajrxz CLIENTVER=3.0 CPRIVMSG CNOTICE ETRACE are supported by this
<kranium>
server
<kranium>
*** KNOCK SAFELIST ELIST=CTU MONITOR=100 WHOX are supported by this server
<kranium>
*** There are 100 users and 78916 invisible on 32 servers
<kranium>
*** 43 operator(s) online
<kranium>
*** 3 unknown connection(s)
<kranium>
*** 47440 channels formed
<kranium>
*** I have 3121 clients and 1 servers
<kranium>
*** Current local users 3121, max 3421
kranium has quit [Remote host closed the connection]
kranium has joined #nixos-aarch64
<kranium>
Sorry for the noise. Still getting used to spacemacs keybindings.
<samueldr>
whoopsie :)
<samueldr>
nah, qemu with u-boot would only be used to _test_ u-boot configs better
<samueldr>
in your situation it wouldn't really change anything
<samueldr>
though note that stage-1 (including the bootloader for the pinephone) should be entirely cross-compilable if you need to
<samueldr>
only the rootfs (stage-2) on more involved setups needs to be built natively
hmpffff has joined #nixos-aarch64
<kranium>
Nice. It be nice to have some sort of CI/CD that boots diff devices.
<samueldr>
yeah, though the scale the project is at currently makes it a pipe dream :)
<colemickens>
if anyone here boots aws aarch64 instances and has a aws cli command that works, an AWS noob would love a jumpstart. The only one I've booted, I was never able to SSH to.
<kranium>
samueldr: Haha indeed
<kranium>
samueldr: So I'm looking at the uboot output of manjaro and the output doesn't seem similar to ours. Theres extlinux in it, thought that x86 only.