Skip to content

Commit

Permalink
doc: 新增文章;
Browse files Browse the repository at this point in the history
  • Loading branch information
01Petard committed Dec 18, 2024
1 parent 8f5ba32 commit db9f4d0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// .vitepress/config.js
// @ts-ignore
import { defineConfig } from 'vitepress';

const base = "/blog-vue-vitepress/";
Expand Down Expand Up @@ -217,6 +218,7 @@ export default defineConfig({
{
text: "硬件",
items: [
{text: "瑞莎E20C软路由折腾记录", link: "/硬件/瑞莎E20C软路由折腾记录"},
{text: "路由器刷入OpenWrt系统搞机过程", link: "/硬件/路由器刷入OpenWrt系统搞机过程"},
{text: "MRK3399KJ之折腾CasaOS", link: "/硬件/MRK3399KJ之折腾CasaOS"},
{text: "MRK3399KJ开发板折腾记录", link: "/硬件/MRK3399KJ开发板折腾记录"},
Expand Down
11 changes: 6 additions & 5 deletions docs/硬件/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

## 目录

1. [路由器刷入OpenWrt系统搞机过程](./路由器刷入OpenWrt系统搞机过程.md)
2. [MRK3399KJ之折腾CasaOS](./MRK3399KJ之折腾CasaOS.md)
3. [MRK3399KJ开发板折腾记录](./MRK3399KJ开发板折腾记录.md)
4. [树莓派折腾记录](./树莓派折腾记录.md)
5. [树莓派安装系统及初始配置](./树莓派安装系统及初始配置.md)
1. [瑞莎E20C软路由折腾记录](./瑞莎E20C软路由折腾记录.md)
2. [路由器刷入OpenWrt系统搞机过程](./路由器刷入OpenWrt系统搞机过程.md)
3. [MRK3399KJ之折腾CasaOS](./MRK3399KJ之折腾CasaOS.md)
4. [MRK3399KJ开发板折腾记录](./MRK3399KJ开发板折腾记录.md)
5. [树莓派折腾记录](./树莓派折腾记录.md)
6. [树莓派安装系统及初始配置](./树莓派安装系统及初始配置.md)
17 changes: 17 additions & 0 deletions docs/硬件/瑞莎E20C软路由折腾记录.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 瑞莎E20C软路由折腾记录

最近又折腾搞了个小软路由,就是这个比较有名气的软路由“**瑞莎E20C**”,双千兆网口,内存2G,可以装个iStoreOS,安装各种插件,然后可以挂载磁盘当秦轻量化NAS使用。

<img src="https://cdn.jsdelivr.net/gh/01Petard/imageURL@main/img/202412182209841.png" alt="image-20241218220907638" style="zoom: 50%;" />

<img src="https://cdn.jsdelivr.net/gh/01Petard/imageURL@main/img/202412182209638.png" alt="image-20241218220918437" style="zoom: 50%;" />

具体步骤就是装个系统吧,去[iStoreOS官网](https://fw.koolcenter.com/iStoreOS/e20c/)装个适用于E20C的系统,用rufus或其他镜像烧录工具写入tf卡,然后就是插卡、开机,结束!

<img src="https://cdn.jsdelivr.net/gh/01Petard/imageURL@main/img/202412182209416.png" alt="image-20241218220926197" style="zoom: 50%;" />

<img src="https://cdn.jsdelivr.net/gh/01Petard/imageURL@main/img/202412181939147.png" alt="image-20241218193948012" style="zoom: 33%;" />

最近感觉手头设备有点多,都已经要到买交换机的地步了(笑)……

之后再组装一下J1900的NAS,近期的需求就差不多咯!~

0 comments on commit db9f4d0

Please sign in to comment.