Hi,
How will i disable the serial console after boot.
Thanks
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.
Hi,
How will i disable the serial console after boot.
Thanks
Hi,
Please read this article: http://blackfin.uclinux.org/doku.php?id=silent_booting
Best regards,
Miroslav
Hi Miroslav,
Thanks for your fast reply.
As said in that link if i give "console=null"
in bootargs it wont print the log till booting. Actually i need to see the logs till booting and then want to disable console.
Thanks
Hi Shinu,
What I understand is that you wish to disable the linux shell console after the kernel has finished booting.
This can be achieved by modifying the /etc/inittab file on your root file system. Find this line:
S:2345:respawn:/sbin/getty 115200 ttyO0
and comment it out:
#S:2345:respawn:/sbin/getty 115200 ttyO0
Then type in the following command if you are doing the modification at run time:
init q
Best regards,
Miroslav