Skip to content

Commit e72b3ab

Browse files
Add guide to validate if camera overlay is enabled
Camera overlay can be enabled by setting the correct UEFI variable. To validate if the changes have been processed correctly, one can check the UEFI serial logs displayed after reboot.
1 parent 912716e commit e72b3ab

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

topic/k2c-qli-build-ga/enable_dtb_overlay.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ Apply the DTB Overlay:
3131
sync
3232
reboot
3333

34+
After rebooting, you can check the UEFI serial logs to verify that the camx overlay has
35+
been applied. Below is an example log snippet captured from the iq‑8275‑evk platform:
36+
37+
.. container:: nohighlight
38+
39+
::
40+
41+
Variable VendorDtbOverlays read successfully. Data: camx
42+
ProcessQcomRuntimeOverlayRequest: Parsed camx
43+
44+
FindConfigToBoot:Booting with = qcom,qcs8275-iot-camx
45+
FindConfigToBoot: i = 0 fdt fdt-monaco-evk.dtb str len = 18
46+
FindConfigToBoot: i = 1 fdt fdt-monaco-evk-camx.dtbo str len = 24
47+
ParseFitDt::
48+
Config fdt-monaco-evk.dtb & Type 0
49+
Config fdt-monaco-evk-camx.dtbo & Type 1
50+
FitLoadDtbFromFdt: Config fdt-monaco-evk.dtb & Type 0
51+
FitLoadDtbFromFdt: Config fdt-monaco-evk-camx.dtbo & Type 1
52+
3453
Enable upstream video driver
3554
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3655

@@ -57,4 +76,4 @@ After rebooting the device, you can run ``lsmod`` to confirm if the changes have
5776
lsmod | grep venus
5877
# Expected Output
5978
# venus_enc 28672 0
60-
# venus_dec 28672 0
79+
# venus_dec 28672 0

0 commit comments

Comments
 (0)