ipq40xx: add support for ThinkPlus FogPOD800#13910
Merged
coolsnowwolf merged 1 commit intocoolsnowwolf:masterfrom Feb 28, 2026
Merged
ipq40xx: add support for ThinkPlus FogPOD800#13910coolsnowwolf merged 1 commit intocoolsnowwolf:masterfrom
coolsnowwolf merged 1 commit intocoolsnowwolf:masterfrom
Conversation
494844a to
1f428de
Compare
Contributor
Author
原厂的是双分区的,如果推荐的话是保留哪个 |
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>
Contributor
Author
已经按照建议完成更新。 |
github-actions Bot
added a commit
to xiaohong001/lede
that referenced
this pull request
Feb 28, 2026
* https://github.com/coolsnowwolf/lede: ipq40xx: add support for thinkplus FogPOD800 (coolsnowwolf#13910)
github-actions Bot
added a commit
to EorFiey/Autobuild-LEDE
that referenced
this pull request
Feb 28, 2026
* https://github.com/coolsnowwolf/lede: ipq40xx: add support for thinkplus FogPOD800 (coolsnowwolf#13910)
github-actions Bot
pushed a commit
to evenwangcn/lede
that referenced
this pull request
Feb 28, 2026
* https://github.com/coolsnowwolf/lede: ipq40xx: add support for thinkplus FogPOD800 (coolsnowwolf#13910)
github-actions Bot
pushed a commit
to zesming/lede
that referenced
this pull request
Mar 1, 2026
* https://github.com/coolsnowwolf/lede: ipq40xx: add support for thinkplus FogPOD800 (coolsnowwolf#13910)
github-actions Bot
added a commit
to ZeaKyX/lede
that referenced
this pull request
Mar 1, 2026
* https://github.com/coolsnowwolf/lede: ipq40xx: add support for thinkplus FogPOD800 (coolsnowwolf#13910)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hardware specifications
1x WiFi 2.4 GHz (blue)
1x WiFi 5 GHz (blue)
Flash instructions