Created
October 30, 2023 16:22
-
-
Save sarcasticadmin/0cd1a959b6a62241cbb7aacba4f3a4ca to your computer and use it in GitHub Desktop.
ubuntu 22.04 enable serial tty
This file contains 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
# 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