← Back to BeagleV-Ahead
RevyOS on BeagleV-Ahead

System Version

20231210

Status

CFT

Last Update

2024-12-12

RevyOS BeagleV-Ahead Test Report

Test Environment

System Information

Hardware Information

  • BeagleV-Ahead
  • USB-C Power Adapter / DC power supply
  • USB-UART debugger

Installation Steps

Flashing Image

Install fastboot:

sudo apt-get install android-sdk-platform-tools

Unpack the installation package. Run the following commands:

zstd -d boot-ahead-20231210_134926.ext4.zst -o boot.ext4
zstd -d root-ahead-20231210_134926.ext4.zst -o root.ext4

sudo fastboot flash ram ./u-boot-with-spl.bin
sudo fastboot reboot
sudo fastboot oem format
sudo fastboot flash uboot ./u-boot-with-spl.bin
sudo fastboot flash boot ./boot.ext4
sudo fastboot flash root ./root.ext4
sudo fastboot reboot

Logging into the System

Logging into the system via serial port.

Default username: debian Default password: debian

Expected Results

The system boots up successfully and can be logged into through the onboard serial port.

Actual Results

CFT

Boot Log

Screen recording (from flashing the image to startup):

Test Criteria

Successful: The actual result matches the expected result.

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

Test Conclusion

CFT