comparison CHANGES @ 234:4cee70d429bf

CHANGES: fc-fsio format change documented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 12 Aug 2017 17:37:02 +0000
parents a58a7bbc0618
children 08ad558c1fbc
comparison
equal deleted inserted replaced
233:e434df27e4d9 234:4cee70d429bf
4 error scenario of multiple processes trying to read from the same serial 4 error scenario of multiple processes trying to read from the same serial
5 port. 5 port.
6 6
7 * fc-loadtool: added a batch operation mode whereby the tool executes a given 7 * fc-loadtool: added a batch operation mode whereby the tool executes a given
8 command script, cleans up (usually powers off) the target and exits. 8 command script, cleans up (usually powers off) the target and exits.
9
10 * fc-loadtool exec command: scripts without slashes in the given name are now
11 sought in the current directory.
12
13 * fc-fsio format command: if the FFS is already formatted, the tool now prints
14 the error returned by the FFS code in the target fw, but does not stop the
15 execution of scripts; this change makes production scripts rerun-able.
9 16
10 Changes from fc-host-tools-r4 to fc-host-tools-r5: 17 Changes from fc-host-tools-r4 to fc-host-tools-r5:
11 18
12 * New install location: everything is now under /opt/freecalypso instead of 19 * New install location: everything is now under /opt/freecalypso instead of
13 /usr/local/bin and /usr/local/share/freecalypso. 20 /usr/local/bin and /usr/local/share/freecalypso.