ws-sw-24p-4s_r1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ws-sw-24p-4s_r1 [2023/02/23 18:09] oliverws-sw-24p-4s_r1 [2023/04/13 19:35] (current) – ZX-SWTG342S svidpet
Line 1: Line 1:
-====== 24p POE+ 4sfp ======+====== 24p + 4sfp ======
 {{ :dscn6769.jpg?direct&800 |}} {{ :dscn6769.jpg?direct&800 |}}
  
-This is an OEM whitelabel managed multi-gigabit POE+ Ethernet switches.+This is an Whitelabel(tba) WS-SW-24P-4S r1 managed multi-gigabit POE+ (370W) Ethernet switch.
  
-=== Architecture Overview === +It is a whitelabeled [[rtl93xx:fullriver-fr-s3128gt-370p2|Fullriver]] switch.
-The switch makes use of the various SerDeS units on the [[rtl93xx|RTL9301]]. +
- +
-^ SDS ^ Use ^ Connection | port(s) | +
-| 0? | RTL8218D | QSGMII | 0 - 4 | +
-| 1? | RTL8218D | QSGMII | 5 - 7 | +
-| 2? | RTL8218D | XSGMII | 8 - 15 | +
-| 3? | RTL8218D | XSGMII | 16 - 23 | +
-| 4? | SFP+ | 10GBase-R | 24 | +
-| 6? | SFP+ | 10GBase-R | 25 | +
-| 8? | SFP+ | 10GBase-R | 26 | +
-| 9? | SFP+ | 10GBase-R | 27 | +
- +
-<uml> +
-@startuml +
-package "RTL93xx"+
-  node "MIPS 34kc" as mips { +
-    [VPE0] +
-    [VPE1] +
-  } +
-   +
-  database DDR3 { +
-  } +
- +
-  database Flash { +
-  } +
-   +
-  mips -- DDR3 +
- +
-  mips -- [SwitchCore] +
- +
-  [SwitchCore] --> [RTL8218D_0]MDI Bus +
-  [SwitchCore] <--> [RTL8218D_0]: MII/8 +
- +
-  [SwitchCore] --> [RTL8218D_1]: MDI Bus +
-  [SwitchCore] <--> [RTL8218D_1]: MII/8 +
- +
-  [SwitchCore] --> [RTL8218D_2]: MDI Bus +
-  [SwitchCore] <--> [RTL8218D_2]: MII/8 +
- +
-  [SwitchCore] <--> [SFP0] : I2C DATA +
-  [SwitchCore] <--> [SFP1] : IC2 DATA +
-  [SwitchCore] <--> [SFP2] : IC2 DATA +
-  [SwitchCore] <--> [SFP3] : IC2 DATA +
- +
-  mips -- [SPI0] +
-  [SPI0] <--> Flash: QSPI +
- +
-  mips -- [UART0] +
-+
- +
-[SwitchCore] --> [RTL8321_0]: SMI Bus +
-RTL8321_0 --> [RTL8321_1] : Dailychain +
- +
-[UART0] -- console +
- +
-RTL8218D_0 --> "lan1-8" +
-RTL8218D_1 --> "lan9-16" +
-RTL8218D_2 --> "lan17-24" +
- +
-SFP0 --> lan25 +
-SFP1 --> lan26 +
-SFP2 --> lan27 +
-SFP3 --> lan28 +
-@enduml +
-</uml> +
- +
- +
-===== Models ===== +
-===== Hardware ===== +
-  * [[rtl93xx|RTL9301]] SoC +
-  * Winbond [[https://www.winbond.com/hq/product/code-storage-flash-memory/serial-nor-flash/?__locale=en&partNo=W25Q256JV|W25Q256JV]] {{ :w25q256jv_spi_revl_10182022_plus.pdf |(256MB flash)}} +
-  * Winbond W632GG6NB-1q (256MB DDR3 SDRAM) +
-  * 2x [[RTL8231]] GPIO extender to control the port LEDs + 3x [[https://www.ti.com/product/SN74LV595A|TI LV595A]] {{ :sn74lv595a.pdf |shift register}} +
-  * 3x RTL8218D 8x Gigabit PHY +
-  * 3x RTL8238B POE controller +
-  * Holtek [[https://www.holtek.com/productdetail/-/vg/HT32F50231_41|HT32F50231]] POE protocol-controller +
-  * reset button +
-  * power-led (pwr1, always not controllable) +
-  * run-led (sys1, gpio0) +
- +
-4 Uplink ports are SFP+ cages which support 10GBit Base-X mini GBIC modules. +
- +
-Power is supplied via a 100V-24-V 10A standard IEC connector. +
-A Serial header can be connected to from the outside of the switch trough the RJ45 'console' port with a standard cisco 'blue' pinoutSerial connection is via 115200 baud, 8N1. +
- +
-{{ :dscn6758.jpg?direct&600 |}} +
-{{ :dscn6759.jpg?direct&600 |}} +
-{{ :dscn6760.jpg?direct&600 |}} +
-{{ :dscn6757.jpg?direct&600 |}} +
-{{ :dscn6761.jpg?direct&600 |}} +
-{{ :dscn6762.jpg?direct&600 |}} +
-{{ :dscn6765.jpg?direct&600 |}} +
-{{ :dscn6755.jpg?direct&600 |}} +
-{{ :dscn6767.jpg?direct&600 |}} +
-{{ :dscn6768.jpg?direct&600 |}} +
-{{ :sfp_annotation.png?direct&200 |}} +
- +
-==== OEM Firmware ===== +
-=== OEM U-Boot environment === +
-<code> +
-RTL9300# # printenv +
-baudrate=115200 +
-boardmodel=RTL8393M_DEMO +
-bootcmd=boota +
-bootdelay=1 +
-ethaddr=00:E0:4C:00:00:00 +
-ipaddr=192.168.1.1 +
-ledModeInitSkip=0 +
-serverip=192.168.1.111 +
-stderr=serial +
-stdin=serial +
-stdout=serial +
- +
-Environment size: 217/65532 bytes +
-</code> +
-=== OEM SYS environment === +
-<code> +
-RTL9300# # printsys +
-bootpartition=1 +
-...<0xff>... +
-System information size: 4093/4096 bytes +
-</code> +
- +
-=== OEM bootlog === +
-++++ Bootlog | +
-<code> +
-U-Boot 2011.12.(3.6.7.55090) (Jan 11 2023 - 11:23:36) +
- +
-Board: RTL9300 CPU:800MHz LX:175MHz DDR:600MHz +
-DRAM:  256 MB +
-SPI-F: WINBOND/EF4019/MMIO32-2/ModeC 1x32 MB (plr_flash_info @ 83f93cc4) +
-Loading 65536B env. variables from offset 0xe0000 +
-Net:   Net Initialization Skipped +
-No ethernet found. +
-Hit Esc key to stop autoboot:  0  +
-## dual_image_sel ... -1-1-1 +
-## Booting image from partition ... 1 +
-## Booting kernel from Legacy Image at 81000000 ... +
-   Image Name:   RTK_SDK +
-   Created:      2023-01-11  11:28:27 UTC +
-   Image Type:   MIPS Linux Kernel Image (lzma compressed) +
-   Data Size:    9173575 Bytes = 8.7 MB +
-   Load Address: 80000000 +
-   Entry Point:  802b3350 +
-   Verifying Checksum ... OK +
-   Uncompressing Kernel Image ... OK +
- +
-Starting kernel ... +
- +
- +
-Loading drivers..................................OK +
-Loading basic manager applications...............OK +
-Loading L2 applications..........................OK +
-Loading L3 applications..........................OK +
-Loading manager applications.....................OK +
-Load successfully. +
- +
-Username(1-64 chars):admin +
-Password(1-128 chars):admin +
- +
-Switch> +
-</code> +
-++++ +
- +
-==== OEM Flash layout ==== +
-=== U-Boot === +
-<code> +
-RTL9300# # flshow +
-=============== FLASH Partition Layout =============== +
-Index  Name       Size       Address +
------------------------------------------------------- +
-     LOADER     0xe0000    0xb4000000-0xb40dffff +
-     BDINFO     0x10000    0xb40e0000-0xb40effff +
-     SYSINFO    0x10000    0xb40f0000-0xb40fffff +
-     JFFS2_CFG  0x100000   0xb4100000-0xb41fffff +
-     JFFS2_LOG  0x400000   0xb4200000-0xb45fffff +
-     RUNTIME1   0xd00000   0xb4600000-0xb52fffff +
-     RUNTIME2   0xd00000   0xb5300000-0xb5ffffff +
-====================================================== +
-</code> +
- +
-=== GPIO's === +
- +
-  * GPIO D3 (03) seems to be connected to the reset button +
-  * GPIO C5 (13) seems to be connected to port24 (sfp0) mod-def (presence detect) +
-  * GPIO C7 (15) seems to be connected to port25 (sfp1) mod-def (presence detect) +
-  * GPIO B1 (17) seems to be connected to port26 (sfp2) mod-def (presence detect) +
-  * GPIO B3 (19) seems to be connected to port27 (sfp3) mod-def (presence detect)+
  • ws-sw-24p-4s_r1.1677175755.txt.gz
  • Last modified: 2023/02/23 18:09
  • by oliver