lede/target/linux/mediatek
Luis Mita 41e0c30d82 mediatek: add Cudy TR3000 v1 support
Hardware:
 - SoC: MediaTek MT7981B
 - CPU: 2x 1.3 GHz Cortex-A53
 - Flash: 128 MiB SPI NAND
 - RAM: 512 MiB
 - WLAN: 2.4 GHz, 5 GHz (MediaTek MT7976CN, 802.11ax)
 - Ethernet: 1x 10/100/1000/2500 Mbps WAN, 1x10/100/1000 Mbps LAN
 - USB 3.0 port
 - Buttons: 1 Reset button, 1 slider button
 - LEDs: 1x Red, 1x White
 - Serial console: internal test points, 115200 8n1
 - Power: 5 VDC, 3 A

Installation:
The installation must be done via TFTP by disassembling the router.
On other occasions Cudy has distributed intermediate firmware to make
installation easier, and so I recommend checking the Wiki for this
device if there is a more convenient solution than the one below.

To install using TFTP:
1. Connect to UART.
2. With the router off, press the RESET button. While the router is turning
   on, the button should continue to be pressed for at least 5 seconds.
3. A u-boot shell will automatically open.
4. Connect to LAN and set your IP to 192.168.1.88/24. Configure a
   TFTP server and an OpenWrt initramfs-kernel.bin firmware file.
5. Run these steps in u-boot using the name of your file.

setenv bootfile initramfs-kernel.bin
tftpboot
bootm

6. If you can reach LuCI or SSH now, just use the sysupgrade image
   with the 'Keep settings' option turned off.

Signed-off-by: Luis Mita <luis@luismita.com>
2024-12-10 17:30:36 +08:00
..
base-files mediatek: add support for BananaPi BPI-R4 board 2024-07-01 13:36:10 +08:00
dts mediatek: add Cudy TR3000 v1 support 2024-12-10 17:30:36 +08:00
files mediatek: fit: fix use of uninitialized variable 2024-07-07 22:23:03 +08:00
files-5.15 mediatek: generate bootloader artifacts for mt7988_rfb 2024-06-12 23:02:49 +08:00
files-6.1 mediatek: add BananaPi BPi-R3 mini 2024-11-16 18:20:10 +08:00
files-6.6 mediatek: add BananaPi BPi-R3 mini 2024-11-16 18:20:10 +08:00
filogic mediatek: add Cudy TR3000 v1 support 2024-12-10 17:30:36 +08:00
image mediatek: add Cudy TR3000 v1 support 2024-12-10 17:30:36 +08:00
mt7622 mediatek: backport pending Ethernet PHY driver patches 2024-11-02 22:16:02 +08:00
mt7623 mediatek: switch to Linux version 6.1 2024-06-26 20:13:50 +08:00
mt7629 kernel: move uImage.FIT partition parser to mediatek target 2024-07-01 10:39:51 +08:00
patches-5.15 mediatek: fix PCIe #PERST de-asserted too early 2024-07-30 23:20:19 +08:00
patches-6.1 kernel: bump 6.1 to 6.1.119 (#13185) 2024-12-08 16:01:09 +08:00
patches-6.6 kernel: bump 6.6 to 6.6.64 (#13195) 2024-12-10 10:10:12 +08:00
Makefile mediatek: include fitblk package for subtargets 2024-07-02 13:44:11 +08:00
modules.mk mediatek: mt7623: build mt6577_auxadc driver into kernel 2022-12-07 23:28:03 +08:00