@@ -93,27 +93,15 @@ See :ref:`examples-label` for more ways to use codebug_tether.
9393
9494Install codebug_tether on Linux
9595===============================
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-
10896Install Python
10997--------------
110- Python 3 and pip should already be installed but for good measure::
98+ Python 3 and pip should already be installed but for good measure run ::
11199
112100 sudo apt-get update
113101 sudo apt-get upgrade
114102 sudo apt-get install python3
115103
116- If pip isn't installed you can securely download it from here `get-pip.py <https://bootstrap.pypa.io/get-pip.py >`_.
104+ If ` pip ` isn't installed you can securely download it from here `get-pip.py <https://bootstrap.pypa.io/get-pip.py >`_.
117105
118106Then run the following::
119107
@@ -143,3 +131,16 @@ Now type::
143131The middle pixel on your CodeBug should light up.
144132
145133See :ref: `examples-label ` for more ways to use codebug_tether.
134+
135+
136+ Troubleshooting
137+ ===============
138+ Raspberry Pi - Disable Serial Port Login Shell
139+ ----------------------------------------------
140+ CodeBug uses the serial port which is configured to output the login
141+ shell by default (on older Raspberry Pi models). You must disable this before CodeBug will work. To do so, run::
142+
143+ sudo raspi-config
144+
145+ Navigate to `Advanced Options ` > `Serial `, disable the login shell and
146+ then reboot.
0 commit comments