← Back to MangoPi MQ Pro
tina on MangoPi MQ Pro
System Version
Not specified
Status
cft
Last Update
2024-06-21
Tina Linux MangoPi MQ Pro Test Report
Test Environment
Operating System Information
- Download Link: Link Password: awol
- Reference Installation Document: Installation Guide
Hardware Information
- MangoPi MQ Pro
- A microSD card
- USB to UART Debugger (e.g., CH340, CH341, FT2232, etc.)
Installation Steps
Compiling the SDK
Download and extract the SDK, then add a new target:
git clone https://github.com/Tina-Linux/Tina_d1x_mangopi-sbc.git
cp -r Tina_d1x_mangopi-sbc tina_d1_open_v2_2
Compile and package:
source build/envsetup.sh
lunch
make -j$(nproc)
pack
Flashing Image
Use dd
to flash the image to the SD card:
sudo dd if=tina_d1-h.img of=/dev/your/device bs=1M status=progress
Logging into the System
Logging into the system via the serial port.
Expected Results
The system boots up normally and allows login through the onboard serial port.
Actual Results
CFT
Boot Log
Screen recording (From flashing image to system login):
Test Criteria
Successful: The actual result matches the expected result.
Failed: The actual result does not match the expected result.
Test Conclusion
CFT
Source: Support Matrix