From 6b229e43aa3f0b5324ad18e498d280a43060df28 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 7 Jan 2025 21:16:00 +0800 Subject: [PATCH] feat: add android docs for sirider s1 --- docs/sirider/s1/download.md | 8 ++++++ docs/sirider/s1/other-os/README.md | 9 ++++++ docs/sirider/s1/other-os/android/README.md | 9 ++++++ .../s1/other-os/android/getting-started.md | 20 +++++++++++++ .../sirider/s1/other-os/android/install-os.md | 27 ++++++++++++++++++ .../current/sirider/s1/download.md | 6 ++++ .../current/sirider/s1/other-os/README.md | 9 ++++++ .../sirider/s1/other-os/android/README.md | 9 ++++++ .../s1/other-os/android/getting-started.md | 20 +++++++++++++ .../sirider/s1/other-os/android/install-os.md | 28 +++++++++++++++++++ 10 files changed, 145 insertions(+) create mode 100644 docs/sirider/s1/other-os/README.md create mode 100644 docs/sirider/s1/other-os/android/README.md create mode 100644 docs/sirider/s1/other-os/android/getting-started.md create mode 100644 docs/sirider/s1/other-os/android/install-os.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/README.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/README.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/getting-started.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/install-os.md diff --git a/docs/sirider/s1/download.md b/docs/sirider/s1/download.md index b196ac8e0..a759dc5c7 100644 --- a/docs/sirider/s1/download.md +++ b/docs/sirider/s1/download.md @@ -7,10 +7,18 @@ description: "镜像,刷机工具等资料" ## 操作系统镜像 +Ubuntu + [Radxa SiRider S1 镜像 DDR 8G](https://dl.radxa.com/sirider/s1/images/ubuntu/sirider_s1_ubuntu20_8g_ddr_20241109.zip); [Radxa SiRider S1 镜像 DDR 16G](https://dl.radxa.com/sirider/s1/images/ubuntu/sirider_s1_ubuntu20_16g_ddr_20241109.zip); +Android + +[百度云盘](https://pan.baidu.com/s/1cyoRqG2M9y7j9d6hb5G0DQ) 提取码: dixx + +**_Note: 不同DDR容量的硬件版本,lun5_fip 不一样,8G 版本刷 lun5_fip(4+4).bin, 16G 版本刷 lun5_fip(8+8).bin, 刷系统之前请先确认板子的实际 DDR 容量, 否则会导致系统无法启动。_** + ## 刷机工具 [驱动 & 刷机教程](https://dl.radxa.com/sirider/s1/siengine_downloadtool_V7.5.zip); diff --git a/docs/sirider/s1/other-os/README.md b/docs/sirider/s1/other-os/README.md new file mode 100644 index 000000000..ef1565c51 --- /dev/null +++ b/docs/sirider/s1/other-os/README.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 8 +--- + +# 其他系统 + +介绍非 Radxa OS 的其他系统,例如 Android + + diff --git a/docs/sirider/s1/other-os/android/README.md b/docs/sirider/s1/other-os/android/README.md new file mode 100644 index 000000000..ad6379ff3 --- /dev/null +++ b/docs/sirider/s1/other-os/android/README.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 7 +--- + +# Android 系统 + +主要介绍系统如何使用 + + diff --git a/docs/sirider/s1/other-os/android/getting-started.md b/docs/sirider/s1/other-os/android/getting-started.md new file mode 100644 index 000000000..23bbb1957 --- /dev/null +++ b/docs/sirider/s1/other-os/android/getting-started.md @@ -0,0 +1,20 @@ +--- +sidebar_position: 1 +description: "快速上手 Sirider S1,让您能够轻松开始使用和探索其功能。" +--- + +# 上手指南 + +## 产品介绍 + +请参考 [产品介绍](../../getting-started/introduction) + +## 快速上手 + +请参考 [快速上手](../../getting-started/quick-start) + +**_Note: 系统安装部分 要参考[这里](./install-os)_** + +## 电源选择 + +请参考 [电源选择](../../getting-started/power-supply) diff --git a/docs/sirider/s1/other-os/android/install-os.md b/docs/sirider/s1/other-os/android/install-os.md new file mode 100644 index 000000000..72a2b932c --- /dev/null +++ b/docs/sirider/s1/other-os/android/install-os.md @@ -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) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/download.md b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/download.md index 94fa0e17f..d223f3130 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/download.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/download.md @@ -12,6 +12,12 @@ description: "Image, tools & docs" [Radxa SiRider S1 Image for DDR 16G](https://dl.radxa.com/sirider/s1/images/ubuntu/sirider_s1_ubuntu20_16g_ddr_20241109.zip); +Android + +[BaiduPan](https://pan.baidu.com/s/1cyoRqG2M9y7j9d6hb5G0DQ) code: dixx + +**_Note: Different DDR capacity hardware version, lun5_fip is not the same, 8G version choose lun5_fip(4+4).bin, 16G version choose lun5_fip(8+8).bin, please check the actual DDR capacity of the board first, or the system will be unable to start._** + ## Tools [Driver & Installation Tutorials](https://dl.radxa.com/sirider/s1/siengine_downloadtool_V7.5.zip). diff --git a/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/README.md b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/README.md new file mode 100644 index 000000000..a38fb485f --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/README.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 8 +--- + +# Other systems + +Introducing other systems that are not Radxa OS, such as Android. + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/README.md b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/README.md new file mode 100644 index 000000000..b1c3feab4 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/README.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 7 +--- + +# Android + +Introducts how to use Android + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/getting-started.md b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/getting-started.md new file mode 100644 index 000000000..8d2dbe12b --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/getting-started.md @@ -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) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/install-os.md b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/install-os.md new file mode 100644 index 000000000..e9fe2ecc0 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/sirider/s1/other-os/android/install-os.md @@ -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)