summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-09-14 15:53:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-14 15:53:02 +0200
commit9069957118af3f990a3b64cc488d51c242a5111a (patch)
tree04974dc3f8aab46409303fa04d31f48b62e7f7aa /Documentation
parent19df0b5883737c6ce50b893dfc8fe1722cd6560a (diff)
parentaf5a479df7ed20746cbf7b8fe30b0e9b223cd611 (diff)
downloadbarebox-9069957118af3f990a3b64cc488d51c242a5111a.tar.gz
barebox-9069957118af3f990a3b64cc488d51c242a5111a.tar.xz
Merge branch 'for-next/ratp'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/remote-control.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
index 43f1fb3118..b285c2297b 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -35,17 +35,15 @@ can also be enabled.
Running the bbremote tool
-------------------------
-The bbremote host tool is written in python. To run it python2 has to be
+The bbremote host tool is written in python. To run it python3 has to be
installed with the following additional packages:
+----------------+---------------------+
| python package | Debian package name |
+================+=====================+
-| crcmod | python-crcmod |
+| crcmod | python3-crcmod |
+----------------+---------------------+
-| enum | python-enum |
-+----------------+---------------------+
-| enum34 | python-enum34 |
+| pyserial | python3-serial |
+----------------+---------------------+
If your distribution does not provide aforementioned packages, you can
@@ -54,7 +52,7 @@ account via:
.. code-block:: sh
- python2 -m pip install --user crcmod enum enum34
+ python -m pip install --user crcmod pyserial
configuring bbremote
^^^^^^^^^^^^^^^^^^^^