diff --git a/xiuosiot-frontend/src/assets/images/ar100_mainboard.png b/xiuosiot-frontend/src/assets/images/ar100_mainboard.png new file mode 100644 index 0000000..359caf7 Binary files /dev/null and b/xiuosiot-frontend/src/assets/images/ar100_mainboard.png differ diff --git a/xiuosiot-frontend/src/assets/images/instruction_button.png b/xiuosiot-frontend/src/assets/images/instruction_button.png new file mode 100644 index 0000000..278a642 Binary files /dev/null and b/xiuosiot-frontend/src/assets/images/instruction_button.png differ diff --git a/xiuosiot-frontend/src/assets/images/instruction_logo.png b/xiuosiot-frontend/src/assets/images/instruction_logo.png new file mode 100644 index 0000000..4183864 Binary files /dev/null and b/xiuosiot-frontend/src/assets/images/instruction_logo.png differ diff --git a/xiuosiot-frontend/src/assets/images/instruction_title.png b/xiuosiot-frontend/src/assets/images/instruction_title.png new file mode 100644 index 0000000..f302544 Binary files /dev/null and b/xiuosiot-frontend/src/assets/images/instruction_title.png differ diff --git a/xiuosiot-frontend/src/views/product/RV400-AR100/index.vue b/xiuosiot-frontend/src/views/product/RV400-AR100/index.vue index 3570ec5..3621bc6 100644 --- a/xiuosiot-frontend/src/views/product/RV400-AR100/index.vue +++ b/xiuosiot-frontend/src/views/product/RV400-AR100/index.vue @@ -13,6 +13,68 @@

+

开发板详情介绍图

+ +

产品使用说明

+ + +
+
+ +

矽璓 智能终端

+

M168-NPU4T-4G-SM100

+ + +
+
+ + +
+

1. 系统交叉编译

+

+ 1.1、测试环境 + 1.2、交叉编译工具链 + 1.3、其他安装包 +

+

+ 1.4、打patch + 1.5、编译Uboot + 1.6、编译Kernel +

+

+ 1.7、编译Recovery + 1.8、编译Debian + 1.9、生成镜像 +

+

2. 烧录镜像及调试

+

+ 2.1、安装驱动DriverAssitant_v5.11.zip + 2.2、打开 RKDevTool.exe +

+

3. 5G网卡调试

+
+
+ +
+

4. wifi模块调试

+

+ 4.1、驱动编译 + 4.2、驱动运行 + 4.3、WIFI网络连接 +

+

5. USB调试

+

6. SD卡调试

+

7. 显示图片

+

8. emmc扩容

+

9. AIM16T从模式烧录

+

10. RISCV-K210烧录、调试

+
+
+
+
+
+
+

技术架构

@@ -133,14 +195,27 @@ @@ -158,6 +233,55 @@ export default { line-height: 2.5; letter-spacing: 2px; } + .instruction{ + margin-top: 30px; + width: 100%; + background: linear-gradient(181deg, #424D83, #7DADF3); + padding: 50px 80px; + border-radius: 96px; + // height: 300px; + text-align: left; + display: flex; + .left{ + width: 50%; + p{ + font-family: Poppins; + font-weight: bold; + font-size: 2.5vw; + // line-height: 1.2; + color: #fff; + margin: 0.5em 0; + } + .button{ + float: right; + cursor: pointer; + } + } + .right{ + width: 50%; + color: #fff; + font-family: Minion Pro; + padding-left: 5%; + line-height: 1.5; + .title{ + font-size: 1.3vw; + font-weight: bold; + // line-height: 52px; + margin: 0; + } + p{ + span{ + display: inline-block; + font-size: 0.95vw; + white-space: nowrap; + margin-right: 20px; + &:last-child{ + margin-right: 0; + } + } + } + } + } } .arch { min-height: 100vh;