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
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
sidebar_position: 1

doc_kind: wrapper
source_of_truth: local
source_of_truth: common
imports_resolve_to:
- docs/rock3/rock3b/_image.mdx
- docs/common/general/_etcherV2.mdx
---

import Images from "../../\_image.mdx"
import Etcher from '../../../../common/general/\_etcherV2.mdx';

# 安装系统到 EMMC Module
# 安装系统到 eMMC Module

本文介绍如何在 ROCK 3B 上将系统安装到 eMMC Module 中,并通过 eMMC Module 启动系统。

## 文件下载

<Images loader={false} system_img={true} spi_img={false} />
到资源下载汇总页面下载 [ROCK 3B 系统镜像](../../download)

## EMMC Module 准备
## eMMC Module 准备

将 [EMMC Module](../../../../accessories/emmc_module) 插入到 [EMMC Reader](../../../../accessories/emmc_reader) 中,然后将 Reader 插入到 PC 的 USB 端口上
将 [eMMC Module](../../../../accessories/emmc_module) 插入到 [eMMC Reader](../../../../accessories/emmc_reader) 中,然后将 Reader 插入到 PC 的 USB 端口上

## 镜像烧录

<Etcher/>

## 启动系统

按照上述步骤成功烧录 EMMC Module 后, 将 EMMC Module 插入到 EMMC Module 插槽内(如下图所示),然后上电,系统开始启动,HDMI显示桌面。
按照上述步骤成功烧录 eMMC Module 后, 将 eMMC Module 插入到 eMMC Module 插槽内(如下图所示),然后上电,系统开始启动,HDMI显示桌面。

<img
src="/img/rock3/3b/rock3b_with_emmc_module.webp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
sidebar_position: 1

doc_kind: wrapper
source_of_truth: local
source_of_truth: common
imports_resolve_to:
- docs/rock3/rock3b/_image.mdx
- docs/common/general/_etcherV2.mdx
---

import Images from "../../\_image.mdx"
import Etcher from '../../../../common/general/\_etcherV2.mdx';

# 安装系统到 microSD 卡

本文介绍如何在 ROCK 3B 上将系统安装到 microSD 卡 中,并通过 microSD 卡 启动系统。

## 文件下载

<Images loader={false} system_img={true} spi_img={false} />
到资源下载汇总页面下载 [ROCK 3B 系统镜像](../../download)

## microSD 卡准备

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
sidebar_position: 1

doc_kind: wrapper
source_of_truth: local
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/rock3/rock3b/_image.mdx
- i18n/en/docusaurus-plugin-content-docs/current/common/general/_etcherV2.mdx
---

import Images from "../../\_image.mdx"
import Etcher from '../../../../common/general/\_etcherV2.mdx';

# Install the system to the EMMC Module
# Install OS to eMMC Module

This article explains how to install the operating system to an eMMC Module and boot the system from it on ROCK 3B.

## File Download

<Images loader={false} system_img={true} spi_img={false} />
Download the [ROCK 3B system image](../../download) from the resource download page.

## EMMC Module preparation
## eMMC Module preparation

Insert [EMMC Module](../../../../accessories/emmc_module) into [EMMC Reader](accessories/emmc_reader), and then insert the reader into the USB port of your PC.
Insert the [eMMC Module](../../../../accessories/emmc_module) into the [eMMC Reader](accessories/emmc_reader), and then insert the reader into the USB port of your PC.

## Image burning

<Etcher/>

## Boot the system

After successfully burning the EMMC Module according to the above steps, insert the EMMC Module into the EMMC Module slot (as shown in the picture below), then power on the system, the system will start booting and HDMI will display the desktop.
After successfully burning the eMMC Module according to the above steps, insert the eMMC Module into the eMMC Module slot (as shown in the picture below), then power on the system, the system will start booting and HDMI will display the desktop.

<img
src="/img/rock3/3b/rock3b_with_emmc_module.webp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
sidebar_position: 1

doc_kind: wrapper
source_of_truth: local
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/rock3/rock3b/_image.mdx
- i18n/en/docusaurus-plugin-content-docs/current/common/general/_etcherV2.mdx
---

import Images from "../../\_image.mdx"
import Etcher from '../../../../common/general/\_etcherV2.mdx';

# Install the system on the microSD card
# Install OS to microSD Card

## File download
This article explains how to install the operating system to a microSD card and boot the system from it on ROCK 3B.

<Images loader={false} system_img={true} spi_img={false} />
## File Download

Download the [ROCK 3B system image](../../download) from the resource download page.

## microSD card preparation

Expand Down
Loading