gluon/docs
Dark4MD a5e085b57c ramips-mt7621: add Xiaomi Mi Router 4A (Gigabit Edition)
Specifications:

- SoC:      MediaTek MT7621
- Flash:    16 MiB NOR SPI
- RAM:      128 MiB DDR3
- Ethernet: 3x 10/100/1000 Mbps (switched, 2xLAN + WAN)
- WIFI0:    MT7603E 2.4GHz 802.11b/g/n
- WIFI1:    MT7612E 5GHz 802.11ac
- Antennas: 4x external (2 per radio), non-detachable
- LEDs:     Programmable "power" LED (two-coloured, yellow/blue)
            Non-programmable "internet" LED (shows WAN activity)
- Buttons:  Reset

Installation:

Bootloader won't accept any serial input unless "boot_wait" u-boot
environment variable is changed to "on".

Vendor firmware won't accept any serial input until "uart_en" is
set to "1".

Using the https://github.com/acecilia/OpenWRTInvasion exploit you
can gain access to shell to enable these options:

To enable uart keyboard actions - 'nvram set uart_en=1'
To make uboot delay boot work - 'nvram set boot_wait=on'
Set boot delay to 5 - 'nvram set bootdelay=5'

Then run 'nvram commit' to make the changes permanent.

Once in the shell (following the OpenWRTInvasion instructions) you
can then run the following to flash OpenWrt and then reboot:

'cd /tmp; curl https://downloads.openwrt.org/...-sysupgrade.bin
  --output firmware.bin; mtd -e OS1 -r write firmware.bin OS1'
2021-06-29 11:02:15 +02:00
..
_static/css docs: add a number of CSS fixes (#2078) 2020-08-08 17:20:05 +02:00
dev docs: hardware: fix minor grammar issue 2021-06-26 22:55:03 +02:00
features docs: replace ar71xx occurences with ath79 2021-06-26 02:20:08 +02:00
multidomain-site-example docs: examples: remove haveged from GLUON_SITE_PACKAGES 2020-04-30 01:51:42 +02:00
package docs: fix small typos and use common used notation (#2088) 2020-08-13 13:25:45 +02:00
releases docs: expand on multicast improvements in v2021.1 2021-06-11 00:08:24 +02:00
site-example README, docs: Gluon v2021.1 2021-06-10 23:20:56 +02:00
user ramips-mt7621: add Xiaomi Mi Router 4A (Gigabit Edition) 2021-06-29 11:02:15 +02:00
.gitignore docs: initial sphinx project with very little content 2014-02-20 17:22:06 +01:00
conf.py README, docs: Gluon v2021.1 2021-06-10 23:20:56 +02:00
index.rst docs: Add v2021.1 release notes 2021-06-10 23:20:56 +02:00
Makefile docs: treat sphinx warnings as errors 2019-06-20 13:38:09 +02:00
requirements.txt docs: specify build dependencies in requirements.txt 2020-06-03 02:17:39 +02:00