Compare commits

..

10 Commits

Author SHA1 Message Date
teasiu
3068236ec2 update 2026-01-26 11:16:08 +08:00
teasiu
b59a915e9a update 2026-01-03 05:43:40 +08:00
teasiu
1437b0576d update 2026-01-03 05:34:14 +08:00
teasiu
d7d69bdecc update 2026-01-03 05:27:19 +08:00
teasiu
163a75f7cd update 2026-01-03 05:10:41 +08:00
teasiu
eafd3cfedb update 2026-01-03 04:20:46 +08:00
teasiu
1b0af4422b update 2026-01-02 16:29:50 +08:00
teasiu
4a1189173d update 2025-10-25 11:55:14 +08:00
teasiu
193cc4b774 update 2025-10-25 11:54:11 +08:00
teasiu
a066f54328 update 2025-10-05 03:53:23 +08:00
19 changed files with 111 additions and 53 deletions

View File

@@ -0,0 +1,16 @@
---
slug: soul
title: 心路分享
authors: [teasiu]
tags: [my soul]
---
## 心路分享
如果没有天赋,那就不断的重复,如果不是天才,那就一步一步地来,
慢也好,步子小也好,只要再往前走就好;
所有的努力,不是为了让别人觉得你多了不起,
而是让自己打心眼里看得起自己;
那些看似不起眼的日复一日,会在将来的某一天,
让你突然看到坚持的意义。

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -7,6 +7,8 @@ sidebar_position: 1
本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。
<a href="/docs/tutorial-extras/start" class="hinas-button">前往快速开始</a>
## 海纳思系统介绍:
英文名称 Hi-NAS ,中文名称:海纳思
@@ -33,4 +35,4 @@ sidebar_position: 1
## 改进
每一篇教程都接受改进建议期望更多参与者fork教程仓库并踊跃提出修正。
每一篇教程都接受改进建议期望更多参与者fork教程仓库并踊跃提出修正。

View File

@@ -113,13 +113,6 @@ bash <(curl https://ecoo.top/n2_upgrade.sh)
bash <(curl https://ecoo.top/mv300_upgrade.sh)
```
### 玩客云 S805 机型
```bash
bash <(curl https://ecoo.top/s805_upgrade.sh)
```
## 常用脚本ota更新
- ota常用的脚本更新命令

View File

@@ -8,6 +8,11 @@ sidebar_position: 4
## 原理
:::caution
注意本章节仅仅适合海思芯片CPU的机顶盒设备。
如果你不清楚,请勿试用!直到你完全理解什么叫做芯片为止!
:::
机顶盒的mac地址由启动阶段的 ```bootargs.bin``` 进行传递。
作者为了便利用户更改,制作了```mkbootargs```的程序提供在线制作```bootargs.bin```文件。
@@ -74,14 +79,32 @@ http://192.168.xx.xx/macedit.php
```
:::caution
以下内容适合几乎所有机型!
:::
## 软改mac
上面的方法是硬改mac这里也阐述一下软改的办法
```bash
vi /etc/network/interfaces.d/eth0 # 编辑配置文件
# 增加下面的内容 (实际内容可按需修改)
pre-up ifconfig eth0 hw ether 00:11:22:33:44:66
vi /etc/netplan/10-dhcp-all-interfaces.yaml
```
添加你的 mac 地址
```bash
network:
version: 2
renderer: networkd
ethernets:
all-eth-interfaces:
match:
name: "e*"
dhcp4: yes
dhcp6: yes
ipv6-privacy: yes
# 添加固定MAC地址配置
macaddress: "00:11:22:33:44:66"
```

View File

@@ -19,8 +19,8 @@ sidebar_position: 9
在终端中输入如下命令即可更新:
```bash
sudo apt-get update
sudo apt-get search histb kernel
sudo apt update
sudo apt search histb kernel
```
你会得到一个类似下图的匹配你的机顶盒的海思新内核。
@@ -29,9 +29,9 @@ sudo apt-get search histb kernel
接着执行你机顶盒对应的机型安装新内核,最后重启系统即可。
```
sudo apt install kernel-hi3798mv200-82120168
sudo apt install kernel-hi3798mv200-82082668
或者例如:
sudo apt install kernel-hi3798mv100-82120168
sudo apt install kernel-hi3798mv100-81082668
```
@@ -106,10 +106,10 @@ dd if=hi_kernel-hi3798mv200-n2ns1.bin of=/dev/mmcblk0p6 bs=1024 count=40960
社区版内核编号规则如下:
```
系统版本 : Ubuntu 20.04.6 LTS | V20231201-4.4.35_ecoo_82111968-64
系统版本 : Ubuntu 20.04.6 LTS | V20251001-4.4.35_ecoo_82082668-64
```
其中:```82111968``` 第二个数字 2 代表mv200系列 1119 代表 2023版本的11月19
其中:```82082668``` 第二个数字 2 代表mv200系列 0826 代表 2025版本的08月26
其它自行推算。

View File

@@ -44,7 +44,7 @@ CPU Rockchip RK3566
瑞芯微-海纳思专用刷机固件下载地址 :
地址1[Rockchip_3566_oect_for_hinas.zip](https://alist.ecoo.top/d/rockchip/Rockchip_3566_oect_for_hinas.zip?sign=NyuYGBTE5N6XnLOp4eWUk-8S5uc1SteBbM9rzy7HkLs=:0)
地址1[Rockchip_3566_oect_for_hinas.zip](https://alist.ecoo.top/rockchip/)
地址2[Rockchip_3566_oect_for_hinas.zip](https://www.ecoo.top/update/soft_init/rk3566/Rockchip_3566_oect_for_hinas.zip)

View File

@@ -20,7 +20,7 @@ sidebar_position: 1
- 建议使用 SSH 终端管理器登录后台
Windows 操作系统可以使用 [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) 工具或者 [MobaXterm](https://node.histb.com:9088/update/soft_init/MobaXterm.zip) 工具,
Windows 操作系统可以使用 [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) 工具或者 [MobaXterm](https://node4.histb.com:9088/update/soft_init/MobaXterm.zip) 工具,
Linux 操作系统直接 `ssh root@<IP>`
@@ -35,7 +35,7 @@ sidebar_position: 1
![](./img/login3.jpg)
## 2.修改密码:
## 2.修改后台(终端)密码:
终端输入以下命令进行更改:
@@ -55,11 +55,12 @@ root@hi3798mv200:~#
**注意**:密码是不会显示的,盲敲输入后按回车即可。
## 3.注册和登录管理页面
## 3.首次使用需要设置首页登陆(前端)密码
![](./img/login1.jpg)
![](./img/login1.png)
![](./img/login2.jpg)
为了您的系统安全,首次设置密码时,需要证明设备在您身边,所以限制必须局域网 IP 才能打开首页;
如果您的局域网 IP 不在白名单内,可以去 SSH 后台自行修改文档:```/var/www/html/ip_whitelist_check.php```
## 4.阅读手册

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -28,3 +28,23 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
/* 自定义按钮样式 - 适配Docusaurus Classic主题 */
.hinas-button {
display: inline-block;
background-color: #165DFF;
color: #fff !important;
padding: 10px 24px;
border-radius: 4px;
text-decoration: none !important;
font-size: 14px;
font-weight: 500;
transition: background-color 0.2s ease;
border: none;
cursor: pointer;
margin: 24px 0;
}
.hinas-button:hover {
background-color: #0F4BD8;
color: #fff !important;
}

View File

@@ -3,47 +3,50 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>海纳思系统官方通告</title>
<meta name="description" content="海纳思系统官方通告页面,提供广告位招租信息及系统使用统计。">
<title>每晚8点直播使用教程</title>
<meta name="description" content="每晚8点直播使用教程详细讲解各类使用方法">
<style>
body {
max-width: 40em;
max-width: 800px; /* 扩大页面最大宽度,适配图片显示 */
margin: 0 auto;
padding: 20px;
font-family: Tahoma, Verdana, Arial, sans-serif;
text-align: center; /* 全局文本居中,方便主题文字和图片对齐 */
}
#cookieConsent {
background: #f1f1f1;
padding: 10px;
margin: 10px 0;
border-radius: 4px;
/* 图片样式:居中、自适应宽度、不超出容器 */
.ad-image {
display: block;
margin: 20px auto; /* 上下间距,左右自动居中 */
max-width: 100%; /* 响应式,不超出容器宽度 */
height: auto; /* 保持图片宽高比 */
border: none; /* 去除默认边框 */
}
h1 {
color: #333; /* 标题颜色更舒适 */
margin-bottom: 30px;
}
footer {
margin-top: 30px;
color: #666;
}
</style>
</head>
<body>
<header>
<h1>海纳思系统官方广告位招租</h1>
<h1>每晚8点直播使用教程</h1>
</header>
<h2>42000+装机数</h2>
<h2>日活8000+</h2>
<h2>日增约100台</h2>
<h2>要求:符合海纳思服务器的环境需求</h2>
<h2>捐助并投放,与作者共赢!请联系:<a href="mailto:teasiu@163.com">teasiu@163.com</a></h2>
<div id="visitCounter"></div>
<!-- 居中显示ad.jpg图片 -->
<img src="ad.jpg" alt="直播使用教程相关图片" class="ad-image">
<footer>
版权 © <span id="currentYear"></span> <a href="https://www.ecoo.top/">www.ecoo.top</a>
</footer>
<script>
// 动态年份
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
</body>
</html>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 232 KiB

BIN
static/ad1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -6,9 +6,9 @@ echo "
+----------------------------------------------------------------------
| 海纳思系统hi3798mv100升级系统专用脚本温馨提示
+----------------------------------------------------------------------
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20251001,
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20260101,
+----------------------------------------------------------------------
| 升级20251001版专用原系统将完全清除请注意保存资料。
| 升级20260101版专用原系统将完全清除请注意保存资料。
+----------------------------------------------------------------------
| 如果不确定请按CTRL+C结束此脚本.
+----------------------------------------------------------------------

View File

@@ -13,9 +13,9 @@ echo "
+----------------------------------------------------------------------
| 海纳思系统hi3798mv200升级系统专用脚本温馨提示
+----------------------------------------------------------------------
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20251001,
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20260101,
+----------------------------------------------------------------------
| 升级20251001版专用原系统将完全清除请注意保存资料。
| 升级20260101版专用原系统将完全清除请注意保存资料。
+----------------------------------------------------------------------
| 如果不确定请按CTRL+C结束此脚本.
+----------------------------------------------------------------------

View File

@@ -6,9 +6,9 @@ echo "
+----------------------------------------------------------------------
| 海纳思系统hi3798mv300升级系统专用脚本温馨提示
+----------------------------------------------------------------------
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20251001,
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20260101,
+----------------------------------------------------------------------
| 升级20251001版专用原系统将完全清除请注意保存资料。
| 升级20260101版专用原系统将完全清除请注意保存资料。
+----------------------------------------------------------------------
| 如果不确定请按CTRL+C结束此脚本.
+----------------------------------------------------------------------

View File

@@ -50,9 +50,9 @@ echo "
+----------------------------------------------------------------------
| 海纳思系统hi3798mv200升级系统 N2 恩兔 专用脚本温馨提示:
+----------------------------------------------------------------------
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20251001,
| 此专用脚本可以让你在任意版本的NAS系统下一键升级到20260101,
+----------------------------------------------------------------------
| 升级20251001版专用原系统将完全清除请注意保存资料。
| 升级20260101版专用原系统将完全清除请注意保存资料。
+----------------------------------------------------------------------
| 如果不确定请按CTRL+C结束此脚本.
+----------------------------------------------------------------------