# HG changeset patch # User Mychaela Falconia # Date 1686181951 0 # Node ID b0b6966fa62e3d23e007ddb26cd01d7e806725b4 # Parent 803e926e06996291fae59782aa1fee351cd7ecd4 doc/Target-boot-control: update for -Petmoff diff -r 803e926e0699 -r b0b6966fa62e doc/Target-boot-control --- 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.