请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM5728 工具与软件:
您好!
我想在启动电路板(am5728)时使用 ti-processor-sdk-linux-am57xx-evm-运行一些命令 09_02_00_133 -linux-x86文件系统。 例如中的 matrix.GUI 早期版本。
此致、
Ravindra
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.
您好、Ravindra、
此 SDK 版本不再支持矩阵 GUI、但如果您需要在内核启动时启动一个进程/应用、请查看如何 在内核启动期间使用 system-d 来启用您的程序。
请参阅 https://www.howtogeek.com/687970/how-to-run-a-linux-program-at-startup-with-systemd/
有很多关于这个主题的在线信息:例如: https://unix.stackexchange.com/questions/778281/trying-to-start-application-at-startup-using-systemd-not-working
您还可以查看如何在较旧的 SDK 中为矩阵 GUI 配置此值。 搜索以下内容:
root@am57xx-evm:~# find / | grep matrix-gui-2.0.service /etc/systemd/system/multi-user.target.wants/matrix-gui-2.0.service /run/media/mmcblk1p2/lib/systemd/system/matrix-gui-2.0.service /run/media/mmcblk1p2/etc/systemd/system/multi-user.target.wants/matrix-gui-2.0.service /run/systemd/units/invocation:matrix-gui-2.0.service /lib/systemd/system/matrix-gui-2.0.service
此致!
若苏厄