-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #530 from RadxaMitchell/main
docs: add e52c zh/en docs
- Loading branch information
Showing
76 changed files
with
1,759 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 50 | ||
--- | ||
|
||
# E52C | ||
|
||
<DocCardList /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React, { Fragment } from "react"; | ||
|
||
<ul> | ||
<li style={{ display: `${props.loader ? "block" : "none"}` }}> | ||
{" "} | ||
<a href="https://dl.radxa.com/e/e52c/images/rk3588_spl_loader_v1.15.113.bin"> | ||
{" "} | ||
Loader: rk3588_spl_loader_v1.15.113.bin{" "} | ||
</a> | ||
</li> | ||
<li style={{ display: `${props.system_img ? "block" : "none"}` }}> | ||
{" "} | ||
<a href="https://dl.radxa.com/e/e52c/images/istoreos-22.03.7-2024101020-e52c-squashfs.img.gz"> | ||
{" "} | ||
system image: istoreos-22.03.7-2024101020-e52c-squashfs{" "} | ||
</a> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
import Images from "./\_image.mdx" | ||
|
||
# 资源下载汇总 | ||
|
||
## 操作系统镜像 | ||
|
||
**iStoreOS:** | ||
|
||
[istoreos-22.03.7-2024110111-e52c-squashfs.img.gz](https://fw0.koolcenter.com/iStoreOS/e52c/istoreos-22.03.7-2024110111-e52c-squashfs.img.gz) | ||
|
||
**Debian:** | ||
|
||
[radxa-e52c_bookworm_cli_b3.output.img.xz](https://github.com/radxa-build/radxa-e52c/releases/download/rsdk-b3/radxa-e52c_bookworm_cli_b3.output.img.xz) | ||
|
||
## Loader 文件 | ||
|
||
[rk3588_spl_loader_v1.15.113.bin](https://dl.radxa.com/e/e52c/images/rk3588_spl_loader_v1.15.113.bin) | ||
|
||
## 硬件设计 | ||
|
||
Radxa E52C V1.2 版本 | ||
|
||
[V1.2 位号图 pdf](https://dl.radxa.com/e/e52c/hw/radxa_e52c_v1.2_components_placement_map.pdf) | ||
[V1.2 原理图 pdf](https://dl.radxa.com/e/e52c/hw/radxa_e52c_v1.2_schematic.pdf) | ||
|
||
## 质量认证 | ||
|
||
## 参考文档 | ||
|
||
## 3D 文件 | ||
|
||
### 第三方外壳 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
|
||
# E52C 常见问题 | ||
|
||
1. iStoreOS 系统如何恢复出厂设置 | ||
|
||
在系统正常运行的时候,长按 USER 按键 5s,系统会进行恢复出厂设置操作,然后重启。 | ||
|
||
<img src="/img/e/e52c/radxa-e52c-hardware-overview.webp" width="800" alt="radxa-e52c pack" /> | ||
|
||
:::tip | ||
不要一开机就按照 USER 按键,此时系统会进入安全模式,这种模式下只能通过串口进行操作。 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# 上手指南 | ||
|
||
<DocCardList /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
|
||
# 安装系统 | ||
|
||
<DocCardList /> |
32 changes: 32 additions & 0 deletions
32
docs/e/e52c/getting-started/install-os/boot_from_sd_card.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
import Images from "../../\_image.mdx" | ||
import Etcher from '../../../../common/general/\_etcherV2.mdx'; | ||
|
||
# 安装系统到 MicroSD 卡 | ||
|
||
## 文件下载 | ||
|
||
请到[镜像下载页面](../../download)下载对应的操作系统镜像。 | ||
|
||
## MicroSD 卡准备 | ||
|
||
将 MicroSD 卡插入到 SD 卡读卡器中,然后将读卡器插入到 PC 的 USB 端口上 | ||
|
||
## 镜像烧录 | ||
|
||
<Etcher/> | ||
|
||
## 启动系统 | ||
|
||
按照上述步骤成功烧录 MicroSD Card 后, 将 MicroSD Card 插入到 MicroSD Card 插槽内(下图右边为 SD 卡插槽),然后上电,系统开始启动,电源指示灯开始闪烁。 | ||
|
||
<img src="/img/e/e52c/radxa-e52c-insert-sd.webp" width="500" alt="radxa-e52c pack" /> | ||
|
||
## 登录系统 | ||
|
||
如果是 RadxaOS 系统启动后, 默认账号是 radxa,密码为 radxa | ||
|
||
如果是 iStoreOS 系统启动后,默认账号是 root,密码是 password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# 安装系统到EMMC | ||
|
||
<DocCardList /> |
29 changes: 29 additions & 0 deletions
29
docs/e/e52c/getting-started/install-os/maskrom/_maskrom.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<details> | ||
<summary>什么是 Maskrom 模式</summary> | ||
|
||
Maskrom模式,也称为Loader模式,是一种特殊的启动模式,一般用于恢复或维修有问题的设备。这种模式允许用户直接与设备的硬件进行交互,而不需要经过操作系统。在Maskrom模式下,用户可以通过电脑或其他设备与设备进行通信,并执行一系列命令来解决设备的问题。 | ||
|
||
# MacOS 端: | ||
|
||
执行 lsusb 后的结果 | ||
Output:Bus 000 Device 004: ID 2207:350b Fuzhou Rockchip Electronics Co., Ltd. Composite Device | ||
|
||
# Linux 端: | ||
|
||
执行 lsusb 后的结果 | ||
Output:Bus 001 Device 030: ID 2207:350b Fuzhou Rockchip Electronics Company | ||
|
||
# Windows 端: | ||
|
||
打开 RKDevTool,就会看到设备处于 Found One MASKROM Device(找到一个 MASKROM 设备)状态。 | ||
|
||
</details> | ||
|
||
### 如何进入Maskrom 状态 | ||
|
||
- 将 USB A-A 电缆插入 E52C 的 USB 3.0 OTG/HOST Type-A 端口,另一端插入电脑。 | ||
- 按住 **Maskrom button** | ||
- 上电 (将 USB A-C 电缆插入 E52C 的 Type-C Power端口,另一端接入电源。) | ||
- 此时正常情况下会进入 Maskrom 状态 | ||
|
||
![MaskRom Key](/img/e/e52c/radxa-e52c-hardware-overview.webp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 4 | ||
description: "通过 Maskrom 清除 eMMC" | ||
--- | ||
|
||
import ERASE from "../../../../../common/dev/\_erase-emmc.mdx"; | ||
import Maskrom from "./\_maskrom.mdx" | ||
|
||
# 清除 eMMC | ||
|
||
<ERASE loader="https://dl.radxa.com/e/e52c/images/rk3588_spl_loader_v1.15.113.bin" rkdevtool_erase_emmc_img="/img/common/rkdevtool/rk3588-rkdevtool-erase-eMMC.webp"> | ||
|
||
<Maskrom/> | ||
</ERASE> |
25 changes: 25 additions & 0 deletions
25
docs/e/e52c/getting-started/install-os/maskrom/linux_macos.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
sidebar_position: 2 | ||
description: "Linux 下通过 USB 刷机" | ||
--- | ||
|
||
import Rkdeveloptool from "../../../../../common/dev/\_rkdeveloptoolV3.mdx"; | ||
import Images from "../../../\_image.mdx" | ||
import Maskrom from "./\_maskrom.mdx" | ||
|
||
# Linux/MacOS主机 | ||
|
||
## 文件下载 | ||
|
||
请到 [资源下载页面汇总](../../../download) 下载对应的 Loader 和 镜像文件 | ||
|
||
说明: | ||
|
||
你可以根据自己的需求选择不同的系统镜像,比如 iStoreOS, Debian Cli 等等, 但是 loader 文件是一样的。 | ||
<Rkdeveloptool> | ||
<Maskrom/> | ||
</Rkdeveloptool> | ||
|
||
## 设备登录 | ||
|
||
详情请参考 [快速上手](../../quick-start) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: "Windows 下通过 USB 刷机" | ||
--- | ||
|
||
import Rkdevtool from "../../../../../common/dev/\_rkdevtoolV3.mdx"; | ||
import Images from "../../../\_image.mdx" | ||
import Maskrom from "./\_maskrom.mdx" | ||
|
||
# Windows 主机 | ||
|
||
## 文件下载 | ||
|
||
请到 [资源下载页面汇总](../../../download) 下载对应的 Loader 和 镜像文件 | ||
|
||
说明: | ||
|
||
你可以根据自己的需求选择不同的系统镜像,比如 iStoreOS, Debian Cli 等等, 但是 loader 文件是一样的。 | ||
|
||
<Rkdevtool rkdevtool_emmc_img="/img/rkdevtool/emmc-path.webp" loader_name="rk3588_spl_loader_v1.15.113.bin" emmc={false} pcie={false} sata={false} > | ||
<Maskrom/> | ||
</Rkdevtool> |
Oops, something went wrong.