summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-02-24 16:01:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-01 09:39:42 +0100
commit0d008a21d006e9541999fe2429c2112c53cd1992 (patch)
tree5a75f24be4e3e8b3d5875edcfe1ca9fccad80aaa
parent266db810bffe4002bce9e2a1f485c27006c093b5 (diff)
downloadbarebox-0d008a21d006e9541999fe2429c2112c53cd1992.tar.gz
barebox-0d008a21d006e9541999fe2429c2112c53cd1992.tar.xz
docs: add reference to libratp-barebox in the remote-control docs
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/user/remote-control.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
index 2172514290..c8b7442f17 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -18,6 +18,13 @@ Additionally files can be transferred from/to barebox and a regular
console offers interactive access to barebox on flawy serial
connections.
+In addition to the bbremote tool provided with barebox, other third
+party tools exist that use the same RATP based protocol to communicate
+with the barebox instance, e.g. the libratp-barebox C library and the
+ratp-barebox-cli tool:
+
+ https://github.com/aleksander0m/libratp-barebox
+
Enabling remote control support
-------------------------------