工具与软件:
我正在尝试在 R5内核上启动远程应用程序。
我能够做以下的一段时间过去--但今天没有:
root@am62axx-evm:/tmp# cat /sys/class/remoteproc/remoteproc0/name
7e000000.dsp
root@am62axx-evm:/tmp# cat /sys/class/remoteproc/remoteproc0/state
该维护周期
root@am62axx-evm:/tmp# echo "start">/sys/class/remoteproc/remoteproc0/state
sh:写错误:没有这样的文件或目录
root@am62axx-evm:/tmp# cat /sys/class/remoteproc/remoteproc1/name
79000000.r5f
root@am62axx-evm:/tmp# cat /sys/class/remoteproc/remoteproc1/state
该维护周期
root@am62axx-evm:/tmp# echo "start">/sys/class/remoteproc/remoteproc1/state
sh:写错误:没有这样的文件或目录
root@am62axx-evm:/tmp# echo "test"
功能
所以"echo"起作用。 文件存在。 但我无法修改它们。 我想知道这是否是写入权限问题。 请提供建议。
