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.

dm8168 ezsdk etc/rc5.d/S02dbus-1脚本问题



在启动开发板后,在加载到etc/rc5.d/S02dbus-1脚本时,系统就会崩溃,打印出下面错误:

Unhandled fault: Precise External Abort on non-linefetch (0x1018) at 0x402e744c
Bus error

lrwxrwxrwx 1 root root 16 2013-03-15 23:23 S02dbus-1 -> ../init.d/dbus-1

根据我的测试,只要在这个脚本加载前,加载了ti81xxfb.ko驱动,运行这个脚本就会出错,不加载ti81xxfb.ko就不会出现上面那个错误。

这个脚本是编译ezsdk时,make installl安装到nfs文件系统中的,请问这个脚本作用?不用这个脚本是否会有问题?

附件是这个脚本文件