This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM62A7:can't 启动摄像头应用程序(带跟踪)

Guru**** 2330840 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1518892/am62a7-can-t-launch-camera-app-with-trace

器件型号:AM62A7

工具/软件:

尊敬的 TI 专家:

当应用默认初始化文件时、我可以成功启动摄像头应用。

但使用 myinit.sh 时无法启动摄像头应用。
这里是跟踪日志文件。

它显示了这个错误:失败尝试加载 libtcm.so.1

openat (AT_FDCWD、"/lib/libtcm.so.1 "、O_RDONLY|O_CLOCKEXEC)=-1 ENOENT

理论上、使用默认配置运行软件应该可以正常运行而不会丢失库文件、不应该吗?

这是 myinit.sh 文件内容

#!/bin/sh

导出路径=/usr/bin:/sbin:/bin
Export LD_LIBRARY_PATH=/lib:/usr/lib:$LD_LIBRARY_PATH
mount -t proc /proc
mount -n -t sysfs none /sys
mount -n -t tmpfs none /run
insmod /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/remoteproc/ti_k3_r5_remoteproc.ko
insmod /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/remoteproc/ti_k3_dsp_remoteproc.ko
insmod /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/rpmsg/rpmsg_char.ko
导出 LD_LIBRARY_PATH=/opt/edgeai-gst-apps/libs:/usr/local/lib:$LD_LIBRARY_PATH
导出 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/lib/python3.12/site-packages/dlr
睡眠0.7秒
/bin/sh

e2e.ti.com/.../errorTrace.txt

此致、

Meng

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Meng:

    我们的专家将在本周为您提供帮助。 我们的回复可能会有一些延迟。

    谢谢你。

    建中