Skip to content

Instantly share code, notes, and snippets.

@aakbar5
Created August 9, 2016 09:21
Show Gist options
  • Select an option

  • Save aakbar5/da46cd48cbc1e58a36b8785713dfc6c1 to your computer and use it in GitHub Desktop.

Select an option

Save aakbar5/da46cd48cbc1e58a36b8785713dfc6c1 to your computer and use it in GitHub Desktop.
bootconsole[uart0] disabled
- 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.
@aakbar5

aakbar5 commented Apr 2, 2025

Copy link
Copy Markdown
Author

You should not simply use ttySX rather it should be ttyS0 or ttyS1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment