<philipp64> CI/CD seems to be hung waiting on worker nodes
<dwfreed> yes, GitHub actions limits how many jobs you can run at once, and the PR CI is quite extensive
<philipp64> doh. need to get an update for 2 CVE's in... swalker thanks for the nag... should have noticed it sooner!!!
<philipp64> wow. libxml2 is a mess.
<philipp64> anyone else want to maintain Perl? I don't have the bandwidth to try to figure out what all the cross-compilation options are for the various architectures...
djfe_ is now known as djfe
slh64 has quit [Ping timeout: 480 seconds]
slh64 has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Danct12 is now known as Guest8981
Danct12 has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
shoragan has quit [Quit: quit]
tlj has quit [Remote host closed the connection]
shoragan has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
tlj_ has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
ptudor has quit [Ping timeout: 480 seconds]
ptudor_ has joined #openwrt-devel
dangole_ has joined #openwrt-devel
tlj_ has joined #openwrt-devel
ptudor_ has quit [Ping timeout: 480 seconds]
dangole has quit [Ping timeout: 480 seconds]
ptudor has joined #openwrt-devel
felix has quit []
felix has joined #openwrt-devel
Guest8981 has quit [Remote host closed the connection]
Daanct12 has joined #openwrt-devel
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #openwrt-devel
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #openwrt-devel
Daanct12 has quit [Remote host closed the connection]
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
xback has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_ath79.html has been updated. (98.6% images and 100.0% packages reproducible in our current test framework.)
robimarko has joined #openwrt-devel
goliath has joined #openwrt-devel
bluew_ has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Danct12 has quit [Quit: WeeChat 3.8]
cbeznea has joined #openwrt-devel
Borromini has joined #openwrt-devel
danitool has joined #openwrt-devel
srslypascal is now known as Guest9009
srslypascal has joined #openwrt-devel
lmahmutov has joined #openwrt-devel
Guest9009 has quit [Ping timeout: 480 seconds]
lmore377 has quit [Remote host closed the connection]
lmore377 has joined #openwrt-devel
lmahmutov has quit [Remote host closed the connection]
<robimarko> f00b4r0: Does RouterBoot still only support ELF images?
<robimarko> Cause, that is an issue for ARM64 boards
<f00b4r0> robimarko: i haven't been keeping track but my understanding is "yes"
<robimarko> f00b4r0: Well, that sucks
<f00b4r0> it's routerboot. Of course it sucks ;P
<robimarko> Cause, Routerboot will provide you with the wonderful completely broken DTB
<robimarko> And there is no appended DTB support on ARM64
<f00b4r0> *sigh*
<f00b4r0> i doubt you'd have any success trying to upstream elf append dtb in arm64: iirc this was already considered a hack on MIPS
<robimarko> Yeah, there was an RFC for that in 2015 and it was shot down
<robimarko> As Linux always required DTB to be passed by bootloader per spec for ARM64
<f00b4r0> indeed
<robimarko> On RB5009 we can cheat by using U-boot as the ELF payload which then can do things properly cause its Armada 7040 but all of the new hAP ax boards dont have that option
<robimarko> Well, in theory QCA U-boot can be used but its a pain
<f00b4r0> of course when the passed DTB is garbage, that nice requirement falls apart
<robimarko> Yeah, DTB they pass is completely broken crap
<robimarko> And they use it to pretty much minimally boot and then fixup everything
<f00b4r0> which is what I was going to suggest we might end up having to do ourselves :P
<robimarko> Also, fun fact they misconfigured the MV DDR and ATF so it will report 2GB of RAM
<f00b4r0> short of implementing a way to filter/process a DTB early in the boot process
<f00b4r0> *sigh*
<f00b4r0> frankly I don't think they're worth our time.
<robimarko> At the start I just replaced the whole firmware stack
<f00b4r0> if I'm honest I don't even understand their rationale for doing things the way they do it. Which makes me question their technical sanity ;P
<robimarko> Trust me, I dont get it either
<robimarko> Its like they are really trying to be different but in a broken way
<robimarko> I completely gave up on their HW, but I already have RB5009
<f00b4r0> ebay it? ;)
<robimarko> We are past that since its a bit "modified" for development now
<f00b4r0> heh
<robimarko> At this point, might as well just add appended DTB to ARM64 and keep it out of tree
<robimarko> Cause, I dont want to add stuff like that to OpenWrt
<f00b4r0> but then again you'd be the only one able to run openwrt on rb5009 :)
<robimarko> Well, its in a crap state currently and people are still using it
<robimarko> BTW, check this beauty out: https://github.com/adron-s/aux-loader2
<f00b4r0> i'm wondering if it would be "easier" to have an intermediary loader (ala lzma-loader) whose sole purpose would be to cram the correct dtb in memory and setup the pointer before loading the kernel
<robimarko> Check the link above your reply
<f00b4r0> lol
<f00b4r0> indeed
<robimarko> Its that crazy russian guy again
<f00b4r0> why am i not suprised
<robimarko> But like always, licensing aka lack of it and copy/paste code from all over
dangole_ has quit [Remote host closed the connection]
dangole_ has joined #openwrt-devel
<f00b4r0> the code at the root of the repo almost got me fooled. Then I looked in the sub folders ;P
<Borromini> f00b4r0: RB5009 is neat stuff :'(
<Borromini> i'm using adron's hacked RouterBOOT but I fully understand RB5009 support can't be merged that way
<Borromini> I have two of them in service :^)
<f00b4r0> oh i should have read the readme, he patches *routerboot*
<f00b4r0> holy cow.
<robimarko> Yeah
<Borromini> I suppose robimarko's done quite a bit of soldering on his as well
<robimarko> Its a bit crazy
<robimarko> BTW, MikroTik were so nice to disable UART regardless of hard_config
<f00b4r0> "a bit". I like your moderation ;)
<Borromini> f00b4r0: you must have missed the huge RB5009 thread on the forum :)
<robimarko> Its quite literaly disabled by RouterBoot, so he binary patched that as well
<Borromini> =)
<Borromini> i like that guy :P
<robimarko> Wait till you see the RB2011 "support" thread he has
<f00b4r0> at that point we're better off porting uboot to the platform
<Borromini> robimarko: link? I'm curious
srslypascal has quit [Ping timeout: 480 seconds]
<Borromini> I do know I won't be buying or recommending MikroTik again now that I know of their shenanigans
<Borromini> f00b4r0: I think robimarko already invested some time in it
<f00b4r0> Borromini: can't say that I do. Untangling the crap he puts out (and sometimes gets merged) is awful, trust me.
<robimarko> I have U-boot working enough to boot as its just Armada 7040
<Borromini> classic tale, reminds me a bit of the Realtek code merged
<robimarko> Dude wrote a tool to reset the bad blocks on RB2011, like WTF
<f00b4r0> back in ar71xx days I was lucky to get involved early on, before he could do too much damage ;P
<f00b4r0> robimarko: *hard facepalm*
srslypascal has joined #openwrt-devel
<robimarko> What I dont understand is why he needs to modify RouterBoot with his "loader"
<f00b4r0> that's exactly what I was wondering about
<Borromini> so that YAFUT PR could be used on the RB5009UG too or am I misunderstanding?
<robimarko> Borromini: That is my idea
<Borromini> :)
<karlp> YAFUT?
<f00b4r0> it won't solve the DTB issue though
<f00b4r0> karlp: #12225
<karlp> thanks
<robimarko> f00b4r0: Yes, that is why I am thinking how to work around the DTB issue
<f00b4r0> robimarko: YAFUT + aux-loader2?
* f00b4r0 hides :D
<Borromini> :P
<robimarko> Would rather just add appended DTB
<f00b4r0> that's likely going to be the easiest thing indeed
srslypascal is now known as Guest9016
srslypascal has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
Guest9016 has quit [Ping timeout: 480 seconds]
<f00b4r0> although I'm still thinking it shouldn't be much harder to add a very *very* basic preloader that would only copy the correct dtb in memory and load the kernel. no need to muck with FIT images
<f00b4r0> but then again that wouldn't be very different from append-dtb.
<Ansuel> hi!
<mrkiko> Ansuel: hi!
<Borromini> hi Ansuel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
<russell--> anyone have advice on getting openwrt omap working on a pocketbeagle (similar to a beaglebone)? i tried the beaglebone image and it seems to fail in u-boot
<russell--> "Could not initialize timer" apparently from build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/u-boot-am335x_evm/u-boot-2021.07/lib/time.c
schwicht has joined #openwrt-devel
xback has quit [Ping timeout: 480 seconds]
guidosarducci_ has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
minimal has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
srslypascal has quit [Quit: Leaving]
srslypascal has joined #openwrt-devel
schwicht has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest9029
srslypascal has joined #openwrt-devel
Guest9029 has quit [Ping timeout: 480 seconds]
Borromini has quit [Quit: Lost terminal]
goliath has quit [Quit: SIGSEGV]
ktifhfl has quit [Quit: The Lounge - https://thelounge.chat]
ktifhfl has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 100.0% packages reproducible in our current test framework.)
cbeznea has quit [Quit: Leaving.]
xback has joined #openwrt-devel
<xback> Ansuel: Hi
<Ansuel> ?
<xback> Ansuel: quick question, any idea what went wrong here? https://git.openwrt.org/?p=project/firmware/qca-wireless.git;a=commit;h=f9cece02724b8ca2c1a166a46f0afa89e632d431
<xback> Ansuel: open the blob pls :-)
<Ansuel> o.O
<f00b4r0> Oops
<Ansuel> i have a theory
goliath has joined #openwrt-devel
<Ansuel> patchwork-apply script fked up i think
<Ansuel> that submission comes from a patch on the ml
<Ansuel> anyway fixing it...
<xback> Ansuel: regular git send-email :-)
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Ansuel> well i think there is a bug for binary file for patchwork
<Ansuel> check what mbox downloads
<Ansuel> (or diff)
<xback> heh .. joy ..
<Ansuel> do you have the hash just to check the BDF is correct?
<Ansuel> 9230a2da4dabdf1279af8550f3f916aa7a32d9911b1de4e2737d78c1ddaac704 board-wallys_dr40x9.qca4019
schwicht has joined #openwrt-devel
<xback> No, not anymore. cleaned up locally
<xback> can you mail me the binary directly? i remember the hash after it was loaded by the board
<xback> i'll put it on the board and check it
<xback> booting ..
srslypascal has quit [Quit: Leaving]
<xback> Ansuel: crc32 is correct on booting
<xback> so the file is valid
<Ansuel> good
<Ansuel> reverting the old commit and pushing new commit with new file
<xback> Thanks a lot
<Ansuel> should be good now
<xback> appreciated!
srslypascal has joined #openwrt-devel
christop1e has quit [Quit: Lost terminal]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
srslypascal is now known as Guest9038
srslypascal has joined #openwrt-devel
Guest9038 has quit [Ping timeout: 480 seconds]
guidosarducci_ has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit []
schwicht has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
schwicht has joined #openwrt-devel
cp-- has joined #openwrt-devel
cp- has quit [Ping timeout: 480 seconds]
Lynx- has joined #openwrt-devel
cmonroe_ has joined #openwrt-devel
tlj_ has quit [Remote host closed the connection]
<f00b4r0> xback: pinged you on #12225, I think it'll pique your interest :)
El_Loco has quit [Ping timeout: 480 seconds]
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
El_Loco has joined #openwrt-devel
srslypascal has quit [Read error: No route to host]
srslypascal has joined #openwrt-devel
ptudor has quit [Ping timeout: 480 seconds]
ptudor has joined #openwrt-devel
Borromini has joined #openwrt-devel
djfe_ has joined #openwrt-devel
<Znevna> if we'll get a not so hacky openwrt image for rb5009 i'll hate mikrotik a little less :P
tlj has joined #openwrt-devel
djfe has quit [Ping timeout: 480 seconds]
<Borromini> no thanks to MikroTik
<Znevna> obviously
<Borromini> so why hate MikroTik less then? :P
cbeznea has joined #openwrt-devel
srslypascal is now known as Guest9047
srslypascal has joined #openwrt-devel
Guest9047 has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest9049
srslypascal has joined #openwrt-devel
Guest9049 has quit [Ping timeout: 480 seconds]
Lynx- has quit [Ping timeout: 480 seconds]
Lynx- has joined #openwrt-devel
danitool has joined #openwrt-devel
<Znevna> Borromini: because I'll actualy use that rb5009 for something else besides switching packets :P
<Borromini> :P
cbeznea has quit [Quit: Leaving.]
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
gch9812134 has joined #openwrt-devel
gch981213 has quit [Ping timeout: 480 seconds]
gch9812134 is now known as gch981213
Borromini has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: Leaving]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Borromini has joined #openwrt-devel
tlj has quit [Ping timeout: 480 seconds]
tlj has joined #openwrt-devel
schwicht has joined #openwrt-devel
yolo_ has quit [Remote host closed the connection]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tapper has quit [Quit: Tapper]
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
lucenera has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Borromini has quit [Quit: leaving]
schwicht has joined #openwrt-devel
bluew has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
raggi is now known as raggq
Lynx- has quit [Quit: Going offline, see ya! (www.adiirc.com)]
schwicht has quit [Quit: Textual IRC Client: www.textualapp.com]
raggq has quit [Quit: upgrades]
torv is now known as Guest9069
torv has joined #openwrt-devel
<Mangix> philipp64: nope. I tried and failed to update perl
Guest9069 has quit [Remote host closed the connection]
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
dgcampea has quit []
schwicht has joined #openwrt-devel
schwicht has quit []
dgcampea has joined #openwrt-devel