mrnuke has joined #openwrt-devel
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
<stefanct> i guess because there is no cpu clock set in the dts
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
nixuser has quit [Quit: Lost terminal]
nixuser has joined #openwrt-devel
goliath has joined #openwrt-devel
zer0def has quit [Quit: zer0def]
zer0def has joined #openwrt-devel
KGB-2 has joined #openwrt-devel
<KanjiMonster> stefanct: I think the issue is that the cpu clock has the xtal clock as its parent, but is registered before the xtal clock. So when the core tries to recalc the rate, the parent doesn't exist yet, so the parent rate passed is 0. On later registration of the xtal clock, it should redo the rate calc with the actual rate, so the warning should be harmless
ashkan has joined #openwrt-devel
<owrt-images-builds> Build [#277](https://buildbot.openwrt.org/images/#/builders/154/builds/277) of `master_armsr/armv7` failed.
noahm has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
noahm has joined #openwrt-devel
SnarlingFox has joined #openwrt-devel
<SnarlingFox> Morning
<SnarlingFox> robimarko: Hi buddy, I'm finally have a little time to start looking at that WSQ50 rebase (https://github.com/openwrt/openwrt/pull/14028) over the next day or so - don't wanna assume you're free so please let me know when you've got a few mins to discuss :)
<robimarko> SnarlingFox: Hi there, what do you want to discuss?
<SnarlingFox> The most recent build in that PR is not quite stable - I've been using it now on 4x WSQ50's and aside intermittent performance issues over wireless. Changing from 2.4 GHz to 5 GHz can sometimes help. I've ended up creating a slew of SSID's on each band just to be able to connect to them individually (my neighbours hate me..)
<SnarlingFox> In addition to that, one particular WSQ50 is connected to my CCTV NVR in the loft as a bridge, that unit is highly unstable and stops responding often (1-2 times daily), I've had to put a smart plug on it just to be able to remotely power cycle it. It's constantly got CCTV traffic going through it (7 cameras) to another location on my home network. The factory firmware was far more
<SnarlingFox> stable, once per week I'd perhaps have to power cycle it.
<SnarlingFox> And by stop responding I mean even the UART stops responding too. I've slipped an ESP32 inside that WSQ50 functioning as a WiFi to Serial gateway so I can remotely poke it.
<SnarlingFox> Sadly the ESP32's SRAM isn't large enough to capture the entirety of the dump that gets spat out to the UART when it freezes. Suppose I could code some kinda syslog forwarder on it, but sometimes there's no log output at all. Just eadlock.
<SnarlingFox> The glimpses I did get sometimes pointed to the ETH subsystem as we as the wireless subsystem - my guess is there's some packet coming out from the CCTV NVR that it can't handle and craps itself.
<robimarko> It worked fine before?
<robimarko> It would be interesting to see the stack trace when it panics
<SnarlingFox> Sorry, I realise that was a massive dump of text
<mrkiko> robimarko: seen your work on RB5009; congrats and thanks a lot
<robimarko> :)
<SnarlingFox> Back on the factory firmwares general WiFi performance was very good and the WSQ50 connected to the CCTV NVR would perhaps lock up once every 7-10 days. Since swapping to OpenWrt, overall WiFi performance is "variable" and the WSQ50 on the CCTV locks up daily.
<mrkiko> robimarko: wondering how you managed to modify the routerboot binary
<robimarko> mrkiko: Thanks to adron leaving some crumbs https://github.com/adron-s/mtik_routerboot_encdec
<robimarko> It allowed me to decompress the actual code and then modify it via Ghidra based on what he did for the older 7.2rc1
<mrkiko> robimarko: thanks a lot!!
<robimarko> Plus adjusting for the changed putc (I think it was putc)
<mrkiko> robimarko: ... well, great work ... really.
<robimarko> I will probably eventually fork his repo and updated the patch script so others can reproduce it
<SnarlingFox> Ooh I need to learn how to use Ghidra, there's some Hitachi H8/539 code I need to.. inspect :)
<robimarko> SnarlingFox: Ugh, if it hangs on stock then most likely its something ethernet
<robimarko> But good luck figuring out what
<SnarlingFox> \o/
<SnarlingFox> Yeah :D
<SnarlingFox> Based on that information, I'm guessing that PR won't get accepted
<robimarko> Well, I am since you are kind of the only user depends on whether that is fine by you
<SnarlingFox> How does OpenWrt handle situations where wider testing is required?
<owrt-images-builds> Build [#290](https://buildbot.openwrt.org/images/#/builders/82/builds/290) of `master_realtek/rtl930x` failed.
<owrt-images-builds> Build [#282](https://buildbot.openwrt.org/images/#/builders/190/builds/282) of `master_at91/sam9x` failed.
minimal has joined #openwrt-devel
ashkan has quit [Remote host closed the connection]
<owrt-images-builds> Build [#280](https://buildbot.openwrt.org/images/#/builders/94/builds/280) of `master_ipq806x/chromium` failed.
<robimarko> SnarlingFox: Its hard to say, at least having the stack trace could help
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<owrt-images-builds> Build [#280](https://buildbot.openwrt.org/images/#/builders/109/builds/280) of `master_bmips/bcm63268` failed.
<SnarlingFox> Lemme see if I can push it into crashing
<SnarlingFox> (Sods law will be it'll be rock solid stable now I want it to crash)
robimarko has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#281](https://buildbot.openwrt.org/images/#/builders/220/builds/281) of `master_mpc85xx/p2020` failed.
<owrt-images-builds> Build [#280](https://buildbot.openwrt.org/images/#/builders/126/builds/280) of `master_tegra/generic` failed.
slh64 has joined #openwrt-devel
<owrt-images-builds> Build [#286](https://buildbot.openwrt.org/images/#/builders/165/builds/286) of `master_at91/sama7` failed.
gch981213 has joined #openwrt-devel
robimarko has joined #openwrt-devel
<SnarlingFox> wb :)
<SnarlingFox> robimarko: I found some log crashes from previous crashes, they are partial / incomplete but hopefully enough
<SnarlingFox> (I'm just rebasing now btw)
<owrt-images-builds> Build [#280](https://buildbot.openwrt.org/images/#/builders/205/builds/280) of `master_mpc85xx/p1020` failed.
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
wcyb has joined #openwrt-devel
<wcyb> Hi, I have encountered a problem and cannot find a solution. Maybe someone will know what I am doing wrong. Generally speaking, using the latest stable U-Boot, I want to run the latest stable OpenWRT on a supported SoC (QCA9533).
<wcyb> U-Boot works, the OpenWRT build system completes without errors, however, when I try to boot the generated image (sysupgrade), U-Boot displays a "Bad data CRC" error. Is the build system doing something to do with this? I base my device configuration block on $(Device/Default).
goliath has quit [Quit: SIGSEGV]
<mrkiko> sysupdate is not generally meant to be used with u-boot unless special support added to u-boot
<rmilecki> robimarko: impressive Mikrotik work
<rmilecki> nice!
<robimarko> rmilecki: It only took 2 years
<mrkiko> yeah, I am tempted to try the rb5009 as well
<wcyb> Ok, however, when I use the initramfs image, U-Boot displays a "Wrong Image Type for bootm command" error, even though it has a header like the sysupgrade image. Is there perhaps an example I could follow if I want to add support for a "clean" device with an official, unmodified U-Boot and OpenWRT?
<mrkiko> wcyb: hoping someone can help you.
<mrkiko> wcyb: matbe pepe2k's ubootmod could help?
<mrkiko> wcyb: you're in the ath79 world right?
<wcyb> mrkiko: Yes, ath79, I know this mod from pepe2k, however, my goal is to use the latest stable U-Boot.
<wcyb> The current issue I'm trying to solve is the one with the CRC of the data, and I was wondering if maybe some script is modifying the image after it's created, which could be causing this problem.
dermoth has joined #openwrt-devel
dermoth has quit [Remote host closed the connection]
dermoth has joined #openwrt-devel
goliath has joined #openwrt-devel
f00b4r0 has quit [Quit: reboot]
<wcyb> mrkiko: There is progress. Actually, the CRC of the data was different from that generated by the OpenWRT build system, and after I corrected the CRC of the data and header by U-boot's built-in crc32, the problem disappeared. However, another one appeared - during image decompression: "lzma compressed: uncompress error 1". This is followed by a board reset.
f00b4r0 has joined #openwrt-devel
noltari has quit [Ping timeout: 480 seconds]
skynet2 has joined #openwrt-devel
<owrt-images-builds> Build [#278](https://buildbot.openwrt.org/images/#/builders/154/builds/278) of `master_armsr/armv7` completed successfully.
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
cmonroe has joined #openwrt-devel
<owrt-images-builds> Build [#291](https://buildbot.openwrt.org/images/#/builders/82/builds/291) of `master_realtek/rtl930x` completed successfully.
<wcyb> mrkiko: I managed to solve the problem. It turned out (I still have to make sure) that either the SPI memory was defective and this was causing CRC problems, or the default read frequency in U-Boot was too high. Either way - OpenWRT is working. Thanks guys.
kirdesde has joined #openwrt-devel
<owrt-images-builds> Build [#283](https://buildbot.openwrt.org/images/#/builders/190/builds/283) of `master_at91/sam9x` completed successfully.
skynet2 has quit [Quit: Leaving]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<owrt-images-builds> Build [#281](https://buildbot.openwrt.org/images/#/builders/94/builds/281) of `master_ipq806x/chromium` completed successfully.
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#282](https://buildbot.openwrt.org/images/#/builders/220/builds/282) of `master_mpc85xx/p2020` completed successfully.
<owrt-images-builds> Build [#281](https://buildbot.openwrt.org/images/#/builders/126/builds/281) of `master_tegra/generic` completed successfully.
<russell--> jow: i found that when while hacking on luci and tried moving the encryption and key entries in the Wireless Security tab to the General Settings tab (to try to simplify things for naive users), saving doesn't work. i suspect that whatever is saving those values can't find them in the new location.
<russell--> win 34
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<owrt-images-builds> Build [#287](https://buildbot.openwrt.org/images/#/builders/165/builds/287) of `master_at91/sama7` completed successfully.
<owrt-images-builds> Build [#281](https://buildbot.openwrt.org/images/#/builders/109/builds/281) of `master_bmips/bcm63268` completed successfully.
SnarlingFox has quit [Remote host closed the connection]
rua has quit [Quit: Leaving.]
<owrt-images-builds> Build [#281](https://buildbot.openwrt.org/images/#/builders/205/builds/281) of `master_mpc85xx/p1020` completed successfully.
<russell--> actually, new observations throw doubt on earlier inference, i don't actually know what's going on, lol
wcyb has left #openwrt-devel [#openwrt-devel]