We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886cb11 commit 91a1805Copy full SHA for 91a1805
docs/installation.rst
@@ -93,6 +93,18 @@ See :ref:`examples-label` for more ways to use codebug_tether.
93
94
Install codebug_tether on Linux
95
===============================
96
+Disable Serial Port Login Shell
97
+-------------------------------
98
+CodeBug uses the serial port which is configured to output the login
99
+shell by default. You must disable this before CodeBug will work. To do
100
+so, run:
101
+
102
+ sudo raspi-config
103
104
+Navigate to `Advanced Options` > `Serial`, disable the login shell and
105
+then reboot.
106
107
108
Install Python
109
--------------
110
Python should already be installed but for good measure::
0 commit comments