Skip to content

Commit

Permalink
Merge pull request #43 from xijing21/main
Browse files Browse the repository at this point in the history
update device and profiles
  • Loading branch information
xijing21 authored Apr 10, 2024
2 parents 4232a98 + e8e3fc2 commit 612a935
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions docs/zh/devices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@ RuyiSDK对RISC-V设备的集成和支持主要包括以下几个方面:

## 支持的RISC-V设备

目前已经集成的RISC-V设备有:
目前对硬件设备的集成主要体现在包管理器(设备安装器),可以通过 `ruyi device provision`命令查询,已经集成的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
4. Milk-V Duo S
5. Milk-V Mars
6. Milk-V Mars CM
7. Milk-V Meles
8. Milk-V Pioneer Box
9. Milk-V Vega
10. SiFive HiFive Unmatched
11. Sipeed Lichee RV
12. Sipeed LicheePi 4A
13. StarFive VisionFive
14. StarFive VisionFive2

## 从RuyiSDK开始使用设备

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RuyiSDK计划为持有不同RISC-V开发板的开发者们提供支持,让他
| | 编译工具链类型 | 说明 |
| ---------- | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GNU工具链 | gnu-upstream | |
| | gnu-plct | |
| | gnu-plct | 'gnu-plct(==0.20240324.0)' 支持了香山南湖微架构 |
| | gnu-plct-xthead | for xuantie |
| | gnu-plct-rv64ilp32-elf | 非通用工具链,支持 rv64ilp32 的裸机工具链,目标代码格式是elf。[[仓库]](https://github.com/RuyiSDK/riscv-gnu-toolchain-rv64ilp32) [[文章]](https://mp.weixin.qq.com/s/argIGP4_rUKDm9IRIB-YTg) |
| LLVM工具链 | llvm-upstream | |
Expand Down

0 comments on commit 612a935

Please sign in to comment.