Skip to content

Commit dcd0e98

Browse files
authored
Merge pull request #1045 from EESN-W/rock4d-emmc
feat: rock 4d install system to emmc
2 parents e861d71 + c3e8228 commit dcd0e98

File tree

9 files changed

+162
-4
lines changed

9 files changed

+162
-4
lines changed

docs/rock4/rock4d/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Android 系统镜像:
4646

4747
#### Linux 系统镜像
4848

49-
若没有清除过 SPI Flash,可以直接写入系统镜像到 MicroSD 卡 / UFS 模块 / NVME 启动系统。
49+
若没有清除过 SPI Flash,可以直接写入系统镜像到 MicroSD 卡 / UFS 模块 / NVME / eMMC 启动系统。
5050

51-
- 适用于 MicroSD 卡 / NVME SSD / U 盘 等介质启动的系统镜像: [Linux-SD-NVME-UDisk.img.xz](https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_512.img.xz)
51+
- 适用于 MicroSD 卡 / NVME SSD / U 盘 / eMMC 等介质启动的系统镜像: [Linux-SD-NVME-UDisk.img.xz](https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_512.img.xz)
5252

5353
- 适用于 UFS 启动的系统镜像: [Linux-UFS.img.xz](https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_4096.img.xz)
5454

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 安装系统到 eMMC
6+
7+
<DocCardList />
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
import BalenaEtcherUse from '../../../../../common/radxa-os/install-system/\_use_etcher_emmc.mdx';
6+
7+
# 使用读卡器安装系统
8+
9+
<BalenaEtcherUse />
10+
11+
## 启动系统
12+
13+
完成系统的安装后,将 eMMC 模块安装到 ROCK 4D 的 eMMC 模块接口中,然后使用电源适配器给 ROCK 4D 供电,即可启动系统。
14+
15+
<div style={{textAlign: 'center'}}>
16+
<img src="/img/rock4/4d/rock-4d-boot-system-emmc.webp" style={{width: '100%', maxWidth: '1200px'}} />
17+
</div>
18+
19+
① :安装 eMMC 模块
20+
21+
② :使用 HDMI 数据线连接显示器和主板
22+
23+
③ :使用电源适配器给 ROCK 4D 供电
24+
25+
系统启动正常后,蓝色和绿色 LED 灯会同时亮起,大概过几秒左右,绿灯常亮、蓝色指示灯会闪烁。
26+
27+
## 登录系统
28+
29+
当您首次启动系统后,需要使用默认的用户名和密码登录。
30+
31+
Radxa OS 的默认凭据如下:
32+
33+
| 项目 | 内容 |
34+
| :----- | :------ |
35+
| 用户名 | `radxa` |
36+
| 密码 | `radxa` |
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
import InstallSystem from '../../../../../common/radxa-os/install-system/\_use_dd_emmc.mdx';
6+
7+
# 从 MicroSD 卡启动并将系统安装到 eMMC
8+
9+
<InstallSystem tag="emmc_module" board="radxa-4d" download_page="../../../download" download_url="https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_512.img.xz" path_to_image_unxz="radxa-rk3576_bookworm_kde_b3.output_512.img.xz" path_to_image="radxa-rk3576_bookworm_kde_b3.output_512.img" />
10+
11+
## 启动系统
12+
13+
完成系统的安装后,将 MicroSD 卡取下,确认 eMMC 模块已安装到 ROCK 4D 的 eMMC 模块接口中,然后使用电源适配器给 ROCK 4D 供电,即可启动系统。
14+
15+
<div style={{textAlign: 'center'}}>
16+
<img src="/img/rock4/4d/rock-4d-boot-system-emmc.webp" style={{width: '100%', maxWidth: '1200px'}} />
17+
</div>
18+
19+
① :安装 eMMC 模块
20+
21+
② :使用 HDMI 数据线连接显示器和主板
22+
23+
③ :使用电源适配器给 ROCK 4D 供电
24+
25+
系统启动正常后,蓝色和绿色 LED 灯会同时亮起,大概过几秒左右,绿灯常亮、蓝色指示灯会闪烁。
26+
27+
## 登录系统
28+
29+
当您首次启动系统后,需要使用默认的用户名和密码登录。
30+
31+
Radxa OS 的默认凭据如下:
32+
33+
| 项目 | 内容 |
34+
| :----- | :------ |
35+
| 用户名 | `radxa` |
36+
| 密码 | `radxa` |

i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4d/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ For erasing and flashing SPI boot firmware, please refer to the [Erase/Flash SPI
4646

4747
#### Linux System Images
4848

49-
If you haven't cleared the SPI Flash, you can directly write the system image to a MicroSD card / UFS module / NVMe drive to boot the system.
49+
If you haven't cleared the SPI Flash, you can directly write the system image to a MicroSD card / UFS module / eMMC Module / NVMe drive to boot the system.
5050

51-
- System image for MicroSD card / NVMe SSD / USB drive boot: [Linux-SD-NVME-UDisk.img.xz](https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_512.img.xz)
51+
- System image for MicroSD card / NVMe SSD / USB drive / eMMC boot: [Linux-SD-NVME-UDisk.img.xz](https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_512.img.xz)
5252

5353
- System image for UFS boot: [Linux-UFS.img.xz](https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_4096.img.xz)
5454

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Install System to eMMC
6+
7+
<DocCardList />
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
import BalenaEtcherUse from '../../../../../common/radxa-os/install-system/\_use_etcher_emmc.mdx';
6+
7+
# Install System Using Card Reader
8+
9+
<BalenaEtcherUse />
10+
11+
## Boot System
12+
13+
After completing the system installation, install the eMMC module to the eMMC module interface of ROCK 4D, then power on the ROCK 4D using the power adapter to boot the system.
14+
15+
<div style={{textAlign: 'center'}}>
16+
<img src="/en/img/rock4/4d/rock-4d-boot-system-emmc.webp" style={{width: '100%', maxWidth: '1200px'}} />
17+
</div>
18+
19+
① : Install eMMC module
20+
21+
② : Connect display and motherboard using HDMI cable
22+
23+
③ : Power on ROCK 4D using power adapter
24+
25+
After the system boots successfully, the blue and green LED lights will light up simultaneously. After a few seconds, the green light will stay constant and the blue indicator light will flash.
26+
27+
## Login System
28+
29+
When you boot the system for the first time, you need to log in using the default username and password.
30+
31+
The default credentials for Radxa OS are as follows:
32+
33+
| Item | Content |
34+
| :------- | :------ |
35+
| Username | `radxa` |
36+
| Password | `radxa` |
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
import InstallSystem from '../../../../../common/radxa-os/install-system/\_use_dd_emmc.mdx';
6+
7+
# Boot from MicroSD Card and Install System to eMMC
8+
9+
<InstallSystem tag="emmc_module" board="radxa-4d" download_page="../../../download" download_url="https://github.com/radxa-build/radxa-rk3576/releases/download/rsdk-b3/radxa-rk3576_bookworm_kde_b3.output_512.img.xz" path_to_image_unxz="radxa-rk3576_bookworm_kde_b3.output_512.img.xz" path_to_image="radxa-rk3576_bookworm_kde_b3.output_512.img" />
10+
11+
## Boot System
12+
13+
After completing the system installation, remove the MicroSD card, confirm that the eMMC module is installed in the eMMC module interface of ROCK 4D, then power on the ROCK 4D using the power adapter to boot the system.
14+
15+
<div style={{textAlign: 'center'}}>
16+
<img src="/en/img/rock4/4d/rock-4d-boot-system-emmc.webp" style={{width: '100%', maxWidth: '1200px'}} />
17+
</div>
18+
19+
① : Install eMMC module
20+
21+
② : Connect display and motherboard using HDMI cable
22+
23+
③ : Power on ROCK 4D using power adapter
24+
25+
After the system boots successfully, the blue and green LED lights will light up simultaneously. After a few seconds, the green light will stay constant and the blue indicator light will flash.
26+
27+
## Login System
28+
29+
When you boot the system for the first time, you need to log in using the default username and password.
30+
31+
The default credentials for Radxa OS are as follows:
32+
33+
| Item | Content |
34+
| :------- | :------ |
35+
| Username | `radxa` |
36+
| Password | `radxa` |
95.6 KB
Loading

0 commit comments

Comments
 (0)