Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gs308t [2021/05/01 04:46] – [Netgear GS308Tv1] raylynnknight | gs308t [2021/05/01 04:50] (current) – [Firmware] raylynnknight | ||
---|---|---|---|
Line 33: | Line 33: | ||
The switch ships with a bootloader based on Realtek' | The switch ships with a bootloader based on Realtek' | ||
The board identifies as RTL8393M_DEMO. But this is misleading. The SoC chip id is 83806800, which is RTL8380M_CHIP_ID according to 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/ | ||
+ | |||
+ | ^ ^ 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 ==== | ||
+ | < | ||
+ | ------------------ Board Configuration ------------------ | ||
+ | |||
+ | *********************************************************** | ||
+ | S350 Series 8-Port Gigabit Ethernet Smart Managed Pro Switch | ||
+ | *********************************************************** | ||
+ | ============================ | ||
+ | Board GPIO | ||
+ | ============================ | ||
+ | Device | ||
+ | ------- ---- ---------- -------- -------- | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | INT | ||
+ | EXT | ||
+ | INT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | EXT | ||
+ | |||
+ | ============================ | ||
+ | Board Configuration | ||
+ | ============================ | ||
+ | ====== Port ================== | ||
+ | Type Usr Phy | ||
+ | ----------- ---- ------- ----------- -------------- -------- ------- | ||
+ | 1000M | ||
+ | 1000M | ||
+ | 1000M | ||
+ | 1000M | ||
+ | 1000M | ||
+ | 1000M | ||
+ | 1000M | ||
+ | 1000M | ||
+ | |||
+ | |||
+ | ====== Button ================ | ||
+ | |||
+ | ------------ Reset Button | ||
+ | GPIO: INT_0 | ||
+ | Timer: 3(sec) | ||
+ | Timer: 5(sec) | ||
+ | |||
+ | |||
+ | ====== 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 | ||
+ | |||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | ==== 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: | ||
+ | * '' | ||
+ | |||
+ | |||