20 lines
635 B
Markdown
20 lines
635 B
Markdown
# 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.
|