1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00
openwrt/target/linux/ramips
Andrea Poletti de0c380a5f ramips: add support for Sitecom WLR-4100 v1 002
Sitecom WLR-4100 v1 002 (marked as X4 N300) is a wireless router
Specification:
SoC: MT7620A
RAM: 64 MB DDR2
Flash: MX25L6405D SPI NOR 8 MB
WIFI: 2.4 GHz integrated
Ethernet: 5x 10/100/1000 Mbps QCA8337
USB: 1x 2.0
LEDS: 2x GPIO controlled, 5x switch
Buttons: 1x GPIO controlled
UART: row of 4 unpopulated holes near USB port, starting count from
      white triangle on PCB:

    VCC 3.3V
    GND
    TX
    RX

    baud: 115200, parity: none, flow control: none

Installation

    Connect to one of LAN (yellow) ethernet ports,
    Open router configuration interface,
    Go to Toolbox > Firmware,
    Browse for OpenWrt factory image with dlf extension and hit Apply,
    Wait few minutes, after the Power LED will stop blinking, the router is
    ready for configuration.

Known issues
Some USB 2.0 devices work at full speed mode 1.1 only

MAC addresses

factory partition only contains one (binary) MAC address in 0x4.
u-boot-env contains four (ascii) MAC addresses, of which two appear
to be valid.

  factory     0x4       **:**:**:**:b9:84  binary
  u-boot-env  ethaddr   **:**:**:**:b9:84  ascii
  u-boot-env  wanaddr   **:**:**:**:b9:85  ascii
  u-boot-env  wlanaddr  00:AA:BB:CC:DD:12  ascii
  u-boot-env  iNICaddr  00:AA:BB:CC:DD:22  ascii

The factory firmware only assigns ethaddr. Thus, we take the
binary value which we can use directly in DTS.

Additional information
OEM firmware shell password is: SitecomSenao
useful for creating backup of original firmware.
There is also another revision of this device (v1 001), based on RT3352 SoC

Signed-off-by: Andrea Poletti <polex73@yahoo.it>
[remove config DT label, convert to nvmem, remove MAC address
 setup from u-boot-env, add MAC address info to commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-09-05 23:52:35 +02:00
..
base-files/etc ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
dts ramips: add support for Sitecom WLR-4100 v1 002 2021-09-05 23:52:35 +02:00
files/drivers treewide: backport support for nvmem on non platform devices 2021-08-05 01:46:26 +02:00
image ramips: add support for Sitecom WLR-4100 v1 002 2021-09-05 23:52:35 +02:00
mt76x8 ramips: minew g1-c: use default static address for lan instead of dhcp 2021-08-31 02:42:32 +02:00
mt7620 ramips: add support for Sitecom WLR-4100 v1 002 2021-09-05 23:52:35 +02:00
mt7621 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
patches-5.4 kernel: bump 5.4 to 5.4.139 2021-08-14 20:25:19 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.57 2021-08-14 16:32:34 +01:00
rt288x ramips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
rt305x ramips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
rt3883 ramips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
Makefile ramips: 5.10: port and refresh patches, ralink drv 2021-03-06 11:24:12 +01:00
modules.mk ramips: rename mtk-hsdma to hsdma-mt7621 2021-03-04 23:43:02 -10:00