Skip to content

Commit 2b976a8

Browse files
author
Thomas Preston
committed
Moved the Raspberry Pi specific install instructions out of the linux section
1 parent bb36241 commit 2b976a8

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

docs/installation.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,27 +93,15 @@ See :ref:`examples-label` for more ways to use codebug_tether.
9393

9494
Install 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-
10896
Install 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

118106
Then run the following::
119107

@@ -143,3 +131,16 @@ Now type::
143131
The middle pixel on your CodeBug should light up.
144132

145133
See :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

Comments
 (0)