From 31a970bf60cde4c53cb35a1497f3bcbaa5cc058a Mon Sep 17 00:00:00 2001 From: Cat Tom Date: Thu, 25 Jul 2024 03:38:14 +0800 Subject: [PATCH] add HC5661 --- docs/tech/HC5661.md | 42 ++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 43 insertions(+) create mode 100644 docs/tech/HC5661.md diff --git a/docs/tech/HC5661.md b/docs/tech/HC5661.md new file mode 100644 index 0000000..6c6be82 --- /dev/null +++ b/docs/tech/HC5661.md @@ -0,0 +1,42 @@ +# 极1S (HC5661) + +## 开启 SSH & 刷入 breed + +[参考1](https://blog.csdn.net/xiaowenshen/article/details/127335267) + +[参考2](https://www.bilibili.com/video/BV1uX4y157eT/) + +## 刷机 + +- 断开路由器电源 +- 通过网线连接电脑 +- 按住 reset 键并通电 +- 直到跑马灯快速闪烁4下后松开 reset 键 +- 浏览器访问 http://192.168.1.1 进入 breed 后台 + +## 固件 + +### Padavan {==Recommend!==} + +- hanwckf: `0HC5661_3.4.3.9-099.trx` +- chongshengB: `T1HC5661_3.4.3.9-099.trx` + +> Default gateway: 192.168.1.1 +> Username: admin +> Password: admin + +[下载](https://www.right.com.cn/forum/thread-8250681-1-1.html) + +### OpenWrt + +- `2022-12-21-immortalwrt-ramips-mt7620-hiwifi_hc5661-squashfs-sysupgrade.bin`: [下载](https://www.right.com.cn/forum/thread-4053336-1-1.html) +- Offical: `openwrt-22.03.3-hiwifi_hc5661-squashfs-sysupgrade.bin`: [下载](https://openwrt.org/toh/hiwifi/hc5661) + +## 恢复官方固件 + +(待补充) + +## 参考 + +https://www.3kjs.com/topic/10014.html + diff --git a/mkdocs.yml b/mkdocs.yml index 89aa6bc..277bcb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -77,6 +77,7 @@ nav: - "标签": blog/tags.md - "技术": - tech/index.md + - "极1S (HC5661)": tech/HC5661.md - "Redmi 4X (santoni)": tech/Redmi4X(santoni).md - "Git: 覆盖本地修改": tech/Git-overwriting-local-changes.md - "手把手教你备份和还原 Docker 卷": tech/Backup-and-Restore-of-Docker-Volumes-A-Step-by-Step-Guide.md