<\x>
ei robimarko, so how is this ethernet ports on ipq60xx (or maybe mr7350 only) are connected? is this like the wan port is a dedicated link ton the cpu then the 4 lan ports also has one then switched? or is it like each port has a dedicated link to the cpu?
gladiac has quit [Quit: k thx bye]
gladiac has joined #openwrt-devel
Borromini has joined #openwrt-devel
<mrkiko>
Unfortunately I am sure I just asked - what is the purpose of the "miireg" interface in the qualcommax target ? Or in other similar targets where it's present? ( robimarko , ??)
gladiac has quit [Quit: k thx bye]
<mrkiko>
I mean - I am sure I already asked but forgot the answer, sorry
gladiac has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
mrkiko has quit [Quit: leaving]
mrkiko has joined #openwrt-devel
<mrkiko>
I'm back
<robimarko>
\x: All of them are from the switch
<mrkiko>
google not helpful about the miireg thing :D
<robimarko>
mrkiko: Its a QCA thing where they originally used it so you use IOCTL-s to talk to the PYH
<robimarko>
*PHY-s
<robimarko>
And not have to know to which ethernet interface its attached
<robimarko>
Only used for loading the AQR FW AFAIK
<mrkiko>
robimarko: wow, thanks for the hint. So you did a sequence of preparatory ioctls and then sent frames of some forms over the interface?
<mrkiko>
robimarko: now completely unused?
<robimarko>
mrkiko: No, you could just use standard IOCTL-s for MDIO read/writes
<robimarko>
Nothing fancy
<robimarko>
Yes, miireg is unused in OpenWrt
<robimarko>
SSDK is the one registering the thing
<robimarko>
It was basically added just for loading the AQR FW
<robimarko>
But I have not patched it, so it doesnt actually work on 5.15 or 6.1
<\x>
robimarko: so how large is that link from switch to cpu? is it 2.5Gbps? more? >inb4 1Gbps
Borromini has quit [Quit: Lost terminal]
Borromini has joined #openwrt-devel
<robimarko>
\x: Well, that is not listed anywhere
Tapper has quit [Ping timeout: 480 seconds]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
rsalvaterra has quit []
<Mangix>
AQR firmware. Interesting.
<Mangix>
On my desktop, the firmware is flashed.
Borromini has quit [Quit: leaving]
goliath has joined #openwrt-devel
<robimarko>
AQR can load the FW from SPI-NOR, but that costs money
<robimarko>
And its connected via MDIO anyway
<robimarko>
I have plenty of boards with AQR-s and only one actually has FW on SPI-NOR
<Mangix>
What version is used? My aqr108 is at 3.1.121. Newer chips seem to use version 4.
<robimarko>
Depends on the generation
<robimarko>
AQR 4th generation is up to 5.6.x
<Mangix>
Hmm yeah aqr108 is old.
rsalvaterra has joined #openwrt-devel
<rsalvaterra>
Hi, everyone! :)
<rsalvaterra>
So, uh… I guess I broke my RT3200 testing dangole's 6.1 testing kernel. xD
<rsalvaterra>
It's falling back to the recovery image at boot.
<rsalvaterra>
My question is, how do I recover the main image? Is it just a matter of doing a sysupgrade with a known good image from the recovery?
<rsalvaterra>
I've been looking for information about it, but couldn't find it, to be honest.
<slh64>
rsalvaterra: yes
<rsalvaterra>
slh64: Ah, thanks for confirming. :)
<rsalvaterra>
I was about to do it anyway, since it seemed obvious, but it's nice to have confirmation.
<rsalvaterra>
Unrelatedly, I'm seeing build failures (e.g. liblua) due to MIPS16 relocation issues on ramips/mt7621.
<Mangix>
Unfortunate
<Mangix>
Last time I saw those was because of missing PIC
<rsalvaterra>
That's what it complains about, yes. But the makefile contains $(FPIC) in the compiler flags.
<rsalvaterra>
Also tried to force -fPIC manually, but alas.
gladiac has joined #openwrt-devel
<stintel>
alright the nanddump and later nandwrite didn't work, shitload of stack traces after rebooting, guess I'll be using the default board-2.bin after all :P
<stintel>
I was getting >400Mbps on a quick test so performance seems ok anyway
minimal has joined #openwrt-devel
shibboleth has joined #openwrt-devel
schwicht has joined #openwrt-devel
<Mangix>
rsalvaterra: maybe makefile is broken somewhere.
<Mangix>
Anyway, is mt76 still broken with WDS and 802.11s?