Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/02_System_configuration/01_network_bluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ nmcli device show eth1

## 无线网络

Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=12

开发板需安装无线 Wi-Fi 模块,支持 Soft AP 和 Station 两种模式,默认运行在 Station 模式下。下面介绍两种模式的使用方法。

### Station 模式
Expand Down Expand Up @@ -284,8 +282,6 @@ Wi-Fi AP 模式暂不可用

## DNS 服务

Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=13

DNS(Domain Name Server)是进行域名(domain name)和与之相对应的 IP 地址转换的服务器。

开发板 DNS 配置通过`/etc/systemd/resolved.conf`文件管理,用户可通过修改该文件完成 DNS 相关配置,步骤如下:
Expand Down Expand Up @@ -363,8 +359,6 @@ sudo reboot

## 蓝牙配置

Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=9

### 初始化
用户可以使用命令查询蓝牙进程是否正常,命令如下:

Expand Down
2 changes: 0 additions & 2 deletions docs/02_System_configuration/05_self_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sidebar_position: 5

# 2.5 开机自启动配置

Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=15

Ubuntu 系统添加自启动程序的方式有多种方法,本章节提供两种方法作为参考。

## 设置自启动 Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ You can also directly edit the `.nmconnection` file in this directory; after edi

## Wireless Network

Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=12

The development board needs to be equipped with a wireless Wi-Fi module, supporting both Soft AP and Station modes, and runs in Station mode by default. The usage of the two modes is described below.

### Station Mode
Expand Down Expand Up @@ -284,7 +282,6 @@ Continuously updating...

## DNS Service


DNS (Domain Name Server) is a server that translates domain names into their corresponding IP addresses.

The DNS configuration of the development board is managed through the `/etc/systemd/resolved.conf` file. Users can modify this file to complete DNS-related configurations as follows:
Expand Down Expand Up @@ -361,7 +358,6 @@ sudo reboot

## Bluetooth Configuration


### Initialization
Users can use commands to check whether the Bluetooth process is normal as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sidebar_position: 5

# 2.5 Boot Auto-Start Configuration

<!-- Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=15 -->

There are multiple ways to add auto-start programs in Ubuntu. This section provides two methods for reference.

## Configure an Auto-Start Service
Expand Down