Skip to content

Commit

Permalink
Duo/BuildRoot: Update to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stydxm committed Nov 4, 2024
1 parent 00f035a commit 155bba1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 32 deletions.
28 changes: 11 additions & 17 deletions Duo/BuildRoot/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sys: buildroot
sys_ver: null
sys_ver: v1.1.3
sys_var: null

status: basic
last_update: 2024-06-21
last_update: 2024-11-4
---

# BuildRoot Milk-V Duo Test Report
Expand All @@ -13,19 +13,15 @@ last_update: 2024-06-21

### Operating System Information

- System Version: Duo-V1.0.7
- System Version: Duo-V1.1.3
- Download Link: https://github.com/milkv-duo/duo-buildroot-sdk/releases
- Reference Installation Document: https://github.com/milkv-duo/duo-buildroot-sdk

### Hardware Information

- Milk-V Duo 64M
- A USB power adapter
- A USB-A to C or USB C to C cable
- A microSD card
- A USB to UART debugger (e.g., CH340, CH341, FT2232, etc.)
- Three Dupont wires
- Pins pre-soldered on the Milk-V Duo for debugging

## Installation Steps

Expand All @@ -48,20 +44,18 @@ The system booted successfully and login via the onboard serial port was also su
### Boot Log

```log
[root@milkv-duo]~# uname -a
Linux milkv-duo 5.10.4-tag- #1 PREEMPT Sat Dec 23 12:29:13 CST 2023 riscv64 GNU/Linux
[root@milkv-duo]~# cat /proc/cpuinfo
processor : 0
hart : 0
isa : rv64imafdvcsu
mmu : sv39
[root@milkv-duo]~#
[root@milkv-duo]~# uname -a
Linux milkv-duo 5.10.4-tag- #1 PREEMPT Thu Aug 1 13:44:06 CST 2024 riscv64 GNU/Linux
[root@milkv-duo]~# cat /proc/cpuinfo
processor : 0
hart : 0
isa : rv64imafdvcsu
mmu : sv39
```

Screen recording (from flashing the image to system login):

[![asciicast](https://asciinema.org/a/rsenSOJwdlmUXcJ8sQwubPgtr.svg)](https://asciinema.org/a/rsenSOJwdlmUXcJ8sQwubPgtr)
[![asciicast](https://asciinema.org/a/1Vp9JeYdRiyORXXGFlx5F9JY0.svg)](https://asciinema.org/a/1Vp9JeYdRiyORXXGFlx5F9JY0)

## Test Criteria

Expand Down
24 changes: 9 additions & 15 deletions Duo/BuildRoot/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@

### 操作系统信息

- 系统版本:Duo-V1.0.7
- 系统版本:Duo-V1.1.3
- 下载链接:https://github.com/milkv-duo/duo-buildroot-sdk/releases
- 参考安装文档:https://github.com/milkv-duo/duo-buildroot-sdk

### 硬件信息

- Milk-V Duo 64M
- USB 电源适配器一个
- USB-A to C 或 USB C to C 线缆一条
- microSD 卡一张
- USB to UART 调试器一个(如:CH340, CH341, FT2232 等)
- 杜邦线三根
- Milk-V Duo 本体上预先焊接好调试所需的排针

## 安装步骤

Expand All @@ -39,20 +35,18 @@
### 启动信息

```log
[root@milkv-duo]~# uname -a
Linux milkv-duo 5.10.4-tag- #1 PREEMPT Sat Dec 23 12:29:13 CST 2023 riscv64 GNU/Linux
[root@milkv-duo]~# cat /proc/cpuinfo
processor : 0
hart : 0
isa : rv64imafdvcsu
mmu : sv39
[root@milkv-duo]~#
[root@milkv-duo]~# uname -a
Linux milkv-duo 5.10.4-tag- #1 PREEMPT Thu Aug 1 13:44:06 CST 2024 riscv64 GNU/Linux
[root@milkv-duo]~# cat /proc/cpuinfo
processor : 0
hart : 0
isa : rv64imafdvcsu
mmu : sv39
```

屏幕录像(从刷写镜像到登录系统):

[![asciicast](https://asciinema.org/a/rsenSOJwdlmUXcJ8sQwubPgtr.svg)](https://asciinema.org/a/rsenSOJwdlmUXcJ8sQwubPgtr)
[![asciicast](https://asciinema.org/a/1Vp9JeYdRiyORXXGFlx5F9JY0.svg)](https://asciinema.org/a/1Vp9JeYdRiyORXXGFlx5F9JY0)

## 测试判定标准

Expand Down

0 comments on commit 155bba1

Please sign in to comment.