Files
nexus/wiki/concepts/固件刷入.md
2026-04-22 04:03:04 +08:00

26 lines
954 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 固件刷入
## Definition
将第三方固件写入路由器闪存以替换原厂固件的过程,使路由器能够获得更多原生固件不支持的功能。
## Process (以RAX50为例)
1. 登录原厂后台192.168.1.1
2. 下载过渡固件(.chk格式
3. 刷入过渡固件(界面变为梅林风格)
4. 下载正式梅林固件(.w格式
5. 刷入正式固件
6. 恢复出厂设置
7. 进行JFFS双清
8. 配置WiFi和登录密码
## Key Considerations
- **刷机有风险**:不当操作可能导致路由器变砖
- **过渡固件不可跳过**:网件路由器必须先刷.chk过渡固件
- **双清是必要的**刷机后应执行JFFS双清确保环境干净
- **恢复出厂设置**:恢复的是梅林固件的默认配置,不会恢复网件原厂
## Related
- [[过渡固件]] — 刷入过程中的关键步骤
- [[梅林固件]] — 刷入的目标固件
- [[JFFS双清]] — 刷机后的必要清理操作