Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: ArchFeh <[email protected]>
  • Loading branch information
ArchFeh committed Mar 14, 2024
1 parent b31194f commit 422a951
Show file tree
Hide file tree
Showing 76 changed files with 2,752 additions and 1,574 deletions.
44 changes: 1 addition & 43 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,4 @@ menu: {main: {weight: 20}}
weight: 20
---

{{% pageinfo %}}
RUYI 包管理是 RuyiSDK 开发中的包管理器。用于管理工具链、模拟器、源码等各种二进制软件包和源码包。
{{% /pageinfo %}}

## 支持的发行版平台

当前 RUYI 包管理器 v0.2 版本在以下平台进行了测试

+ x86_64 Fedora 38
+ x86_64 Ubuntu 22.04 LTS
+ x86_64 openEuler 23.09
+ riscv64 RevyOS 20231210
+ riscv64 openEuler 23.09

## 命令

RUYI 目前支持的命令如下:

```bash
ruyi list
# 从本地软件包缓存中列出可用软件包
ruyi list profiles
# 列出已安装的配置
ruyi update
# 从配置的软件源更新本地软件包缓存
ruyi install
# 下载并安装指定的软件包
ruyi venv
# 由指定的工具链和配置建立 RUYI 虚拟环境
ruyi extract
# 下载并解包指定的源码包
ruyi admin
# ruyi 镜像搭建工具(完善中)
ruyi self uninstall
# 卸载 RUYI 包管理器
```

## 外部链接

+ [Fedora38 Workstation](https://download.fedoraproject.org/pub/fedora/linux/releases/38/Workstation/x86_64/iso/)
+ [RevyOS 20231210](https://mirror.iscas.ac.cn/revyos/extra/images/lpi4a/20231210/)
+ [Ubuntu 22.04 LTS](https://www.releases.ubuntu.com/jammy/)
+ [openEuler 23.09 Images](https://repo.openeuler.openatom.cn/openEuler-23.09/ISO/)
本手册包含了 RuyiSDK 如何构建、如何使用的相关内容。
39 changes: 39 additions & 0 deletions content/en/docs/devices/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: 集成的RISC-V设备
weight: 20
---

# 如意SDK集成的RISC-V设备

如意SDK对RISC-V设备的集成和支持主要包括以下几个方面:

1. 提供RISC-V 开发板适用镜像信息维护与下载、开发板系统安装引导程序,方便 RISC-V 开发者获取指定开发板可用的OS并可方便的安装OS的安装。如意SDK集成了多种可用的操作系统供用户选择。
2. 提供RISC-V 开发板对应的演示程序、开发资料和相关工具(含适用的编译工具链、模拟器等)的信息维护和下载,方便 RISC-V 开发者快速上手。
3. 在集成开发环境中增加RISC-V设备专有向导页面、实现开发环境和运行环境的文件传输、支持在RISC-V设备上调试应用程序等。


## 支持的RISC-V设备

目前已经集成的RISC-V设备有:

1. Allwinner Nezha D1
2. Canaan Kendryte K230
3. Milk-V Duo
4. Milk-V Pioneer Box
5. SiFive HiFive Unmatched
6. Sipeed Lichee RV
7. Sipeed LicheePi 4A
8. StarFive VisionFive
9. StarFive VisionFive2

## 从如意SDK开始使用设备

### 获取并安装OS

可以通过下载安装最新的如意包管理器工具并执行以下命令为设备安装系统:

```bash
$ ruyi device provision
```

按照引导信息一步步执行即可。
32 changes: 0 additions & 32 deletions content/en/docs/environments/_index.md

This file was deleted.

116 changes: 0 additions & 116 deletions content/en/docs/environments/gnu-generic/_index.md

This file was deleted.

115 changes: 0 additions & 115 deletions content/en/docs/environments/llvm-generic/_index.md

This file was deleted.

Loading

0 comments on commit 422a951

Please sign in to comment.