schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
schwicht has joined #openwrt-devel
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
nixuser has joined #openwrt-devel
schwicht has joined #openwrt-devel
cmonroe has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
schwicht has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
dangole_ has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
rua has quit [Quit: Leaving.]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Daanct12 has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.0.4]
Daanct12 has joined #openwrt-devel
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
dangole_ has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #openwrt-devel
rmilecki has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Kevinjil has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<rmilecki> SpectreDev_01: like this: of_parse_phandle_with_optional_args(np, "nvmem-cells", "#nvmem-cell-cells", index, &cell_spec);
<rmilecki> SpectreDev_01: see of_nvmem_cell_get()
<rmilecki> i don't think you need to read it on your own though
schwicht has joined #openwrt-devel
<SpectreDev_01> Hmm I see
damex has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<KanjiMonster> rmilecki: I have no idea how it is implemented in bcm49xx, but on bcm63xx(mips) accesses to the memory mapped spi flash are translated to spi calls (there's even a register to configure the command, wether 3 or 4 address bytes etc)
<KanjiMonster> likely the memory mapped NAND works similarily, so concurrent use of the NAND controller directly and indirectly via the memory mapped area might interfere with each other
<rmilecki> KanjiMonster: yeah, it matches what response I got already
<rmilecki> KanjiMonster: i modified NVMEM driver to cache whole NVRAM content
<rmilecki> https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=bcd76dc7d825b39e2585f1cc165b157a4fb8daa4 ("bcm53xx: store a copy of NVRAM content in NVMEM driver")
<KanjiMonster> for spi nand/nor there's spi-mem to use these kind of things as an accelerator, but no such thing exists for raw nand. and it would still require you to go through the mtd system
<KanjiMonster> assuming reading from the memory mapped area is faster (or uses less cpu ressources) than using the nand controller
robimarko has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
<robimarko> SpectreDev_01: Your pinctrl is even more broke now
<robimarko> Pinctrl stuff goes into &tlmm
<robimarko> And your pinctrl references in both UART and I2C are completely broken
<robimarko> Also, why do you even have a DTSI and then a DTS for single device?
<robimarko> And again with the copy/paste from decompiled DTB:https://github.com/SpectreDev-007/openwrt/blob/master/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200.dtsi#L28C30-L28C30
<robimarko> This doesnt work, that reference is not valid at all
<robimarko> You cannot copy/paste from decompiled DTB like this
<robimarko> All phandles and thus references to them are dynamic
<robimarko> Can you provide me with the DTS from stock FW?
<robimarko> I will make you a simple DTS that just has UART working
<SpectreDev_01> Yes I can one second
<SpectreDev_01> It's one device but there's 2 revisions and the difference between them is just partition layout from what I can see
schwicht has joined #openwrt-devel
<robimarko> Partitions can most likely just be parsed out by the SMEM parser instead of hardcoding
schwicht has quit [Ping timeout: 480 seconds]
<SpectreDev_01> That's V1
<robimarko> Can you also post a full stock FW bootlog?
<SpectreDev_01> Ok
<SpectreDev_01> This is V1 bootlog
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<robimarko> SpectreDev_01: This should be a good start with most stuff working
<robimarko> You gotta label the ethernet ports though
<robimarko> I did not enable the second UART
<robimarko> Does this thing have bluetooth or?
<robimarko> Cause if not, 99% that UART is not even used
rua has joined #openwrt-devel
<SpectreDev_01> robimarko: yeah it does have BT but it's only ever used to set the device up on stock
<SpectreDev_01> Thanks for doing the DTS, I appreciate that alot
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
schwicht has joined #openwrt-devel
<robimarko> Its 99% then not supported by Bluez or like
<robimarko> Like on most of AP-s
<SpectreDev_01> Yeah I don't think it's even worth having just seems pointless
schwicht has quit [Ping timeout: 480 seconds]
robimarko has quit [Read error: Connection reset by peer]
robimarko has joined #openwrt-devel
<djfe> Linksys mx4200 very cool!
<djfe> looking forward to that
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
schwicht has joined #openwrt-devel
<SpectreDev_01> djfe: yep pretty good router imo, Openwrt would just complete it
schwicht has quit [Ping timeout: 480 seconds]
<djfe> current installation is probably serial only, right? (like most other ipq807x devices)
<SpectreDev_01> djfe: nah Linksys has a built in, firmware flasher should be able to use that to flash Openwrt over stock
<SpectreDev_01> Dunno about updating Openwrt
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has joined #openwrt-devel
rua has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
tidalf has quit [Remote host closed the connection]
tidalf has joined #openwrt-devel
schwicht has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.0.4]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
rua has quit [Quit: Leaving.]
dangole_ has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
indy has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
Danct12 has quit [Remote host closed the connection]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
indy has joined #openwrt-devel
rua has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
Danct12 has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<\x> robimarko: any downsides using this? https://i.imgur.com/lOj6Kxu.png 256MB mode
<robimarko> Further reduced client count, no coldboot calibration
<\x> isnt it both vdev 8 and 128 peers?
<\x> for both 256 and 512MB mode?
<robimarko> Indeed
<\x> how about this cold boot calibration thing?
<robimarko> But the thing we are missing is reduced buffer and queue sizes
<robimarko> Those should be reduced, but it will probably just work
<robimarko> Its not 256MB mode, its Mode-2
<robimarko> Nothing prevents you from using it with 1GB of RAM
<robimarko> I think it saves you 10MB of RAM in best case scenario
<\x> 15+8
<robimarko> Well, 8 of those have nothing to do with WLAN
<robimarko> Is the NSS region even defined, we can remove that from IPQ8074 as well to save some RAM
<robimarko> Until its actually sued
<robimarko> *used
<\x> can you like run 8 nss and still 55MB wlan q6?
<robimarko> Yes
<robimarko> But the whole 256MB profile is junk, they remove half of the features to get it to fit
<\x> hmm, can I zero out NSS?
<robimarko> Its basically for the no-name boards that are instant e-waste
<robimarko> If you are not using NSS-DRV you can just remove the NSS memory region
<\x> which else can be zeroed out? m3 dump right?
<robimarko> Yes, that is completely unused
<\x> thanks man
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Kevinjil has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
danitool has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
fakuivan has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
dangole_ has quit [Quit: Leaving]
dangole has joined #openwrt-devel
dangole_ has joined #openwrt-devel
<dangole_> Ansuel: are you planning to backport PHY LED stuff to openwrt-23.05? I'm asking because after recent commits kernel patches can no longer be cherry-picked from main branch and apply cleanly on openwrt-23.05 branch. And the backport would solve that. Otherwise we'll need a commit refreshing kernel patches on the openwrt-23.05 branch which will make future backports even more difficult...
<dangole_> rmilecki: could you help with reviewing NVMEM-on-UBI series? https://patchwork.ozlabs.org/project/linux-mtd/list/?series=368347
<dangole_> rmilecki: also got NVMEM-on-MMC/block already prepared, but want to get NVMEM-on-UBI merged first.
dangole has quit [Remote host closed the connection]
dangole_ is now known as dangole
<dangole> rmilecki: see https://github.com/dangowrt/linux/commit/6cdf65c0b82628cf3033c54359377f39a0473c99 and commits before that on the same branch if you are interested
schwicht has quit [Ping timeout: 480 seconds]
Shados has joined #openwrt-devel
schwicht has joined #openwrt-devel
FLD is now known as Guest1560
FLD has joined #openwrt-devel
Guest1560 has quit [Ping timeout: 480 seconds]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<philipp64> Anyone know of a source for single units of Telit modem cards? The only one I found was AVNET and they're claiming 7 months lead time...
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<SpectreDev_01> robimarko: how would we get smem parser to get the partitions done
schwicht has joined #openwrt-devel
<rmilecki> dangole: i'll try to find a moment for that
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<SpectreDev_01> I think I figured out the smem parser
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<SpectreDev_01> robimarko: found 1 hw difference between V1 and V2 V1 has 512Mib ram and V2 has 1Gib hope that doesn't cause an issue
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<slh> issues, no, that just means they need two different images, with their own DTS (RAM size is hardcoded)
schwicht has quit [Ping timeout: 480 seconds]
Tapper has quit [Quit: Tapper]
schwicht has joined #openwrt-devel
<SpectreDev_01> slh: interesting since my DTS doesn't have ram mentioned at all, and it's detected fine from what I can see
schwicht has quit [Ping timeout: 480 seconds]
guerby has quit [Ping timeout: 480 seconds]
rmilecki has quit [Quit: Konversation terminated!]
robimarko has quit [Quit: Leaving]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
rmilecki has quit [Read error: Connection reset by peer]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
guerby has joined #openwrt-devel
guerby has quit [Ping timeout: 480 seconds]
philipp64 is now known as Guest1575
philipp64 has joined #openwrt-devel
schwicht has joined #openwrt-devel
Guest1575 has quit [Ping timeout: 480 seconds]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
rua has quit [Remote host closed the connection]
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
rua has joined #openwrt-devel