Date: 2025-12-10
Base Kernel: Linux 6.18 (7d0a66e4bb90)
Board: Radxa Orion O6
Total Commits: 52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Minimum power test script for Radxa Orion O6 / CIX Sky1 | |
| # Modular design with individual power controls | |
| # Run as root. | |
| set -e | |
| #============================================================================= | |
| # Configuration | |
| #============================================================================= |