Skip to content

Commit

Permalink
Merge pull request #635 from peterwang2050/sirider-s1-patch
Browse files Browse the repository at this point in the history
feat: add android docs for sirider s1
  • Loading branch information
peterwang2050 authored Jan 7, 2025
2 parents cd1bdc1 + 6b229e4 commit 4d15c3c
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sirider/s1/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
9 changes: 9 additions & 0 deletions docs/sirider/s1/other-os/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 8
---

# 其他系统

介绍非 Radxa OS 的其他系统,例如 Android

<DocCardList />
9 changes: 9 additions & 0 deletions docs/sirider/s1/other-os/android/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 7
---

# Android 系统

主要介绍系统如何使用

<DocCardList />
20 changes: 20 additions & 0 deletions docs/sirider/s1/other-os/android/getting-started.md
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)
27 changes: 27 additions & 0 deletions docs/sirider/s1/other-os/android/install-os.md
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)
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
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 />
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 7
---

# Android

Introducts how to use Android

<DocCardList />
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)
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)

0 comments on commit 4d15c3c

Please sign in to comment.