-
Notifications
You must be signed in to change notification settings - Fork 47
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 #635 from peterwang2050/sirider-s1-patch
feat: add android docs for sirider s1
- Loading branch information
Showing
10 changed files
with
145 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 8 | ||
--- | ||
|
||
# 其他系统 | ||
|
||
介绍非 Radxa OS 的其他系统,例如 Android | ||
|
||
<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,9 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
|
||
# Android 系统 | ||
|
||
主要介绍系统如何使用 | ||
|
||
<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,20 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: "快速上手 Sirider S1,让您能够轻松开始使用和探索其功能。" | ||
--- | ||
|
||
# 上手指南 | ||
|
||
## 产品介绍 | ||
|
||
请参考 [产品介绍](../../getting-started/introduction) | ||
|
||
## 快速上手 | ||
|
||
请参考 [快速上手](../../getting-started/quick-start) | ||
|
||
**_Note: 系统安装部分 要参考[这里](./install-os)_** | ||
|
||
## 电源选择 | ||
|
||
请参考 [电源选择](../../getting-started/power-supply) |
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,27 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# 安装系统到 eMMC/UFS | ||
|
||
## 资源下载 | ||
|
||
镜像及刷机工具请到[资源下载汇总](../../download) 下载. | ||
|
||
## 进入烧录模式 | ||
|
||
使用typec数据线接入Debug 调试口连接到主机,此时会在PC上显示出4个串口设备,打开其中序号排列最后的一个(波特率115200),按住 FastBoot 按键 | ||
之后上电,板子会进入烧录模式,此时串口会有数据输出,运行 `fastboot devices` 命令检测设备 | ||
|
||
```shell | ||
name@your-pc:$ fastboot devices | ||
14007211532C0033 fastboot | ||
``` | ||
|
||
## 镜像烧录 | ||
|
||
windows 用户: | ||
|
||
下载windows平台烧录工具[siengine_downloadtool](https://gitlab.com/siengine-ubuntu-sdk/tools/-/blob/test/siengine_downloader/siengine_downloadtool_V7.6.3.rar?ref_type=heads) | ||
|
||
更多内容请参考文档 [UG_SE1000_Download_Tool_User_Guide.pdf](https://dl.radxa.com/sirider/s1/siengine_downloadtool_V7.5/UG_SE1000_Download_Tool_User_Guide.pdf) |
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
9 changes: 9 additions & 0 deletions
9
i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/README.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,9 @@ | ||
--- | ||
sidebar_position: 8 | ||
--- | ||
|
||
# Other systems | ||
|
||
Introducing other systems that are not Radxa OS, such as Android. | ||
|
||
<DocCardList /> |
9 changes: 9 additions & 0 deletions
9
...en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/README.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,9 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
|
||
# Android | ||
|
||
Introducts how to use Android | ||
|
||
<DocCardList /> |
20 changes: 20 additions & 0 deletions
20
...urus-plugin-content-docs/current/sirider/s1/other-os/android/getting-started.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,20 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: “Getting started quickly with the Sirider S1, makes it easy to get started and explore its features.” | ||
--- | ||
|
||
# Getting Started Guide | ||
|
||
## Product Description | ||
|
||
Please refer to [Product Description](../../getting-started/introduction) | ||
|
||
## Getting Started | ||
|
||
Please refer to [Getting Started](../../getting-started/quick-start) | ||
|
||
***Note: For the system installation section, refer to [here](./install-os)*** | ||
|
||
## Power Selection | ||
|
||
Please refer to [power selection](../../getting-started/power-supply) |
28 changes: 28 additions & 0 deletions
28
...ocusaurus-plugin-content-docs/current/sirider/s1/other-os/android/install-os.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,28 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Install System On eMMC/UFS | ||
|
||
## Resource Download | ||
|
||
For image and flashing tool, please refer to [download](../../download). | ||
|
||
## Enter Flash mode | ||
|
||
Connect the Type-C data cable to the debug port and the PC. This will display four serial port devices on the PC. | ||
Open the last one in the sequence (Baud rate is 115200). Hold the FastBoot button and power on the board to enter flashing mode. | ||
At this point, data will output on the serial port. Run the `fastboot devices` command to detect the device. | ||
|
||
```bash | ||
name@your-pc:$ fastboot devices | ||
14007211532C0033 fastboot | ||
``` | ||
|
||
## Image Installation | ||
|
||
For Windows users: | ||
|
||
Download the Windows platform flashing tool [siengine_downloadtool](https://gitlab.com/siengine-ubuntu-sdk/tools/-/blob/test/siengine_downloader/siengine_downloadtool_V7.6.3.rar?ref_type=heads). | ||
|
||
For more details, please refer to the document [UG_SE1000_Download_Tool_User_Guide.pdf](https://dl.radxa.com/sirider/s1/siengine_downloadtool_V7.5/UG_SE1000_Download_Tool_User_Guide.pdf) |