Conversation
11d6c02 to
8696824
Compare
|
I managed to clean up the LED configuration. This is now ready for review. |
| The device is fully supported: | ||
| - All 4 2.5GBASE-T RJ45 ports work at 10/100/1000/2500 Mbps | ||
| - The 10GBit port works. TODO: Fix EEE, speed selection | ||
| - The SFP+ port supports 1G, 2.5G and 10G modules |
| 0x1d, 0x20, 0x21 }, | ||
| .port_led_set = { 0, 0, 0, 1, 0, 0, 0, 0, 1}, | ||
| /* Ports 1-4: Green: 2.5GBit, Orange: 10/100/1000MBit | ||
| * Port 5: Green: 10GBit, Orange: <= 5GBit |
| ### What works | ||
| The device is fully supported: | ||
| - All 4 2.5GBASE-T RJ45 ports work at 10/100/1000/2500 Mbps | ||
| - The 10GBit port works. TODO: Fix EEE, speed selection |
c1c4307 to
a6f3de2
Compare
|
Thanks for reviewing! Fixed all of the above and pushed the PR again. |
There was a problem hiding this comment.
I'm confused, this file is for a -XH switch with one 10GBaseT and one SFP+ port, isn't it?
|
No, this is the device with 2 10GBit Ethernet ports, ending in 2XT. I believe, I initially linked to the wrong photos. |
But there are two .md Files in this PR. |
|
Oh, no! I edited the wrong file when you asked for the changes in the .md file and then made it part of the PR. I will have to clean this up. Sorry about that. Will take a bit to disentangle the PR. |
9956956 to
9c8901f
Compare
The ZX310S-4T2XT is a managed device with 2x2.5GBit and 2x10GBit Ethernet. It is sold, among others, by Horaco as an unbranded device. CPU: RTL8372 Flash: 2MByte Winbond W25Q16DV (U3) PHY 2x RTL8261BE
|
Fixed and pushed again. |
|
Perfect! |
The ZX310S-4T2XT is a managed device with 2x2.5GBit and 2x10GBit Ethernet.
In the OEM image, the system LED is configured manually, but it is possible to use the automatic LED control as for all the other devices. Still, one issue was the setup of
RTL837X_PIN_MUX_0, which is set to 0x30000000 on reset for this device, which means that all LEDs are turned off (apart from the System-LED). In the custom section of the machine entry, therefore this is configured explicitly.I attach a full trace of the OEM boot with all register/PHY/SDS settings done after the boot-loader is through and console output available. Such traces could in principle be used to patch the PHYs as is done in the OEM firmware:
trace_zx310s_4t2xt.txt