Created
August 9, 2016 09:21
-
-
Save aakbar5/da46cd48cbc1e58a36b8785713dfc6c1 to your computer and use it in GitHub Desktop.
bootconsole[uart0] disabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - linux boot hanged after showing "bootconsole[uart0] disabled". | |
| - Make sure that boot args are having console=ttySX,115200n8 | |
| - where X in ttySX is the number of the device. It can be ttyS0, ttyS1 and so on. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should not simply use ttySX rather it should be ttyS0 or ttyS1.