nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
Atomicly| has joined #openwrt-devel
AtomiclyCursed has quit [Ping timeout: 480 seconds]
Atomicly| is now known as AtomiclyCursed
lemoer has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
<\x> slh: there is kind of an smallbuffers patch for ath11k
<\x> and you can run fw mode 2
<\x> ofcourse these have to be self-built
<\x> ive been running such a setup no issues, but yeah im on ipq60xx
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
lemoer has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
<owrt-images-builds> Build [#70](https://buildbot.openwrt.org/images/#/builders/210/builds/70) of `main_mediatek/mt7622` failed: failed Images built and installed (failure) (timed out)
vincejv has quit [Remote host closed the connection]
lemoer has joined #openwrt-devel
vincejv has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
minimal has quit [Quit: Leaving]
skynet2_ has quit []
vincejv has quit [Remote host closed the connection]
vincejv has joined #openwrt-devel
sorinello has joined #openwrt-devel
maciekb721839 has quit [Quit: Ping timeout (120 seconds)]
maciekb721839 has joined #openwrt-devel
valku has quit [Quit: valku]
goliath has joined #openwrt-devel
vincejv has quit [Remote host closed the connection]
vincejv has joined #openwrt-devel
n3ph has joined #openwrt-devel
<slh> \x: yes, I know. but your mr7350 has 512 MB RAM, and for 256 MB it would get really, really ugly with ath11k
robimarko has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
nitroshift has joined #openwrt-devel
danitool has joined #openwrt-devel
ddejean has joined #openwrt-devel
ddejean has quit []
cjd has quit [Ping timeout: 480 seconds]
gromero has joined #openwrt-devel
cjd has joined #openwrt-devel
PtitGNU has quit [Ping timeout: 480 seconds]
awgh has quit [Remote host closed the connection]
awgh has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
skynet2 has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
nitroshift has quit [Quit: Leaving that way ---->]
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
cmonroe has joined #openwrt-devel
xback has joined #openwrt-devel
n3ph_ has quit [Ping timeout: 480 seconds]
<xback> When cloning luci feeds etc, I get a lot of these: fatal: unable to access 'https://git.openwrt.org/project/luci.git/': The requested URL returned error: 504
<xback> anyone knows if the server is having difficulties?
<jakllsch> probably overloaded by LLM training?
<xback> jow: any idea?
<stintel> clone via SSH
drussell_ has joined #openwrt-devel
<stintel> although it seems to work fine for me
* cjd whispers "disable ipv6"
goliath has quit [Quit: SIGSEGV]
<dwfreed> I'd just overwrite the feeds conf to use the github mirrors
soxrok2212_ has quit [Remote host closed the connection]
soxrok2212 has joined #openwrt-devel
valku has joined #openwrt-devel
drew32_ has joined #openwrt-devel
<drew32_> Do I need to disable all parsers if I want openwrt to use the mtd layout under spi_nor in the .dts file I created? My device is different and bcm47xxpart.c cannot parse it correctly.
soxrok2212 has quit []
soxrok2212 has joined #openwrt-devel
goliath has joined #openwrt-devel
<mrkiko> \x: how may I go about enabling ath11k fw mode 2?
<robimarko> Just qcom,ath11k-fw-memory-mode = <2>; in the DTS
<KanjiMonster> drew32_: no need to disable anything, just set the appropriate compatible for your partitions node for the parser to use (e.g. "fixed-layout" IIRC for static partitions)
<mrkiko> robimarko: thanks!!
<mrkiko> robimarko: hey, long time no see!! Hoping all is well
<mrkiko> robimarko: very nice to see ipq5xx/ipq6xx, thanks a lot for you HARD work.
<drew32_> Are you able to point me to deeper documentation on it? I found this site: https://openwrt.org/docs/techref/flash.layout
<robimarko> mrkiko: yeah, just been busy
<robimarko> ipq50xx is not my work, I have just been cleaning it up
<drew32_> this was one of my attempts to map the stock mtd layout into the .dts file. I am sure I screwed up somewhere, but when I compile everything and check I only see bcm47xxpart do it's thing and fail to find the partitions, I don't see any attempt to try to map this. https://textbin.net/0dvfz3qob3
<drew32_> I have since created a new entry for my device rather than just modifying that buffalo router, but this was my first attempt haha
<KanjiMonster> drew32_: does this device have both nand and nor flash? because you define a NOR flash, but you also include "bcm5301x-nand-cs0-bch8.dtsi" which enables NAND flash
<KanjiMonster> the NAND flash uses a bcm47xx parser by default, so probably that is what you are seeing
<drew32_> my device just has NOR but I couldn't find another .dts file under bcm53xx that used just NOR
<drew32_> Yeah I see the bcm47xx parser, but it can't detect my partitions. I think one reason is I have to strip the trx header off in order to get this meru ap to take the firmware flash
<KanjiMonster> do you have a bootlog you can share?
<drew32_> I have been reading over the bcm47xxpart.c trying to get a better understanding of that too
<drew32_> let me see if I have a full one, I have this snippet of the mtd loading: https://textbin.net/ynvqaoznhg
<drew32_> Here is the full boot log: https://textbin.net/pteu8qkgu4
<drew32_> I set openwrt to create a squashfs as I saw it was creating a ubi for that router, but the bcm47xxpart.c cannot find the squashfs partition, my guess is it gets confused when it can't find trx header info
<drew32_> Device is a Meru AP822i
minimal has joined #openwrt-devel
n3ph has joined #openwrt-devel
<KanjiMonster> drew32_: ah, the issue is the extra flash@0 node under spi_nor you define. So you create spi_nor/flash@0/partitions, while the actual data is at spi_nor/partitions
<drew32_> like this? https://textbin.net/jmmw68wfnu
<KanjiMonster> yes (though you can drop the spi_nor "jedec,spi-nor" compatible and reg properties, those are already set by the original .dtsi)
<drew32_> wow thanks! Will have to try this asap. Then I figured the next thing I need to do is rename runtime1 to firmware? So that openwrt see's that and then looks for the squashfs part?
drew32_ has quit [Quit: Page closed]
drew32 has joined #openwrt-devel
drew32 has quit [Remote host closed the connection]
EPinci has joined #openwrt-devel
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
<EPinci> Hello, is anyone facing failures with ucode build after the latest commits in openwrt-24.10?
EPinci has quit [Quit: Page closed]
drussell_2 has joined #openwrt-devel
drussell_ has quit [Ping timeout: 480 seconds]
drew32 has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
lucenera7 has quit [Remote host closed the connection]
lucenera7 has joined #openwrt-devel
AtomiclyCursed has quit [Quit: ZNC 1.9.1 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
n3ph has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
drew32 has quit [Remote host closed the connection]
Nilsro has joined #openwrt-devel
Nilsro_ has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
drew32 has joined #openwrt-devel
n3ph has joined #openwrt-devel
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
tmn505 has quit [Remote host closed the connection]
tmn505 has joined #openwrt-devel
<drew32> KanjiMonster: Wow that worked! Been stuck on this for over a week!
n3ph has quit [Ping timeout: 480 seconds]
drew32 has quit [Remote host closed the connection]
drew32 has joined #openwrt-devel
<drew32> Hmm so no luck in just renaming the portion of the nor flash I flashed to firmware. Doesn't seem to split it into the two partitions I thought openwrt did automatically? Not sure if I need to manually figure out where the squashfs partition begins and add that to the .dts file as rootfs?
drew32 has quit [Remote host closed the connection]
cmonroe has joined #openwrt-devel
drew32 has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
romany has quit [Ping timeout: 480 seconds]
geekythings has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
gromero has quit [Read error: Connection reset by peer]
gromero has joined #openwrt-devel
Edu4rdSHL has quit [Quit: Leaving]
Edu4rdSHL has joined #openwrt-devel
drew32 has quit [Remote host closed the connection]
danitool has joined #openwrt-devel