Skip to content

ipq40xx: add support for ThinkPlus FogPOD800#13910

Merged
coolsnowwolf merged 1 commit intocoolsnowwolf:masterfrom
1980490718:master
Feb 28, 2026
Merged

ipq40xx: add support for ThinkPlus FogPOD800#13910
coolsnowwolf merged 1 commit intocoolsnowwolf:masterfrom
1980490718:master

Conversation

@1980490718
Copy link
Copy Markdown
Contributor

@1980490718 1980490718 commented Feb 21, 2026

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.

@1980490718 1980490718 force-pushed the master branch 2 times, most recently from 494844a to 1f428de Compare February 21, 2026 17:20
@1980490718
Copy link
Copy Markdown
Contributor Author

1980490718 commented Feb 23, 2026

可以只保留一个分区版本吗?

原厂的是双分区的,如果推荐的话是保留哪个
但是我倒是觉得2个分区版本,可以供更好的选择
64兆的更新一下依赖,就没有空间了

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>
@1980490718
Copy link
Copy Markdown
Contributor Author

64兆的更新一下依赖,就没有空间了

那保留大分区版本就可以了,原厂也没人用

已经按照建议完成更新。

@coolsnowwolf coolsnowwolf merged commit cc7651e into coolsnowwolf:master Feb 28, 2026
github-actions Bot added a commit to xiaohong001/lede that referenced this pull request Feb 28, 2026
github-actions Bot added a commit to EorFiey/Autobuild-LEDE that referenced this pull request Feb 28, 2026
github-actions Bot pushed a commit to evenwangcn/lede that referenced this pull request Feb 28, 2026
github-actions Bot pushed a commit to zesming/lede that referenced this pull request Mar 1, 2026
github-actions Bot added a commit to ZeaKyX/lede that referenced this pull request Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants