Explorar o código

getting rid of serial-getty@ttyAMA0.service

clementinecomputing %!s(int64=5) %!d(string=hai) anos
pai
achega
c9947412e7
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      experiment/production/Misc-Notes.md

+ 2 - 1
experiment/production/Misc-Notes.md

@@ -176,11 +176,12 @@ I followed [this](https://raspberrypi.stackexchange.com/questions/39165/how-can-
 systemctl stop serial-getty@ttyAMA0.service
 ```
 
-Disable permanently:
+Disable permanently (SO answer suggested the ['mask'](https://raspberrypi.stackexchange.com/questions/47671/why-my-program-wont-communicate-through-ttyama0-on-raspbian-jessie)):
 
 
 ```
 systemctl disable serial-getty@ttyAMA0.service
+systemctl mask serial-getty@ttyAMA0.service
 ```