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.

AM335X 文件系统启动后 脚本或程序自动调用问题



TI 的各位专家好!

      我的板子是 beagle black bone, 目前烧录的是 TI 的 SDK 6.0 版本,经查看 文件系统使用的busybox 版本是 1.29.3 ,目前文件系统里没有 /etc/inittab 和 /etc/inid.d/rcS文件,(看了busybox 源码 init.c ,其中有调用 rcS 文件,可惜文件系统没有该文件),想问下 文件系统里的脚本和程序是如何 自动启动的,通过 systemd? 如果是的话 systemd又是如何自动运行的?被谁调用的?有没有相关的文档可以参考?