Tool/software:
Hi
I was working on the am67 light up rpi-7inch dsi panel.
I'm using the sdk version 11 and as previous question experence.
After i flash wic img in the sd card, and i set the below overlay in the nEnv.txt
name_overlays=ti/k3-j722s-evm-dsi-rpi-7inch-panel.dtbo
The kmsprint didn't show content
root@am67-sk:~# kmsprint --device=/dev/dri/card0
root@am67-sk:~# kmsprint --device=/dev/dri/card1
terminate called after throwing an instance of '[ 51.959875] kauditd_printk_skb: 5 callbacks suppressed
std::invalid_argument'
what(): No such file or directory ope[ 51.959892] audit: type=1701 audit(1736361652.184:20): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=1182 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
ning device /dev/dri/card1
[ 51.992277] audit: type=1334 audit(1736361652.216:21): prog-id=20 op=LOAD
[ 51.999156] audit: type=1334 audit(1736361652.220:22): prog-id=21 op=LOAD
[ 52.006055] audit: type=1334 audit(1736361652.228:23): prog-id=22 op=LOAD
Aborted (core dumped)
root@am67-sk:~# kmstest --device=/dev/dri/card0
press enter to exit
root@am67-sk:~# [ 52.287461] audit: type=1334 audit(1736361652.512:24): prog-id=22 op=UNLOAD
[ 52.294480] audit: type=1334 audit(1736361652.512:25): prog-id=21 op=UNLOAD
[ 52.301461] audit: type=1334 audit(1736361652.512:26): prog-id=20 op=UNLOAD
root@am67-sk:~#
Could you tell me what did i missing?
Thx
Will