diff --git a/docs/nas-skill/9-kernel.md b/docs/nas-skill/9-kernel.md index cd33fe0..a67fc26 100644 --- a/docs/nas-skill/9-kernel.md +++ b/docs/nas-skill/9-kernel.md @@ -39,7 +39,7 @@ sudo apt-get install kernel-histb -y | hi3798mv200 | arm64 | 移动1 | [hi_kernel-hi3798mv200.bin](https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200.bin) | | | | 香港2 |[hi_kernel-hi3798mv200.bin](https://node2.histb.com/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200.bin) | | | | 电信3 |[hi_kernel-hi3798mv200.bin](https://node3.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200.bin) | -| hi3798mv300 | arm64 | 移动1 | [hi_kernel-hi3798mv300.bin](https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200.bin) | +| hi3798mv300 | arm64 | 移动1 | [hi_kernel-hi3798mv300.bin](https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv300.bin) | | | | 香港2 |[hi_kernel-hi3798mv300.bin](https://node2.histb.com/update/soft_init/kernels/arm64/hi_kernel-hi3798mv300.bin) | | | | 电信3 |[hi_kernel-hi3798mv300.bin](https://node3.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv300.bin) | | mv200恩兔特别版 | arm64 | 移动1 | [hi_kernel-hi3798mv200-n2ns1.bin](https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200-n2ns1.bin) | @@ -58,18 +58,34 @@ sudo apt-get install kernel-histb -y ### hi3798mv100机型 hi3798mv100机型是 armv7 ; 也就是我们理解的 32 位; -将内核上传进去系统里,在当前位置执行如下命令: +将内核上传进去系统里,或者在当前位置执行如下命令: ```bash +wget https://node.histb.com:9088/update/soft_init/kernels/armhf/hi_kernel-hi3798mv100.bin -O hi_kernel-hi3798mv100.bin dd if=hi_kernel-hi3798mv100.bin of=/dev/mmcblk0p6 bs=1024 count=20480 ``` ### hi3798mv200/300机型 -将内核上传进去系统里,在当前位置执行如下命令: +将内核上传进去系统里,或者在当前位置执行如下命令: ```bash +wget https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200.bin -O hi_kernel-hi3798mv200.bin dd if=hi_kernel-hi3798mv200.bin of=/dev/mmcblk0p6 bs=1024 count=40960 ``` +```bash +wget https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv300.bin -O hi_kernel-hi3798mv300.bin +dd if=hi_kernel-hi3798mv300.bin of=/dev/mmcblk0p6 bs=1024 count=40960 +``` + +### hi3798mv200恩兔特别版机型 + +将内核上传进去系统里,或者在当前位置执行如下命令: +```bash +wget https://node.histb.com:9088/update/soft_init/kernels/arm64/hi_kernel-hi3798mv200-n2ns1.bin -O hi_kernel-hi3798mv200-n2ns1.bin +dd if=hi_kernel-hi3798mv200-n2ns1.bin of=/dev/mmcblk0p6 bs=1024 count=40960 +``` + + 执行完后,重启系统即可。 ## 注意事项 diff --git a/src/pages/download.md b/src/pages/download.md index b021ecc..a063467 100644 --- a/src/pages/download.md +++ b/src/pages/download.md @@ -44,7 +44,7 @@ title: 系统固件下载 |hi3798mv100 | USB刷机包 | [mv100-mdmo1g-usb-flash.zip](https://node.histb.com:9088/update/system/mv100-mdmo1g-usb-flash.zip) | armv7| | |hi3798mv200 | USB刷机包 | [mv200-mv2dmb-usb-flash-64.zip](https://node.histb.com:9088/update/system/mv200-mv2dmb-usb-flash-64.zip) | arm64| | |hi3798mv300 | USB刷机包 | [mv300-mv3dmw-usb-flash-64.zip](https://node.histb.com:9088/update/system/mv300-mv3dmw-usb-flash-64.zip) | arm64| | -|玩客云S805晶晨| USB刷机包 | [Ubuntu_hinas_s805_armhf.zip](https://alist.ecoo.top/d/s805/Ubuntu_hinas_s805_armhf_5.15.79.img.zip)| armv7| 确保已刷底包 | +|玩客云S805晶晨| USB刷机包 | [Ubuntu_hinas_s805_armhf.zip](https://node.histb.com:9088/update/system/s805/Ubuntu_hinas_s805_armhf_5.15.79.img.zip)| armv7| 确保已刷底包 | ### 2.电信线路 50M网速 @@ -63,7 +63,7 @@ title: 系统固件下载 |hi3798mv100 | USB刷机包 | [mv100-mdmo1g-usb-flash.zip](https://node3.histb.com:9088/update/system/mv100-mdmo1g-usb-flash.zip) | armv7| | |hi3798mv200 | USB刷机包 | [mv200-mv2dmb-usb-flash-64.zip](https://node3.histb.com:9088/update/system/mv200-mv2dmb-usb-flash-64.zip) | arm64| | |hi3798mv300 | USB刷机包 | [mv300-mv3dmw-usb-flash-64.zip](https://node3.histb.com:9088/update/system/mv300-mv3dmw-usb-flash-64.zip) | arm64| | -|玩客云S805晶晨| USB刷机包 | [Ubuntu_hinas_s805_armhf.zip](https://alist.ecoo.top/d/s805/Ubuntu_hinas_s805_armhf_5.15.79.img.zip)| armv7| 确保已刷底包 | +|玩客云S805晶晨| USB刷机包 | [Ubuntu_hinas_s805_armhf.zip](https://node3.histb.com:9088/update/system/s805/Ubuntu_hinas_s805_armhf_5.15.79.img.zip)| armv7| 确保已刷底包 | ### 3.香港线路 30M网速 @@ -81,5 +81,5 @@ title: 系统固件下载 | hi3798mv100 | USB刷机包 | [mv100-mdmo1g-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1g-usb-flash.zip) | armv7| | | hi3798mv200 | USB刷机包 | [mv200-mv2dmb-usb-flash-64.zip](https://node2.histb.com/update/system/mv200-mv2dmb-usb-flash-64.zip) | arm64| | | hi3798mv300 | USB刷机包 | [mv300-mv3dmw-usb-flash-64.zip](https://node2.histb.com/update/system/mv300-mv3dmw-usb-flash-64.zip) | arm64| | -| 玩客云S805晶晨| USB刷机包 | [Ubuntu_hinas_s805_armhf.zip](https://alist.ecoo.top/d/s805/Ubuntu_hinas_s805_armhf_5.15.79.img.zip)| armv7| 确保已刷底包 | +| 玩客云S805晶晨| USB刷机包 | [Ubuntu_hinas_s805_armhf.zip](https://node2.histb.com/update/system/s805/Ubuntu_hinas_s805_armhf_5.15.79.img.zip)| armv7| 确保已刷底包 |