Initial RK1 media-center image project

This commit is contained in:
2026-08-17 18:42:29 +00:00
commit 5fe41e79e9
81 changed files with 5725 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Validation
Run all host-side checks, the offline package-transaction simulation, and the
real acquisition-only APT regression (no packages are installed):
```bash
./tests/run-static.sh
```
Validate a finished image without mounting it or using loop devices:
```bash
./tests/validate-image.sh dist/rk1-media-20260817-r4-trixie-vendor-6.1.115-turing-rk1-emmc.img
```
Passing these checks establishes image structure, input integrity, package
closure, boot payload preservation, and security invariants. HDMI link,
hardware codecs, RGA, GPU, audio/CEC, and RKNN execution still require the
physical acceptance test after flashing.