fda- has joined #openwrt-devel
fda| has joined #openwrt-devel
fda has quit [Ping timeout: 480 seconds]
fda has joined #openwrt-devel
fda- has quit [Ping timeout: 480 seconds]
fda| has quit [Ping timeout: 480 seconds]
<mangix> rsalvaterra: fmt::format uber alles
<russm> stintel: I've found squashfs with xz and arm BCJ always dies in the same way you're seeing. xz without BCJ I have no problems
<russm> haven't bothered digging to see what the actual problem is, mainly use zstd these days
nlowe has joined #openwrt-devel
minimal has joined #openwrt-devel
victhor has quit [Remote host closed the connection]
nlowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tapper has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
fda- has joined #openwrt-devel
fda has quit [Ping timeout: 480 seconds]
minimal has quit []
rua has joined #openwrt-devel
spacewrench_ has quit [Remote host closed the connection]
<digitalcircuit> slh / slh64 (?): Thanks! And pardon the lack of heads up, I'd have poked you about the NBG6817 MMC PR earlier, I've just had to withdraw from real-time chat as unrelated life stuff's been overwhelming. I'm glad stuff seems to be working, or at least nobody's yelled at me on GitHub/etc for breaking ipq806x yet :)
<digitalcircuit> Sometime in the upcoming months I aim to sort out Ansuel's new suggestions and remarks on the CPU crash/reset bug, too: https://github.com/openwrt/openwrt/pull/4748#issuecomment-986384497
<slh> digitalcircuit: don't worry, sadly I didn't find time this weekend to test it on my device yet (hopefully qca8k/ dsa gets merged 'soon', taking juggling that patch series from my plate; switching between mildly complex swconfig vs dsa configs isn't fun...)
<digitalcircuit> slh: Noted!
valku has quit [Quit: valku]
rmilecki has joined #openwrt-devel
Strykar has quit [Quit: /quit]
Strykar has joined #openwrt-devel
Luke-Jr has quit [Ping timeout: 480 seconds]
nitroshift has joined #openwrt-devel
goliath has joined #openwrt-devel
Luke-Jr has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
goliath has joined #openwrt-devel
<stintel> lol 5 replies on my musl patch already
srslypascal is now known as Guest7850
srslypascal has joined #openwrt-devel
<stintel> russm: I tried with !XZ but seems like something didn't work as expected ... during mksquashfs perf showed zstd compress and the kernel still tried XZ
<stintel> need to further investigate
Guest7850 has quit [Ping timeout: 480 seconds]
<stintel> ahh, there is an exception for arm and powerpc already to not use BCJ, I'll just add powerpc to that
Tapper has joined #openwrt-devel
jlsalvador has quit [Quit: jlsalvador]
hexa- has quit [Quit: WeeChat 3.1]
hexa- has joined #openwrt-devel
jlsalvador has joined #openwrt-devel
<stintel> hmmm actually, that uses KARCH which for ppc32 and ppc64 is powerpc so it should already not be using BCJ
<stintel> hmmm
srslypascal is now known as Guest7853
srslypascal has joined #openwrt-devel
<stintel> -comp xz -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2 -Xbcj powerpc
<stintel> ok, that's clearly not working
f00b4r0 has joined #openwrt-devel
Guest7853 has quit [Ping timeout: 480 seconds]
<stintel> hmm, wait, I'm probably misreading that :)
awgh_ has joined #openwrt-devel
awgh has quit [Ping timeout: 480 seconds]
<stintel> yeah, I read it wrong, it does the opposite, it enables bcj for ppc
srslypascal has quit [Quit: Leaving]
<dhewg> blocktrron: hm ok, the reason I'm asking is that I'll have a 7520 soon. It's the same hardware as 7530 with some artificial restriction on the vendor firmware
<dhewg> it does have a different revision (247) and now I wonder if I need to add support for it because the initial avm bootloader checks that or if I can just use a 7530 uboot
srslypascal has joined #openwrt-devel
<blocktrron> If it does not find the correct revision, it uses the first one
<blocktrron> Nur the dt does not Matter for us anyway
rua has quit [Quit: Leaving.]
<blocktrron> What is probably still there is the limitation on 100 Mbit/s on the LAN ports in case it is already set by the bootloader
<blocktrron> ar40xx afaik does not touch the port speed configuration
<dhewg> k, I'll validate that once I get the device
<blocktrron> Could be that my assumption is wrong (now that i think about it), as we load our own U-Boot in second stage.
<blocktrron> This was just a thought that sticked to me when observing different FC configuration between ipq40xx boards
<dhewg> fwiw I came up with this patch http://sprunge.us/Q7r2QD but as I don't have the hw yet it's completely untested
<jow> nbd: what's your opinion on https://bugs.openwrt.org/index.php?do=details&task_id=3373#comment10376 (the proposed patch in the last comment) ?
<dhewg> (if that makes sense and works the uboot patch obv should go in its repo instead of a patch file here)
<blocktrron> dhewg: if U-Boot works, i would just stick with using the 7530 one
<dhewg> alright
<blocktrron> The OpenWrt image for the 7520 however should be kept
<dhewg> if I flash the 7530 uboot, and it doesn't work, it won't brick my device, right? ;)
<blocktrron> in case we realize we need to differentiate between both boards.
<blocktrron> dhewg: check NAND part layout in vendor firmware and if it matches you are good to go
<dhewg> alright, thanks
<blocktrron> What is still dislike is the inflexibility of the current buildsystem regarding multi-dtb FIT images
<dhewg> I found the corresponding TODO :)
<blocktrron> I'd love to just have a single kernel image for all boards where we need to spin our own u-boot anyways
<blocktrron> But that's just rambling about stuff, nevermind
<dhewg> btw, do you have an url or something where the boot process is descibed in detail for avm devices? So far I only found bits here and there on forums
danitool has joined #openwrt-devel
<nbd> jow: will take a look
<blocktrron> dhewg: regarding installation or for the regular bootchain?
<blocktrron> regular bootchain is PBL --> SBL --> EVA --> openwrt-uboot --> linux
<blocktrron> What is important to note here: At least their post-4040 models have a signed chain up to EVA
<dhewg> yeah, I meant the regular
<blocktrron> EVA is 2x on the NAND and PBL will boot the one with a valid signature (and no one if both are corrupt / unsigned)
<blocktrron> The reason for this probably being they update the bootloader OTA
nlowe has joined #openwrt-devel
<stintel> [ 28.640801] mount_root[4473]: segfault (11) at 0 nip 3fff8dff3db0 lr 3fff8dfc1a30 code 1 in libc.so[3fff8dfda000+99000]
<stintel> that's gonna be fun
<stintel> oh, actually, not that bad
<stintel> it happens in /etc/init.d/done
<stintel> it's simply the call "mount_root done"
<stintel> so reproducing it is very easy
Tapper has quit [Ping timeout: 480 seconds]
felix has quit []
<dhewg> blocktrron: is eva those two "urlader" nand partitions?
Tapper has joined #openwrt-devel
felix has joined #openwrt-devel
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
<stintel> avoiding the segfault is easy: https://git.openwrt.org/2dcddd731a80
<stintel> but I guess we shouldn't be calling find_mount_point(NULL, ...)
<stintel> it's trying to find rootfs_data in the mtd partitions but the rootfs is on sdcard
<blocktrron> dhewg: correct
<stintel> so the if (!v) doesn't work
nlowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
victhor has joined #openwrt-devel
nlowe has joined #openwrt-devel
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #openwrt-devel
rua has joined #openwrt-devel
slh64 has quit [Ping timeout: 480 seconds]
slh has quit [Ping timeout: 480 seconds]
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
nlowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nlowe has joined #openwrt-devel
nlowe has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
Gaspare has joined #openwrt-devel
Gaspare has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
castiel652 has joined #openwrt-devel
<stintel> j powerdns
<stintel> FAIL
yrrips has joined #openwrt-devel
f00b4r0 has quit [Quit: reboot]
f00b4r0 has joined #openwrt-devel
<yrrips> Anyone know if anyone has given a stab at getting openwrt running on an unifi dream router yet?
<yrrips> s/given/taken
valku has joined #openwrt-devel
nitroshift has quit [Quit: Gone that way --->]
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
lucenera has joined #openwrt-devel
yrrips has quit [Quit: Page closed]
noltari has quit [Ping timeout: 480 seconds]
<aparcar> rsalvaterra: is the rampis switch to 5.10 ready?
pmelange has joined #openwrt-devel
castiel652 has quit [Quit: Leaving]
pmelange has left #openwrt-devel [#openwrt-devel]
jlsalvador has quit [Quit: jlsalvador]
jlsalvador has joined #openwrt-devel
shibboleth has joined #openwrt-devel
linusw_ has quit []
Borromini has joined #openwrt-devel
linusw_ has joined #openwrt-devel
f00b4r0 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
f00b4r0 has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
<slh> dhewg: there are many who force-flash the 7530 OEM image on the 7520, to get rid of the 100 MBit/s port restriction, it's purely done in their firmware
victhor has quit [Remote host closed the connection]
<shibboleth> doesn't appear to be a device vendor you'd want anything to do with
victhor has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
philipp64 has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
Strykar has quit [Remote host closed the connection]
Strykar has joined #openwrt-devel
f00b4r0 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
f00b4r0 has joined #openwrt-devel
danitool has quit [Read error: Connection reset by peer]
Borromini has quit [Quit: Lost terminal]
dedeckeh has quit [Remote host closed the connection]
Tapper has joined #openwrt-devel
rmilecki has quit [Ping timeout: 480 seconds]
mrkiko has joined #openwrt-devel
<mrkiko> Hello all!
<mrkiko> May someone help out with GitHub PR #4255 ? It seems ready for merging, but needing some review...
Tapper has quit [Ping timeout: 480 seconds]
f00b4r0 has quit [Read error: Connection reset by peer]
<dhewg> slh: I know, but I think there's value in having an openwrt image for unmodified 7520
<slh> ack
srslypascal is now known as Guest7897
srslypascal has joined #openwrt-devel