Not signed off, and no install info, you got a steep climb ahead of you.
Added installation instructions and signed the commit
Looks for 3 weeks dead now at OpenWRT
Support for a new platform, in this case qualcommBE can take months, even years.
Well the work he is doing is great and for me the split with OpenWRT and LEDE was a blessing in the past, maybe he has to go with ImmortalWRT, cause to be honest, if everything is working and it is only about the shared RJ45/SFP port. I would say @sidhantgoel try it at ImmortalWRT. If OpenWRT donāt want 2 images a SFP and RJ45 version. Years to wait for QualcommBE, well then OpenWRT is digging their own grave and a nice to have firmware for old crap, sorry to say ![]()
Or Immortal are less picky with their code base and incorporate stuff that isn't FOSS.
(It's only a guess though)
Update:
- Rebased the PR on 6.18 testing kernel and it works fine without any additional patches.
- MLO is working though there is some issues with wifi config, there is already a issue for that https://github.com/openwrt/openwrt/issues/22157
- Implemented two targets which are interchangeable and one implements sfp other one as nic, both targets working fine
Waiting for it to be accepted soon. ![]()
Do we have some place to download the firmware with instructions, I want to try SFP+ with my Zaram module, cause I know with BananaPi it is a no go.
I will upload the packages and send the link for testing, any specific package you want to include in the build?
Also another update, I modified the latest u-boot branch with IPQ target and it is also working well on this device, with new u-boot features, soon I will publish the code.
It looks like this one, I see with someone and a BananaPi R4 (which I also have)
Iāve this module used in the Netherlands. The driver for the Zaram ZXOS11NPI XGS-PON ONU SFP+ module is the ltq-ifxos driver in the Linux kernel. This driver supports the ZX300 SoC used in the module.
If not possible. I also have a mediaconverter for 10Gb Fiber to 10Gb UTP, but then I need the other firmware with UTP connection.
With OpenWRT 25 I see ifxos is there again, so I think it is working with kernel version 6 now, but that I can test on my BananaPi R4, but have to hardware patch with soldering first, but that is no issue.
Published u-boot code @ sidhantgoel/u-boot at feat/tplink-archer-be800
Does it support jumbo frames on the ports?
iām not sure, can you help me with the config, Iāll test
Could you try:
ip link set XXX mtu 9000
where XXX is the name for each ethernet port.
If the command succeeds then it supports some jumbo frames.
If it doesnāt support jumbo frames, the command would fail with:
Error: mtu greater than device maximum.
There might be an easier way to test for jumbo frames, but I donāt know how.
Command is successful on all the ethernets.
I see development slowing down, is that correct @sidhantgoel