Hi,
I am trying to run a simple tidlrt demo on my new AM62a board, got this error:
root@am62axx-evm:/opt/am62a# [ 136.723338] audit: type=1334 audit(1695896117.180:28): prog-id=18 op=UNLOAD
[ 136.730332] audit: type=1334 audit(1695896117.180:29): prog-id=17 op=UNLOAD
./run_board_mt.sh
====== deploy_tda4, commit hash: a4861b5
Model Files names : /opt/am62a/model-artifacts/mt/yolov8m_n_231025_am62a90_384x640_net.bin, /opt/am62a/model-artifacts/mt/yolov8m_n_231025_am62a90_384x640_io1.bin
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=5) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
_rpmsg_char_find_ctrldev: could not find the matching rpmsg_ctrl[ 163.071646] audit: type=1701 audit(1695896143.528:30): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1501 comm="app_mt" exe="/opt/am62a/apps/app_mt" sig=6 res=1
device for virtio2.rpmsg_chrdev.-1.13
_rpmsg_char_find_ctrldev: could not find the matching rpmsg_ctrl device for virtio0.rpms[ 163.096499] audit: type=1334 audit(1695896143.552:31): prog-id=19 op=LOAD
g_chrdev.-1.13
IPC: ERROR: Unable to create TX channels for CPU[ 163.105175] audit: type=1334 audit(1695896143.560:32): prog-id=20 op=LOAD
[mcu1_0] !!!
IPC: ERROR: Unable to create TX channels for CPU [c7x_1] !!!
IPC: Init ... Done !!!
APP: ERROR: IPC init failed !!!
REMOTE_SERVICE: Init ... !!!
_rpmsg_char_find_ctrldev: could not find the matching rpmsg_ctrl device for virtio2.rpmsg_chrdev.-1.21
_rpmsg_char_find_ctrldev: could not find the matching rpmsg_ctrl device for virtio0.rpmsg_chrdev.-1.21
REMOTE_SERVICE: Init ... Done !!!
169.643171 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
169.643304 s: VX_ZONE_INIT:Enabled
169.643315 s: VX_ZONE_ERROR:Enabled
The tidlrt example I used is https://github.com/TexasInstruments/edgeai-tidl-tools/tree/master/examples/tidlrt_cpp, it runs without any problem on TDA4EVM, TDA4ECO, sdk 8,4, sdk 8.6.
But got this error on AM62a, sdk9.0
Thanks,
Neal