changeset 685:7de96d468c47

CHANGES: loadtools -t option
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Mar 2020 07:38:15 +0000
parents 7674abe34c25
children 752aef91cc95
files CHANGES
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Tue Mar 10 07:24:47 2020 +0000
+++ b/CHANGES	Tue Mar 10 07:38:15 2020 +0000
@@ -24,11 +24,15 @@
 * New version of loadagent has added support for the new binary protocols for
   memory dumps, flash programming and XRAM loading.
 
-* All loadtools programs: the step of feeding the IRAM code image to the
-  Calypso boot ROM has been sped up by about 700 ms by grouping contiguous
-  S-record payloads into larger blocks (up to the boot ROM limit of 1014 bytes
-  per block) instead of sending each S-record payload (30 bytes typically) as
-  its own write command.
+* All loadtools programs:
+
+  + The step of feeding the IRAM code image to the Calypso boot ROM has been
+    sped up by about 700 ms by grouping contiguous S-record payloads into larger
+    blocks (up to the boot ROM limit of 1014 bytes per block) instead of sending
+    each S-record payload (30 bytes typically) as its own write command.
+
+  + New -t option allows the wait for the boot ROM response to be time-limited,
+    needed for automated (unattended) environments with target boot control.
 
 Changes from fc-host-tools-r11 to fc-host-tools-r12: