How to Verify that a UART is Enabled on a Beaglebone Black
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Question
Is the existence of a /dev/ttyO*
symlink evidence that the corresponding UART device is enabled? If not, how can I check whether or not the UART has been successfully enabled?
Details
I'm learning how to use a Beaglebone Black. I'm running the Debian 9 IOT distro on a Beaglebone kernel 4.9. I'm interested in configuring the UART ports to read data from other devices. Many references seem to use the following command to check whether or not one or another UART device has been enabled:
ls -l /dev/ttyO*
It seems to me that the implicit statement here is that the existence of a ttyO*
symlink is an indication that the corresponding UART device has been enabled, e.g. if the symlink /dev/ttyO2 -> ttyS2
exists then this means that UART2 has been enabled. Is this correct?
debian serial-port beagleboneblack uart
add a comment |Â
up vote
1
down vote
favorite
Question
Is the existence of a /dev/ttyO*
symlink evidence that the corresponding UART device is enabled? If not, how can I check whether or not the UART has been successfully enabled?
Details
I'm learning how to use a Beaglebone Black. I'm running the Debian 9 IOT distro on a Beaglebone kernel 4.9. I'm interested in configuring the UART ports to read data from other devices. Many references seem to use the following command to check whether or not one or another UART device has been enabled:
ls -l /dev/ttyO*
It seems to me that the implicit statement here is that the existence of a ttyO*
symlink is an indication that the corresponding UART device has been enabled, e.g. if the symlink /dev/ttyO2 -> ttyS2
exists then this means that UART2 has been enabled. Is this correct?
debian serial-port beagleboneblack uart
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Question
Is the existence of a /dev/ttyO*
symlink evidence that the corresponding UART device is enabled? If not, how can I check whether or not the UART has been successfully enabled?
Details
I'm learning how to use a Beaglebone Black. I'm running the Debian 9 IOT distro on a Beaglebone kernel 4.9. I'm interested in configuring the UART ports to read data from other devices. Many references seem to use the following command to check whether or not one or another UART device has been enabled:
ls -l /dev/ttyO*
It seems to me that the implicit statement here is that the existence of a ttyO*
symlink is an indication that the corresponding UART device has been enabled, e.g. if the symlink /dev/ttyO2 -> ttyS2
exists then this means that UART2 has been enabled. Is this correct?
debian serial-port beagleboneblack uart
Question
Is the existence of a /dev/ttyO*
symlink evidence that the corresponding UART device is enabled? If not, how can I check whether or not the UART has been successfully enabled?
Details
I'm learning how to use a Beaglebone Black. I'm running the Debian 9 IOT distro on a Beaglebone kernel 4.9. I'm interested in configuring the UART ports to read data from other devices. Many references seem to use the following command to check whether or not one or another UART device has been enabled:
ls -l /dev/ttyO*
It seems to me that the implicit statement here is that the existence of a ttyO*
symlink is an indication that the corresponding UART device has been enabled, e.g. if the symlink /dev/ttyO2 -> ttyS2
exists then this means that UART2 has been enabled. Is this correct?
debian serial-port beagleboneblack uart
edited May 18 at 7:58
GAD3R
22.1k154891
22.1k154891
asked May 17 at 18:28
igal
4,785930
4,785930
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f444449%2fhow-to-verify-that-a-uart-is-enabled-on-a-beaglebone-black%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password