mirror of
https://github.com/coolsnowwolf/lede.git
synced 2026-05-28 03:07:12 +08:00
Some checks failed
OpenWrt-CI / Build OpenWrt Firmware (push) Has been cancelled
Hardware specifications
-------------
- SoC : Qualcomm IPQ4028
- RAM : 256 MiB DDR3
- Flash : 32 MiB SPI NOR(MX25L25635E) + 128 MiB SPI NAND(GD5F1GQ4XC)
- WLAN : IPQ4018 built-in
- 2.4 GHz : 2x2 MIMO WiFi4
- 5 GHz : 2x2 MIMO WiFi5
- Ethernet : QCA8075 10/100/1000 Mbps 1x WAN,4x LAN
- USB : 1x 2.0,1x 3.0
- JTAG : 1x 20 pins
- UART : 1x 12 pins port, 115200n8
┌─────────────────────────────────────────────────┐
│ 12-PIN UART CONSOLE │
│ ● used ○ unused │
├─────────────────────────────────────────────────┤
│ ┌─────┐ │
│ Pin 1 ○──┤1 12├──○ Pin 12 │
│ Pin 2 ●──┤2 11├──○ Pin 11 │
│ Pin 3 ○──┤3 10├──○ Pin 10 │
│ Pin 4 ○──┤4 9├──○ Pin 9 │
│ Pin 5 ●──┤5 8├──○ Pin 8 │
│ Pin 6 ●──┤6 7├──○ Pin 7 │
│ └─────┘ │
├─────────────────────────────────────────────────┤
│ Used pins:Pin 2 (RXD), Pin 5 (TXD), Pin 6 (GND)│
│ Unused pins: 1,3,4,7,8,9,10,11,12 │
└─────────────────────────────────────────────────┘
- Buttons : 1x Reset
- LEDs : 1x Power (R/G/B) red/power,green/wan-link,blue/usb
1x WiFi 2.4 GHz (blue)
1x WiFi 5 GHz (blue)
Flash instructions
-------------
1. Connect to the router via the serial port (UART).
2. Interrupt the boot process by pressing any key when prompted
in U-Boot.
3. Download the initramfs image, rename it to initramfs.itb
and host it on a TFTP server.
4. Run the following commands in U-Boot:
"tftpboot initramfs.itb && bootm"
5. After OpenWrt boots up, use SCP or LuCI to upload the
sysupgrade.bin file to complete the upgrade.
Signed-off-by: Willem Lee <1980490718@qq.com>