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
2 changes: 1 addition & 1 deletion docs/common/radxa-os/install-system/_use_system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@

### 无屏模式

[无屏模式](../system-config/screenless)指的是不使用显示器,建议用户通过[串口登录](../system-config/uart_login)或[SSH 登录](../system-config/ssh_login)和控制系统。
[无屏模式](../system-config/headless)指的是不使用显示器,建议用户通过[串口登录](../system-config/uart-login)或[SSH 登录](../system-config/ssh-login)和控制系统。
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 串口登录

可以参考 [串口登录](./uart_login) 教程进行操作。
可以参考 [串口登录](./uart-login) 教程进行操作。

## SSH 登录

Expand All @@ -14,7 +14,7 @@

### 有线网络

使用网线连接主板和路由器,路由器分配 IP 地址后,可以访问路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh_remote) 教程登录和控制系统。
使用网线连接主板和路由器,路由器分配 IP 地址后,可以访问路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh-login) 教程登录和控制系统。

### 无线网络

Expand All @@ -36,7 +36,7 @@ connect_wi-fi YOUR_WIFI_SSID YOUR_WIFI_PASSWORD

修改并保存文件后,将 MicroSD 卡安全取出,插入主板,启动系统后,系统会自动连接到 WiFi 网络;

路由器会自动分配 IP 地址给主板,你可以通过路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh_remote) 教程登录和控制系统。
路由器会自动分配 IP 地址给主板,你可以通过路由器后台查看 IP 地址,然后参考 [SSH 远程](./ssh-login) 教程登录和控制系统。

:::tip before.txt
`before.txt` 只在首次启动系统时出现,启动系统后将消失;若想要通过该方式再次配置网络,需要重新烧录系统到 MicroSD 卡中。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/radxa-os/system-config/_screenless.mdx
- docs/common/radxa-os/system-config/_headless.mdx
---

import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';

# 无屏模式

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/radxa-os/system-config/_screenless.mdx
- docs/common/radxa-os/system-config/_headless.mdx
---

import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';

# 无屏模式

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Here are some recommendations for users in both display and display-less modes t

Display mode refers to connecting the motherboard to a monitor using an HDMI cable, allowing you to view the system interface on the display and use a mouse and keyboard for graphical interface operations.

### Display-less Mode
### Headless Mode

[Display-less mode](../system-config/screenless) refers to using the system without a monitor. Users are recommended to access and control the system through [serial console login](../system-config/uart_login) or [SSH login](../system-config/ssh_login).
[Headless mode](../system-config/headless) refers to using the system without a monitor. Users are recommended to access and control the system through [serial console login](../system-config/uart-login) or [SSH login](../system-config/ssh-login).
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Screenless mode refers to using the board without a display, accessing the system through a serial port or SSH for operations!
Headless mode refers to using the board without a display, accessing the system through a serial port or SSH for operations!

## Serial Port Login

You can refer to the [Serial Port Login](./uart_login) tutorial for instructions.
You can refer to the [Serial Port Login](./uart-login) tutorial for instructions.

## SSH Login

Expand All @@ -14,7 +14,7 @@ To log in to the system via SSH, ensure that the board and your operating device

### Wired Network

Connect the board to a router using an Ethernet cable. After the router assigns an IP address, you can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh_remote) tutorial to log in and control the system.
Connect the board to a router using an Ethernet cable. After the router assigns an IP address, you can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh-login) tutorial to log in and control the system.

### Wireless Network

Expand All @@ -36,7 +36,7 @@ connect_wi-fi YOUR_WIFI_SSID YOUR_WIFI_PASSWORD

After modifying and saving the file, safely eject the MicroSD card and insert it into the board. The system will automatically connect to the WiFi network upon boot.

The router will automatically assign an IP address to the board. You can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh_remote) tutorial to log in and control the system.
The router will automatically assign an IP address to the board. You can check the IP address in the router's admin panel, then refer to the [SSH Remote](./ssh-login) tutorial to log in and control the system.

:::tip about before.txt
`before.txt` only appears during the first system boot and will be removed afterward. To reconfigure the network using this method, you'll need to reflash the system to the MicroSD card.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx
- i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
---

import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';

# Screenless Mode
# Headless Mode

<SCREENLESS board="cubie-a5e" />
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sidebar_position: 1
doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_screenless.mdx
- i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/system-config/_headless.mdx
---

import SCREENLESS from '../../../common/radxa-os/system-config/\_screenless.mdx';
import SCREENLESS from '../../../common/radxa-os/system-config/\_headless.mdx';

# Headless mode
# Headless Mode

<SCREENLESS board="cubie-a7s" />
Loading