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.
大家好!
1、使用ti-sdk-am335x-evm-8.0开发包中arago-base-tisdk-image-am335x-evm.tar.gz作为文件系统。
2、在/etc/init.d/myapp.sh 脚本用来自动启动QT程序。
问题:执行完psplash进度条,会在屏幕上显示Login:等信息,并且时间大约在3S左右。 才能显示QT应用程序。
请问怎么去掉这在屏幕显示信息的阶段?修改/etc/issue只能修改Login显示内容,不能去掉整个阶段。
谢谢!
试试把 /etc/rcS.d/S01psplash 删掉
http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Boot_Time_Reduction_Update#Lab_Steps_6
谢谢!
我想保留进度条启动界面。我想在系统启动完/etc/rc5.d 目录下的脚本,这时候psplash完成会退出界面。希望这个时候能够跳转到QT程序。
问题在于psplash进度条结束,到QT程序启动之前,会有一个1-2S的黑屏时间,这个黑屏显示了am335x-evm login:等信息。 想把这个黑屏过程去掉!