← Back to Milk-V Duo (64M)
buildroot on Milk-V Duo (64M)

System Version

v2.0.0

Status

basic

Last Update

2025-01-08

BuildRoot Milk-V Duo Test Report

Test Environment

Operating System Information

Hardware Information

  • Milk-V Duo 64M
  • A USB-A to C or USB C to C cable
  • A microSD card

Installation Steps

Using dd to Flash the Image to the microSD Card

sudo dd if=milkv-duo-musl-riscv64-sd_v2.0.0.img  of=/path/to/your/device bs=4M status=progress

Logging into the System

Logging into the system via serial port or SSH.

Default username: root Default password: none

Expected Results

The system boots up normally and allows login through the onboard serial port.

Actual Results

The system booted successfully and login via the onboard serial port was also successful.

Boot Log

[    2.892411] vi_core_probe:206(): irq(33) for isp get from platform driver.
[    2.901240] sync_task_init:177(): sync_task_init vi_pipe 0
[    2.906979] sync_task_init:177(): sync_task_init vi_pipe 1
[    2.913081] sync_task_init:177(): sync_task_init vi_pipe 2
[    2.919041] sync_task_init:177(): sync_task_init vi_pipe 3
[    2.924997] sync_task_init:177(): sync_task_init vi_pipe 4
[    2.931494] vi_core_probe:242(): isp registered as cvi-vi
[    2.986778] vpss_start_handler:5134(): handler for dev(0) started
[    2.986970] vpss_start_handler:5134(): handler for dev(1) started
[    3.027421] cv180x-cooling cv180x_cooling: elems of dev-freqs=6
[    3.040112] cv180x-cooling cv180x_cooling: dev_freqs[0]: 850000000 500000000
[    3.048032] cv180x-cooling cv180x_cooling: dev_freqs[1]: 425000000 375000000
[    3.055656] cv180x-cooling cv180x_cooling: dev_freqs[2]: 425000000 300000000
[    3.063401] cv180x-cooling cv180x_cooling: Cooling device registered: cv180x_cooling
[    3.093205] [INFO] Register SBM IRQ ###################################
[    3.093235] [INFO] pvctx->s_sbm_irq = 38
[    3.108700] jpu ctrl reg pa = 0xb030000, va = (____ptrval____), size = 256
[    3.121295] end jpu_init result = 0x0
[    3.206886] cvi_vc_drv_init result = 0x0
[    3.220299] sh (163): drop_caches: 3
Starting app...

[root@milkv-duo]~# uname -a
Linux milkv-duo 5.10.4-tag- #1 PREEMPT Mon Dec 9 10:07:12 CST 2024 riscv64 GNU/Linux
[root@milkv-duo]~# cat /etc/os-release 
NAME=Buildroot
VERSION=-g2b4e5fdbc
ID=buildroot
VERSION_ID=2024.02.3
PRETTY_NAME="Buildroot 2024.02.3"
[root@milkv-duo]~# 

Test Criteria

Successful: The actual result matches the expected result.

Failed: The actual result does not match the expected result.

Test Conclusion

Test successful.