This software is a testing application that runs on Clear Linux to verify cold boot to audio, video and RVC (Reverse View Camera) functionalities on Intel platforms.
Early App is distributed under the MIT License. You may obtain a copy of the License at: https://opensource.org/licenses/MIT
- CMake
- Boost libraries
- GStreamer-1.0
- --help: Show usage.
- -c [--camera-input] <[ici|v4l2]>: Set camera input source, default is ici.
- -s [--splash-video] : Set splash video path.
- -d [--cbc-device] : Set CBC device path.
- --bootup-sound : Set bootup sound path.
- --rvc-sound : Set RVC sound path.
- -w [--width] : Set display width.
- -h [--height] : Set display height.
-
Download sources.
-
Build:
$ cmake .
$ make
- Run:
$ src/earlyapp [options]
- USE_LOGOUTPUT : Enable detailed log output to standard out.
$ cmake -DUSE_LOGOUTPUT=ON .
- USE_DMESGLOG : Enable log output to dmesg.
$ cmake -DUSE_DMESGLOG=ON .