[PATCH 8/8] barebox remote control: Documentation

Andrey Smirnov andrew.smirnov at gmail.com
Sun Jan 17 17:16:02 PST 2016


I'd like to suggest following additions to this patch:

--------------------------------8<-------------------------------------

>From 793f018163bf8ade51bbd4a6ad850a5a730f6b3f Mon Sep 17 00:00:00 2001
From: Andrey Smirnov <andrew.smirnov at gmail.com>
Date: Sun, 17 Jan 2016 16:16:45 -0800
Subject: [PATCH 3/3] [PATCH] fixup! barebox remote control: Documentation

Add some more documentation

Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
 Documentation/user/remote-control.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Documentation/user/remote-control.rst
b/Documentation/user/remote-control.rst
index 07fdd4c..72c5640 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -41,6 +41,14 @@ installed with the following additional packages:
 | enum34         | python-enum34       |
 +----------------+---------------------+

+If your distribution does not provide aforementioned packages, you can
+use 'pip' in order to install the dependencies localy to your user
+account via:
+
+.. code-block:: sh
+
+  pip install --user crcmod enum enum34
+
 configuring bbremote
 ^^^^^^^^^^^^^^^^^^^^

@@ -104,6 +112,11 @@ This is especially useful for flawy serial connections.
   barebox at Phytec phyFLEX-i.MX6 Quad Carrier-Board:/ ls
   .      ..     dev    env    mnt

+**NOTE** To terminate resulting Barebox console session press 'Ctrl-T'
+
+**NOTE** You can also send 'ping' request to the target without
+ closing console session by pressint 'Ctrl-P'
+
 transferring files
 ------------------

-- 
2.5.0



More information about the barebox mailing list