gs308t

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
gs308t [2021/05/01 04:46] – [Netgear GS308Tv1] raylynnknightgs308t [2021/05/01 04:50] (current) – [Firmware] raylynnknight
Line 33: Line 33:
 The switch ships with a bootloader based on Realtek's SDK for RTL83xx SoCs and Linux based on Realtek's SDK. It has a web interface for basic management, including firmware updates.  The switch ships with a bootloader based on Realtek's SDK for RTL83xx SoCs and Linux based on Realtek's SDK. It has a web interface for basic management, including firmware updates. 
 The board identifies as RTL8393M_DEMO. But this is misleading. The SoC chip id is 83806800, which is RTL8380M_CHIP_ID according to sdk/include/hal/chipdef/chip.h in Realtek's SDK. The board identifies as RTL8393M_DEMO. But this is misleading. The SoC chip id is 83806800, which is RTL8380M_CHIP_ID according to sdk/include/hal/chipdef/chip.h in Realtek's SDK.
 +
 +^ ^   Flash layout   ^^^^^^^
 +| **Name** | u-boot | u-boot-env | device-info | config | log | firmware1 | firmware2 |
 +| **Size** | 896k   | 64k        | 64k         | 1M     | 1M  | 14.5M     | 14.5M     |
 +
 +==== Vendor board definition ====
 +<file>
 +------------------ Board Configuration ------------------
 +
 +***********************************************************
 + S350 Series 8-Port Gigabit Ethernet Smart Managed Pro Switch
 +***********************************************************
 +============================
 + Board GPIO
 +============================
 +Device  Pin  Direction  Default  Current
 +------- ---- ---------- -------- --------
 +EXT     31   OUT (OUT ) 1        0       
 +EXT     32   OUT (OUT ) 0        1       
 +EXT     24   OUT (OUT ) 1        1       
 +INT        IN                1       
 +EXT     20   OUT (OUT ) 1        1       
 +INT     13   OUT        1        1       
 +EXT     25   OUT (OUT ) 1        1       
 +EXT     10   OUT (OUT ) 0        0       
 +EXT        IN  (IN  ) 0        0       
 +EXT        IN  (IN  ) 0        0       
 +EXT     14   IN  (IN  ) 0        0       
 +EXT     13   IN  (IN  ) 0        0       
 +EXT        OUT (OUT ) 0        0       
 +EXT        OUT (OUT ) 0        0       
 +EXT     11   IN  (IN  ) 0        0       
 +EXT        IN  (IN  ) 0        0       
 +EXT     12   IN  (IN  ) 0        0       
 +
 +============================
 + Board Configuration
 +============================
 +====== Port ==================
 +Type        Usr  Phy     Media       Speed          Duplex   Attr
 +----------- ---- ------- ----------- -------------- -------- -------
 +1000M          (0) 8   Copper      (A) ALL        Auto          
 +1000M          (0) 9   Copper      (A) ALL        Auto          
 +1000M          (0) 10  Copper      (A) ALL        Auto          
 +1000M          (0) 11  Copper      (A) ALL        Auto          
 +1000M          (0) 12  Copper      (A) ALL        Auto          
 +1000M          (0) 13  Copper      (A) ALL        Auto          
 +1000M          (0) 14  Copper      (A) ALL        Auto          
 +1000M          (0) 15  Copper      (A) ALL        Auto          
 +
 +
 +====== Button ================
 +
 +------------ Reset Button
 +GPIO: INT_0 
 +Timer: 3(sec)  Action: Reboot
 +Timer: 5(sec)  Action: Restore Factory
 +
 +
 +====== Led ===================
 +System
 +  ON [GPIO(D)]
 +  ON C2 [GPIO(D)]
 +  OFF [GPIO(D)]
 +Port
 +  ON [ASIC(P)]
 +  ON C2 [ASIC(P)]
 +  OFF [ASIC(P)]
 +  AUTO [ASIC(P)]
 +PoE Max
 +  ON [MCU]
 +  OFF [MCU]
 +  AUTO [MCU]
 +PoE Port
 +  ON [MCU]
 +  ON C2 [MCU]
 +  OFF [MCU]
 +  AUTO [MCU]
 +
 +
 +====== Reset =================
 +Type: GPIO
 +GPIO: INT_13
 +
 +
 +====== WatchDog ==============
 +Type: REG
 +
 +
 +
 +</file>
 +
 +==== Bootloader ====
 +
 +U-Boot is used as bootloader for this device, and has access to a modifiable u-boot-env partition. This can be used to store modified and custom environment variables.
 +
 +Some realtek-specific commands are also available:
 +  * ''rtk network on'': Configure the ethernet hardware inside the bootloader (not enabled on boot).
 +
 +
  
  
  • gs308t.1619844417.txt.gz
  • Last modified: 2021/05/01 04:46
  • by raylynnknight