immortalwrt/package/boot/uboot-envtools/files
Hauke Mehrtens acb48a75e2 realtek: Add ZyXEL GS1900-8
The ZyXEL GS1900-8 is a 8 port switch without any PoE functionality or
SFP ports, but otherwise similar to the other GS1900 switches.

Specifications
--------------
* Device:    ZyXEL GS1900-8 v1.2
* SoC:       Realtek RTL8380M 500 MHz MIPS 4KEc
* Flash:     Macronix MX25L12835F 16 MiB
* RAM:       Nanya NT5TU128M8GE-AC 128 MiB DDR2 SDRAM
* Ethernet:  8x 10/100/1000 Mbit
* LEDs:      1 PWR LED (green, not configurable)
             1 SYS LED (green, configurable)
             8 ethernet port status LEDs (green, SoC controlled)
* Buttons:   1 on-off glide switch at the back (not configurable)
             1 reset button at the right side, behind the air-vent
               (not configurable)
             1 reset button on front panel (configurable)
* Power      12V 1A barrel connector
* UART:      1 serial header (JP2) with populated standard pin connector on
             the left side of the PCB, towards the back. Pins are labelled:
             + VCC (3.3V)
             + TX (really RX)
             + RX (really TX)
             + GND
             the labelling is done from the usb2serial connector's point of
             view, so RX/ TX are mixed up.

Serial connection parameters for both devices: 115200 8N1.

Installation
------------
Instructions are identical to those for the GS1900-10HP and GS1900-8HP.

* Configure your client with a static 192.168.1.x IP (e.g. 192.168.1.10).
* Set up a TFTP server on your client and make it serve the initramfs
  image.
* Connect serial, power up the switch, interrupt U-boot by hitting the
  space bar, and enable the network:
  > rtk network on
* Since the GS1900-10HP is a dual-partition device, you want to keep the
  OEM firmware on the backup partition for the time being. OpenWrt can
  only boot off the first partition anyway (hardcoded in the DTS). To
  make sure we are manipulating the first partition, issue the following
  commands:
  > setsys bootpartition 0
  > savesys
* Download the image onto the device and boot from it:
  > tftpboot 0x84f00000 192.168.1.10:openwrt-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin
  > bootm
* Once OpenWrt has booted, scp the sysupgrade image to /tmp and flash it:
  > sysupgrade /tmp/openwrt-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-03-15 11:30:59 +08:00
..
apm821xx uboot-envtools: bump to upstream 2018-12-24 14:08:22 +08:00
ath79 ath79: add support for Senao Engenius EAP350 v1 2021-01-09 16:31:30 +08:00
cns3xxx update to R7.5.4 2018-01-15 18:26:41 +08:00
imx6 imx6: use device-tree compatible for board name 2020-07-27 19:48:10 +08:00
ipq40xx uboot-envtools: sync upstream source code 2020-09-12 15:05:03 +08:00
ipq806x ipq806x: sync upstream source code 2020-08-14 12:00:20 +08:00
kirkwood uboot-envtools: sync upstream source code 2020-09-12 15:05:03 +08:00
lantiq lantiq: use uniform "u-boot-env" mtd label 2020-09-18 17:16:59 +08:00
layerscape sync with OpenWrt trunk 2018-09-07 13:43:55 +08:00
mpc85xx uboot-envtools: add support for Linksys EA6350v3 dual boot 2019-03-20 14:38:13 +08:00
mvebu mvebu: add initial support for Globalscale ESPRESSObin-Ultra 2020-11-24 23:26:45 +08:00
mxs ramips: Add support for Xiaomi Redmi Router AC2100 (RM2100) 2020-05-01 12:23:28 +08:00
oxnas uboot-envtools: update patch 2019-12-10 19:48:48 -08:00
pistachio update to R7.5.4 2018-01-15 18:26:41 +08:00
ramips ramips: add support for ZTE MF283+ 2021-02-27 12:06:37 +08:00
realtek realtek: Add ZyXEL GS1900-8 2021-03-15 11:30:59 +08:00
uboot-envtools.sh kernel: bump to 4.14.169, 4.19.101 (#2963) 2020-02-06 21:45:40 +08:00