Created
July 21, 2017 23:48
-
-
Save douglasmiranda/2cc280b1bc2b1ec1f4c0b9d22729982d to your computer and use it in GitHub Desktop.
Fix: can't open /dev/ttys0 no such file or directory on boot - Linux Alpine on Raspberry Pi 3
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
# The workaround is to disable BT by adding the following to config.txt: | |
dtoverlay=pi3-disable-bt | |
# Source: https://raspberrypi.stackexchange.com/questions/45570/how-do-i-make-serial-work-on-the-raspberry-pi3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment