summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-------------------------------