Skip to content

Commit

Permalink
fix: e52c: modify formatting errors in quick.md
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Ma <[email protected]>
  • Loading branch information
RadxaMitchell committed Nov 7, 2024
1 parent f68331f commit 7adcadf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions docs/e/e52c/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,40 +206,40 @@ Picocom 是一个可以在 Mac 上使用,支持多种波特率的串口工具

### SSH 登录

1.将网线接到 WAN 或者 LAN 口,下面以接入 WAN 口举例说明如何用 SSH 方式访问设备
1. 将网线接到 WAN 或者 LAN 口,下面以接入 WAN 口举例说明如何用 SSH 方式访问设备

<img src="/img/e/e52c/radxa-e52c-serial-net-login1.webp" width="500" alt="radxa-e52c pack" />

2.将电源适配器插入 Radxa E52C 的电源接口。设备上电启动,系统状态灯将亮起。
2. 将电源适配器插入 Radxa E52C 的电源接口。设备上电启动,系统状态灯将亮起。

<img src="/img/e/e52c/radxa-e52c-serial-net-login2.webp" width="500" alt="radxa-e52c pack" />

3.系统起来之后,系统状态灯会闪烁,WAN 口的灯也将会亮起
3. 系统起来之后,系统状态灯会闪烁,WAN 口的灯也将会亮起

<img src="/img/e/e52c/radxa-e52c-power2.webp" width="500" alt="radxa-e52c pack" />

4.查找 IP
4. 查找 IP

iStoreOS 系统默认ip地址是 192.168.100.1

但是如果用户自己修改了可以使用 Angryip 这个工具去查询

- 首先主机需要下载 [Angryip](https://angryip.org/download/),然后确保主机和主板在同一个局域网内。
- 首先主机需要下载 [Angryip](https://angryip.org/download/),然后确保主机和主板在同一个局域网内。

- 打开 Angryip,选择 IP 范围为 192.168.2.0 - 192.168.2.255(选择主机和主板所在的网段),点击开始,如图所示。
- 打开 Angryip,选择 IP 范围为 192.168.2.0 - 192.168.2.255(选择主机和主板所在的网段),点击开始,如图所示。

- ![Angryip](/img/configuration/ssh-Angryip.webp)
- ![Angryip](/img/configuration/ssh-Angryip.webp)

- Ctrl + F 查找 `e25c` 关键字,找到主板的 IP 地址。
- Ctrl + F 查找 `e25c` 关键字,找到主板的 IP 地址。

5.通过 SSH 连接到 Radxa E52C
5. 通过 SSH 连接到 Radxa E52C

```bash
ssh [username]@[IP address] # or ssh [username]@[hostname]
```

- 默认用户名:root
- 默认密码:password
- 默认用户名:root
- 默认密码:password

## iStoreOS 扩容

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ Picocom is a serial port utility that can be used on a Mac and supports multiple

### Login Via SSH

1.Connect the network cable to the WAN or LAN port, the following is an example of how to access the device by SSH using the WAN port
1. Connect the network cable to the WAN or LAN port, the following is an example of how to access the device by SSH using the WAN port

<img src="/img/e/e52c/radxa-e52c-serial-net-login1.webp" width="500" alt="radxa-e52c pack" />

2.Plug the power adapter into the Radxa E52C's power connector. The device will power up and start, the system status light will be on.
2. Plug the power adapter into the Radxa E52C's power connector. The device will power up and start, the system status light will be on.
<img src="/img/e/e52c/radxa-e52c-serial-net-login2.webp" width="500" alt="radxa-e52c pack" />
3.When the system is up, the system status light will blink and the WAN port light will also be on
3. When the system is up, the system status light will blink and the WAN port light will also be on
<img src="/img/e/e52c/radxa-e52c-power2.webp" width="500" alt="radxa-e52c pack" />
Expand All @@ -228,15 +228,15 @@ The default ip address of the iStoreOS system is 192.168.100.1.

If the user has changed it himself, he can use the Angryip tool to look it up.

- First of all, the host needs to download [Angryip](https://angryip.org/download/), and then make sure the host and motherboard are in the same LAN.
- First of all, the host needs to download [Angryip](https://angryip.org/download/), and then make sure the host and motherboard are in the same LAN.

- Open Angryip, select the IP range 192.168.2.0 - 192.168.2.255 (select the network segment where the host computer and motherboard are located), click Start, as shown in the figure.
- Open Angryip, select the IP range 192.168.2.0 - 192.168.2.255 (select the network segment where the host computer and motherboard are located), click Start, as shown in the figure.

- ![Angryip](/img/configuration/ssh-Angryip.webp)
- ![Angryip](/img/configuration/ssh-Angryip.webp)

- Ctrl + F Look for the `e52c` keyword to find the IP address of the motherboard.
- Ctrl + F Look for the `e52c` keyword to find the IP address of the motherboard.

5.Connecting to Radxa E52C via SSH
5. Connecting to Radxa E52C via SSH

```bash
ssh [username]@[IP address] # or ssh [username]@[hostname]
Expand Down

0 comments on commit 7adcadf

Please sign in to comment.