changeset 956:b0b6966fa62e

doc/Target-boot-control: update for -Petmoff
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Jun 2023 23:52:31 +0000
parents 803e926e0699
children e030327b6a9a
files doc/Target-boot-control
diffstat 1 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Target-boot-control	Wed Jun 07 23:52:09 2023 +0000
+++ b/doc/Target-boot-control	Wed Jun 07 23:52:31 2023 +0000
@@ -61,10 +61,15 @@
 commands are to be used.  There are two target boot control models, built-in
 and external:
 
-* Built-in target boot control integrated into FC host tools themselves is
-  currently available only for the DTR/RTS pulsing method implemented on our
-  DUART28 adapter: -Pdtr means pulse DTR and -Prts means pulse RTS.  Please
-  refer to the DUART28-boot-control article for the details.
+* Built-in target boot control integrated into FC host tools themselves - the
+  only currently implemented methods are:
+
+  - DTR/RTS pulsing method implemented on our DUART28 adapter: -Pdtr means
+    pulse DTR and -Prts means pulse RTS.  Please refer to DUART28-boot-control
+    article for the details.
+
+  - Aid for working with the Pirelli DP-L10 target: -Petmoff boot control mode
+    described in the new Pirelli-loadtools-entry article.
 
 * In the other case of external boot control commands, there exist one or more
   "magic commands": a magic command is any shell command (anything that can be
@@ -79,8 +84,8 @@
   need to create) that defines the mapping.
 
 * The argument to the new -P option is the short name to be looked up in the
-  configuration file.  (Built-in boot control names 'dtr' and 'rts' are reserved
-  and cannot be used for external boot control commands.)
+  configuration file.  (Built-in boot control names 'dtr', 'rts' and 'etmoff'
+  are reserved and cannot be used for external boot control commands.)
 
 The configuration file needs to be created in /opt/freecalypso/bootctrl.conf;
 let us illustrate it with some examples.