Skip to content

Instantly share code, notes, and snippets.

@sarcasticadmin
Created October 30, 2023 16:22
Show Gist options
  • Save sarcasticadmin/0cd1a959b6a62241cbb7aacba4f3a4ca to your computer and use it in GitHub Desktop.
Save sarcasticadmin/0cd1a959b6a62241cbb7aacba4f3a4ca to your computer and use it in GitHub Desktop.
ubuntu 22.04 enable serial tty
# ref: https://www.rogerirwin.co.nz/linux-open-source/enabling-a-serial-port-console/
# assuming your serial device is ttyS1
systemctl enable [email protected]
systemctl start [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment