openwrt/target/linux/rtl838x
Petr Štetiar b5bd945733 rtl838x: add support for D-Link DGS-1210-28
Hardware specification
 ----------------------

 * RTL8382M SoC, 1 MIPS 4KEc core @ 500MHz
 * 128MB DRAM
 * 32MB NOR Flash (MX25L25635E)
 * 24 x 10/100/1000BASE-T ports
    - Internal PHY with 8 ports (RTL8218B)
    - Two external PHYs with 8 ports each (RTL8218B)
 * 4 x Gigabit RJ45/SFP Combo ports
    - External PHY with 4 SFP ports (RTL8214FC)
 * Power LED
 * Reset button on front panel
 * UART (115200 8N1) via unpopulated standard 0.1" pin header marked J6

 UART pinout
 -----------

  [oooo]J3 [o]ooo|J6
    |       ^ ||`------ GND
    |       | |`------- RX
    |       | `-------- TX
    |       `---------- Vcc (3V3)
    |
    `------------------ J3 is power input connector nearby J6 UART

 Boot initramfs image from U-Boot
 --------------------------------

  1. Press Escape key during `Hit Esc key to stop autoboot` prompt
  2. Press CTRL+C keys to get into real U-Boot prompt
  3. Init network with `rtk network on` command
  4. Load image with `tftpboot 0x8f000000 openwrt-rtl838x-generic-d-link_dgs-1210-28-initramfs-kernel.bin` command
  5. Boot the image with `bootm` command

To install, upload the sysupgrade image to the OEM webpage or sysupgrade
from the system running from initramfs image.

It has been developed and tested on device with F1 revision.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-11-09 09:14:02 +01:00
..
base-files rtl838x: remove the swconfig setup from the board.d code 2020-11-03 17:46:40 +01:00
dts rtl838x: add support for D-Link DGS-1210-28 2020-11-09 09:14:02 +01:00
files/firmware/rtl838x_phy rtl838x: Fix firmware handling 2020-10-15 13:26:57 +02:00
files-5.4 rtl838x: Fix firmware handling 2020-10-15 13:26:57 +02:00
generic rtl838x: various fixes 2020-10-19 14:53:27 +02:00
image rtl838x: add support for D-Link DGS-1210-28 2020-11-09 09:14:02 +01:00
patches-5.4 kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
profiles rtl838x: remove and add some empty lines 2020-09-15 12:28:43 +02:00
config-5.4 rtl838x: bundle phy firmware with Linux kernel 2020-10-15 08:32:31 +02:00
Makefile rtl838x: various fixes 2020-10-19 14:53:27 +02:00