zarel has quit [Ping timeout: 258 seconds]
zarel has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
alpernebbi has quit [Quit: alpernebbi]
<__red__> Okay then! Just need a USB cable for teh UART and I'm gtg!
<__red__> Okay - who said "just draw the owl" again? :-)
<__red__> WIth no SD card, no console output
<__red__> with CD card with some OS on it...
<__red__> U-Boot
<__red__> so I guess that's what I need
<__red__> also - damn
<__red__> I had no idea it was only 800Mhz CPU and 2G of RAM
<__red__> given the lack of performance there - I may just skip it and find something bigger
<__red__> which would be pretty much anything at this point
veleiro has joined #nixos-aarch64
<veleiro> is there a build with the 5.8 kernel that boots every time yet, or is that
<veleiro> 5.9 work
<veleiro> (PBP)
cole-h has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-aarch64
<lopsided98> __red__: are you talking about the ODROID-HC2?
justan0theruser has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 264 seconds]
h0m1 has quit [Ping timeout: 244 seconds]
h0m1 has joined #nixos-aarch64
<samueldr> AFAIK the kernel for the PBP is supposed to boot every time
<samueldr> except if you're using a graphical u-boot
orivej has quit [Ping timeout: 240 seconds]
<veleiro> ah yes, forgot to mention
<samueldr> though, I literally have nothing new about that, all is in the PR for the graphical u-boot
<samueldr> I haven't even updated the kernel expressions
<samueldr> time's making itself shorter these days :)
<veleiro> understood just couldnt remember!
justan0theruser is now known as justanotheruser
heywoodlh has quit [Ping timeout: 265 seconds]
Acou_Bass has quit [Ping timeout: 264 seconds]
Acou_Bass has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
<veleiro> i still have no idea why the PBP doesnt charge from the USB-C
<veleiro> after having been disconnected, as far as i can tell
<veleiro> there is no consistent plugin charge for the USB-C port
orivej has joined #nixos-aarch64
alp has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cole-h has joined #nixos-aarch64
alp has quit [Ping timeout: 256 seconds]
alp has joined #nixos-aarch64
<patagonicus> __red__: if you are talking about the HC1/2 I'd be happy to help you set it up. I've got four of them running here and I've created the page on the NixOS wiki for it, although it's not very detailed yet.
FRidh has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FRidh has quit [Quit: Konversation terminated!]
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
<ehmry> is there a package for an GCC arm cross-compiler available in nixpkgs, without evaulating nixpkgs for arm?
<ehmry> I just need to compile some firmware
alp has quit [Ping timeout: 272 seconds]
<ehmry> yea, gcc-arm-embedded
FRidh has joined #nixos-aarch64
alp has joined #nixos-aarch64
<clever> ehmry: pkgsCross.arm-embedded.stdenv
orivej has quit [Ping timeout: 265 seconds]
rajivr has joined #nixos-aarch64
<{^_^}> mobile-nixos#238 (by eamsden, 2 minutes ago, open): Make the package set a parameter instead of using `<nixpkgs>` everywhere
cole-h has quit [Ping timeout: 260 seconds]
lopsided98_ has joined #nixos-aarch64
lopsided98 has quit [Ping timeout: 260 seconds]
qyliss has quit [Quit: bye]
alpernebbi has joined #nixos-aarch64
qyliss has joined #nixos-aarch64
ryantrinkle has quit [Remote host closed the connection]
ryantrinkle has joined #nixos-aarch64
zupo has joined #nixos-aarch64
<__red__> patagonicus: That's great news - thank you
<__red__> patagonicus: lemme see if I can find your page
wavirc22 has joined #nixos-aarch64
wavirc22_ has quit [Ping timeout: 240 seconds]
heywoodlh has joined #nixos-aarch64
<patagonicus> Basically you can use the generic multiplatform armv7 image, you just have to install the odroid specific uboot things on top. Then there's a couple of board specific things that should go into your configuration.nix.
<patagonicus> There's also the problem that it doesn't automatically shut off the HDD on shutdown/reboot, that's a known problem, but I haven't gotten around to implementing the fix in NixOS. Basically this: https://wiki.odroid.com/odroid-xu4/troubleshooting/shutdown_script
<patagonicus> Shouldn't be hard, just needs to be done. :)
orivej has joined #nixos-aarch64
veleiro has quit [Ping timeout: 265 seconds]
heywoodlh has quit [Ping timeout: 260 seconds]
heywoodlh has joined #nixos-aarch64
vika_nezrimaya has joined #nixos-aarch64
AmandaC has quit [Ping timeout: 264 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
AmandaC has joined #nixos-aarch64
alp has quit [Ping timeout: 260 seconds]
veleiro has joined #nixos-aarch64
veleiro has quit [Remote host closed the connection]
veleiro has joined #nixos-aarch64
rajivr has quit [Quit: Connection closed for inactivity]
vika_nezrimaya has quit [Ping timeout: 256 seconds]
veleiro` has joined #nixos-aarch64
veleiro has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
h0m1 has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp has joined #nixos-aarch64
veleiro` is now known as veleiro
veleiro has quit [Changing host]
veleiro 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]
FRidh has quit [Quit: Konversation terminated!]
<veleiro> what's the secret again to finding good builds for arm64 in hydra?
<veleiro> so i dont have to build linux from source
<makefu> veleiro: you could use hydra-check for this, e.g. `hydra-check hello --arch=aarch64-linux --channel unstable`
<veleiro> ok i'll try it
<makefu> not sure what your definition is, maybe it still helps :)
<veleiro> i was checking the mobile-nixos hydra page for the latest build before
<veleiro> the last successful build that used nixpkgs
<veleiro> i cant remember where that was shown on hydra
zupo has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 264 seconds]
zupo has quit [Client Quit]
alp has quit [Ping timeout: 272 seconds]
justanotheruser has joined #nixos-aarch64
cirno-999 has joined #nixos-aarch64
<veleiro> can you search by build hash?
zupo has joined #nixos-aarch64
<veleiro> for example, if i wanted to find this binary
<veleiro> /nix/store/vwpaw33mqaycsbdzhga4v43j03vvadiq-linux-5.7
cole-h has joined #nixos-aarch64
<makefu> you could use nix-store --realize /nix/store/vwpaw33mqaycsbdzhga4v43j03vvadiq-linux-5.7 if i remember correctly
<makefu> e.g. nix-store --realize /nix/store/9pqfirjppd91mzhkgh8xnn66iwh53zk2-hello-2.10
<samueldr> --realise no?
<makefu> with --realize you can try to fetch the store from the binary cache, no?
<veleiro> hmm
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-aarch64
orivej has quit [Ping timeout: 246 seconds]
veleiro` has joined #nixos-aarch64
veleiro has quit [Ping timeout: 258 seconds]
<veleiro`> well couldnt figure it out. guess i'm building linux tonight
veleiro` is now known as veleiro
veleiro has joined #nixos-aarch64
veleiro has quit [Changing host]
alp has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 264 seconds]
Darkmatter66_ has joined #nixos-aarch64
<andi-> So, this Rpi alternative based on rk3399 arrived today.. Lets see if it will be such a bad experience as with the Pi3... At least I know that I have to manage u-boot myself
<__red__> Good Luck!
zupo has quit [Ping timeout: 246 seconds]
ryantrinkle has quit [Remote host closed the connection]
ryantrinkle has joined #nixos-aarch64
ryantrinkle has quit [Remote host closed the connection]
zupo has joined #nixos-aarch64
lovesegfault has quit [*.net *.split]
lovesegfault has joined #nixos-aarch64
cole-h has quit [*.net *.split]
alpernebbi has quit [*.net *.split]
tilpner has quit [*.net *.split]
__red__ has quit [*.net *.split]
stiell has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
evils has quit [*.net *.split]
Mirrexagon has quit [*.net *.split]
clever has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
flo[m] has quit [*.net *.split]
danielrf[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
siraben has quit [*.net *.split]
Ke has quit [*.net *.split]
yangm has quit [*.net *.split]
fgaz has quit [*.net *.split]
mla has quit [*.net *.split]
pinkieval has quit [*.net *.split]
cirno-999 has quit [*.net *.split]
wavirc22 has quit [*.net *.split]
zarel has quit [*.net *.split]
ib07 has quit [*.net *.split]
Valodim has quit [*.net *.split]
evalexpr has quit [*.net *.split]
V has quit [*.net *.split]
yangm has joined #nixos-aarch64
flo[m] has joined #nixos-aarch64
siraben has joined #nixos-aarch64
Ke has joined #nixos-aarch64
fgaz has joined #nixos-aarch64
justanotheruser has joined #nixos-aarch64
danielrf[m] has joined #nixos-aarch64
alexarice[m] has joined #nixos-aarch64
mla has joined #nixos-aarch64
pinkieval has joined #nixos-aarch64
zarel has joined #nixos-aarch64
ib07 has joined #nixos-aarch64
Valodim has joined #nixos-aarch64
wavirc22 has joined #nixos-aarch64
cirno-999 has joined #nixos-aarch64
V has joined #nixos-aarch64
evalexpr has joined #nixos-aarch64
siraben has quit [Max SendQ exceeded]
justanotheruser has quit [Max SendQ exceeded]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
justanotheruser has joined #nixos-aarch64
Acou_Bass has quit [*.net *.split]
shad has quit [*.net *.split]
globin has quit [*.net *.split]
minicom has quit [*.net *.split]
FireFly has quit [*.net *.split]
alpernebbi has joined #nixos-aarch64
cole-h has joined #nixos-aarch64
aminechikhaoui has joined #nixos-aarch64
clever has joined #nixos-aarch64
evils has joined #nixos-aarch64
tilpner has joined #nixos-aarch64
Mirrexagon has joined #nixos-aarch64
__red__ has joined #nixos-aarch64
stiell has joined #nixos-aarch64
kloenk has quit [*.net *.split]
patagonicus has quit [*.net *.split]
betaboon has quit [*.net *.split]
nbp has quit [*.net *.split]
hexa- has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
neothefox has quit [*.net *.split]
roberth has quit [*.net *.split]
hpfr has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
njha has quit [*.net *.split]
Ultrasauce has quit [*.net *.split]
nbp has joined #nixos-aarch64
betaboon has joined #nixos-aarch64
patagonicus has joined #nixos-aarch64
kloenk has joined #nixos-aarch64
Acou_Bass has joined #nixos-aarch64
FireFly has joined #nixos-aarch64
minicom has joined #nixos-aarch64
globin has joined #nixos-aarch64
shad has joined #nixos-aarch64
minicom has quit [Max SendQ exceeded]
Acou_Bass has quit [Max SendQ exceeded]
neothefox has joined #nixos-aarch64
roberth has joined #nixos-aarch64
njha has joined #nixos-aarch64
hpfr has joined #nixos-aarch64
hexa- has joined #nixos-aarch64
Ox4A6F has joined #nixos-aarch64
thefloweringash has joined #nixos-aarch64
Ultrasauce has joined #nixos-aarch64
Ericson2314 has joined #nixos-aarch64
Ericson2314 has quit [Max SendQ exceeded]
hexa- has quit [Max SendQ exceeded]
hpfr has quit [Max SendQ exceeded]
roberth has quit [Ping timeout: 240 seconds]
neothefox has quit [Ping timeout: 240 seconds]
thefloweringash has quit [Ping timeout: 240 seconds]
cirno[m] has quit [Ping timeout: 244 seconds]
flo[m] has quit [Ping timeout: 260 seconds]
danielrf[m] has quit [Ping timeout: 260 seconds]
yangm has quit [Ping timeout: 260 seconds]
alexarice[m] has quit [Ping timeout: 260 seconds]
fgaz has quit [Ping timeout: 260 seconds]
Acou_Bass has joined #nixos-aarch64
Danct12[m] has quit [Ping timeout: 240 seconds]
l-as has quit [Ping timeout: 240 seconds]
Ox4A6F has quit [Ping timeout: 240 seconds]
blitzclone[m] has quit [Ping timeout: 246 seconds]
CRTified[m] has quit [Ping timeout: 247 seconds]
inlaw[m] has quit [Ping timeout: 244 seconds]
DavHau[m] has quit [Ping timeout: 244 seconds]
kyren has quit [Ping timeout: 246 seconds]
tet[m] has quit [Ping timeout: 246 seconds]
Dandellion has quit [Ping timeout: 246 seconds]
pinage404[m] has quit [Ping timeout: 246 seconds]
tilcreator has quit [Ping timeout: 246 seconds]
Smith[m]1 has quit [Ping timeout: 246 seconds]
betrion[m] has quit [Ping timeout: 246 seconds]
leonardp has quit [Ping timeout: 244 seconds]
goibhniu has quit [Ping timeout: 246 seconds]
puzzlewolf has quit [Ping timeout: 244 seconds]
JJJollyjim has quit [Ping timeout: 244 seconds]
cornu has quit [Ping timeout: 244 seconds]
colemickens has quit [Ping timeout: 244 seconds]
minicom has joined #nixos-aarch64
Jake[m] has quit [Ping timeout: 268 seconds]
bbigras has quit [Ping timeout: 268 seconds]
Ke has quit [Ping timeout: 260 seconds]
hexa- has joined #nixos-aarch64
zupo has quit [*.net *.split]
Darkmatter66_ has quit [*.net *.split]
sigtrm has quit [*.net *.split]
edcragg has quit [*.net *.split]
veleiro has quit [*.net *.split]
njd has quit [*.net *.split]
pie_ has quit [*.net *.split]
ekleog has quit [*.net *.split]
makefu has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
srk has quit [*.net *.split]
zupo has joined #nixos-aarch64
Darkmatter66_ has joined #nixos-aarch64
edcragg has joined #nixos-aarch64
sigtrm has joined #nixos-aarch64
edcragg has quit [Remote host closed the connection]
quinn has joined #nixos-aarch64
cstrahan has quit [*.net *.split]
prusnak has quit [*.net *.split]
NekomimiScience has quit [*.net *.split]
dsal has quit [*.net *.split]
ashkitten has quit [*.net *.split]
fooker has quit [*.net *.split]
Asmadeus has quit [*.net *.split]
craige has quit [*.net *.split]
ar has quit [*.net *.split]
Dezgeg has quit [*.net *.split]
simpson has quit [*.net *.split]
Adluc has quit [*.net *.split]
cstrahan has joined #nixos-aarch64
NekomimiScience has joined #nixos-aarch64
fooker has joined #nixos-aarch64
prusnak has joined #nixos-aarch64
dsal has joined #nixos-aarch64
ashkitten has joined #nixos-aarch64
Dezgeg has joined #nixos-aarch64
ar has joined #nixos-aarch64
simpson has joined #nixos-aarch64
craige has joined #nixos-aarch64
Adluc has joined #nixos-aarch64
Asmadeus has joined #nixos-aarch64
pie_ has joined #nixos-aarch64
njd has joined #nixos-aarch64
makefu has joined #nixos-aarch64
veleiro has joined #nixos-aarch64
hyperfekt has joined #nixos-aarch64
srk has joined #nixos-aarch64
cstrahan has quit [Ping timeout: 240 seconds]
energizer has quit [*.net *.split]
bigvalen has quit [*.net *.split]
delroth has quit [*.net *.split]
xdej has quit [*.net *.split]
minicom has quit [*.net *.split]
mschwaig has quit [*.net *.split]
cptchaos83 has quit [*.net *.split]
iwq has quit [*.net *.split]
ornxka has quit [*.net *.split]
wrmilling has quit [*.net *.split]
grw1 has quit [*.net *.split]
ekleog has joined #nixos-aarch64
ornxka has joined #nixos-aarch64
cptchaos83 has joined #nixos-aarch64
grw1 has joined #nixos-aarch64
mschwaig has joined #nixos-aarch64
iwq has joined #nixos-aarch64
wrmilling has joined #nixos-aarch64
minicom has joined #nixos-aarch64
xdej has joined #nixos-aarch64
delroth has joined #nixos-aarch64
bigvalen has joined #nixos-aarch64
energizer has joined #nixos-aarch64
ehmry has quit [*.net *.split]
TheNumb has quit [*.net *.split]
ehmry has joined #nixos-aarch64
TheNumb has joined #nixos-aarch64
heywoodlh has quit [*.net *.split]
disasm has quit [*.net *.split]
bdju has quit [*.net *.split]
dustinm has quit [*.net *.split]
samueldr has quit [*.net *.split]
Cadey has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
feepo has quit [*.net *.split]
c00w has quit [*.net *.split]
blackriversoftwa has quit [*.net *.split]
jackdk has quit [*.net *.split]
DigitalKiwi has quit [*.net *.split]
gchristensen has quit [*.net *.split]
ky0ko1 has quit [*.net *.split]
Gaelan has quit [*.net *.split]
dustinm has joined #nixos-aarch64
disasm has joined #nixos-aarch64
samueldr has joined #nixos-aarch64
Cadey has joined #nixos-aarch64
bdju has joined #nixos-aarch64
heywoodlh has joined #nixos-aarch64
kcalvinalvin has joined #nixos-aarch64
bdju has quit [Max SendQ exceeded]
bdju_ has joined #nixos-aarch64
julm has quit [*.net *.split]
adisbladis has quit [*.net *.split]
ky0ko has quit [*.net *.split]
dongcarl has quit [*.net *.split]
mvnetbiz_9 has quit [*.net *.split]
WilliButz has quit [*.net *.split]
fps has quit [*.net *.split]
feepo has joined #nixos-aarch64
jackdk has joined #nixos-aarch64
c00w has joined #nixos-aarch64
blackriversoftwa has joined #nixos-aarch64
ky0ko1 has joined #nixos-aarch64
DigitalKiwi has joined #nixos-aarch64
gchristensen has joined #nixos-aarch64
Gaelan has joined #nixos-aarch64
ky0ko has joined #nixos-aarch64
dongcarl has joined #nixos-aarch64
adisbladis has joined #nixos-aarch64
julm has joined #nixos-aarch64
fps has joined #nixos-aarch64
WilliButz has joined #nixos-aarch64
mvnetbiz_9 has joined #nixos-aarch64
dongcarl has quit [Max SendQ exceeded]
dongcarl1 has joined #nixos-aarch64
cstrahan has joined #nixos-aarch64
dsal has quit [Ping timeout: 272 seconds]
dsal has joined #nixos-aarch64
feepo has quit [Ping timeout: 260 seconds]
Darkmatter66_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
feepo has joined #nixos-aarch64
Darkmatter66 has joined #nixos-aarch64
goibhniu has joined #nixos-aarch64
blitzclone[m] has joined #nixos-aarch64
kyren has joined #nixos-aarch64
flo[m] has joined #nixos-aarch64
Danct12[m] has joined #nixos-aarch64
cirno[m] has joined #nixos-aarch64
tilcreator has joined #nixos-aarch64
wavirc22 has quit [Ping timeout: 272 seconds]
danielrf[m] has joined #nixos-aarch64
alexarice[m] has joined #nixos-aarch64
Ke has joined #nixos-aarch64
Ericson2314 has joined #nixos-aarch64
siraben has joined #nixos-aarch64
colemickens has joined #nixos-aarch64
wavirc22 has joined #nixos-aarch64
<andi-> It worked on the first try. I would never be able to use anything like openembedded (whats that named these days?) anymore for creating system images..
<samueldr> oh, andi-, good news I guess?
<andi-> samueldr: yeah, stock uboot and both HDMI and serial just work :D
<gchristensen> nice
<samueldr> which board is it?
<andi-> RockPi4
<samueldr> audio on HDMI works?
<andi-> I've not yet booted into linux :D
<samueldr> ah!
<andi-> I've been tinkering with my bootstrap stuff from my infra repo.. So if this next image works the box is setup.
<andi-> (and the community builder only ships the images with like 3MB/s :()
Dandellion has joined #nixos-aarch64
pinage404[m] has joined #nixos-aarch64
leonardp has joined #nixos-aarch64
tet[m] has joined #nixos-aarch64
puzzlewolf has joined #nixos-aarch64
betrion[m] has joined #nixos-aarch64
ryantrinkle has joined #nixos-aarch64
cornu has joined #nixos-aarch64
Ox4A6F has joined #nixos-aarch64
fgaz has joined #nixos-aarch64
CRTified[m] has joined #nixos-aarch64
hpfr has joined #nixos-aarch64
inlaw[m] has joined #nixos-aarch64
DavHau[m] has joined #nixos-aarch64
Smith[m]1 has joined #nixos-aarch64
l-as has joined #nixos-aarch64
thefloweringash has joined #nixos-aarch64
neothefox has joined #nixos-aarch64
roberth has joined #nixos-aarch64
alpernebbi has quit [Quit: alpernebbi]
edcragg has joined #nixos-aarch64
veleiro has quit [Ping timeout: 258 seconds]
Jake[m] has joined #nixos-aarch64
bbigras has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
<andi-> I have some luck.. 5.10 just got the device tree files required for this machine. It had been in the tree when I ordered but I didn't realize how bloody this still is
zupo has quit [Ping timeout: 258 seconds]
veleiro has joined #nixos-aarch64
veleiro` has joined #nixos-aarch64
veleiro has quit [Ping timeout: 260 seconds]
<andi-> and suddenly it works. 0 custom Nix code on the generic installer apart from the new uboot flavor (and the spl dd lines)
veleiro`` has joined #nixos-aarch64
veleiro` has quit [Ping timeout: 260 seconds]
alp has quit [Ping timeout: 244 seconds]
<samueldr> as expected form the universal mainline image
<samueldr> good to know!
<andi-> I'll add that uboot build to nixpkgs in a bit
<andi-> Just now compiling the world to get my audio foo deployed and tested
<samueldr> great, I'll be notified of the PR, and I expect it's basically the usual rk3399 statements
<andi-> yep
<samueldr> u-boot since I started working on nixos on arm has been set-and-forget
orivej has joined #nixos-aarch64
<andi-> Still have to figure out how I can flash the SPI from the device itself. Not really motivated to get a weird USB-A <> USB-A mode to use the OTG mode on the device
<samueldr> apparently mtd in Linux should be able to do it
<samueldr> otherwise, u-boot should be able to handle it, but note that you need to build u-boot in a specific way
<samueldr> this builds an image that serves to boot u-boot with a specific script to install an SPI-enabled u-boot to SPI
<samueldr> that part builds the spiflash version of the binary
<samueldr> I think this should end up going into the generic u-boot builder
<samueldr> ah
<samueldr> poo
<samueldr> there's other things needed for the "spi installer" to work
<samueldr> uh
<andi-> Yeah but seems easy enough
veleiro`` is now known as veleiro
<andi-> samueldr: thank you for figuring all that stuff out and documenting it (in Nix code)! :)
veleiro has joined #nixos-aarch64
veleiro has quit [Changing host]
<samueldr> andi-: be sure to know how to skip SPI during boot
<samueldr> in case your SPI build doesn't work
<andi-> I just have to short to pins if I recall..
<samueldr> looks like yeah
<samueldr> >> Power off the board and remove any bootable storage media, remove microSD card, remove eMMC module.
<samueldr> removing bootable storage is only if you want to go to maskrom mode
<samueldr> so you just have to short it until you're in a working u-boot, and then unshort to `sf probe`
<andi-> ok audio works, lets burn all the fuses and make everything r/o :D
<samueldr> uh?