comparison CHANGES @ 688:6345326e21aa

CHANGES: fc-loadtool extended batch mode
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 11 Mar 2020 00:31:30 +0000
parents 7de96d468c47
children 0100861ec867
comparison
equal deleted inserted replaced
687:d2e4a2274497 688:6345326e21aa
13 doc/Loadtools-performance article. 13 doc/Loadtools-performance article.
14 14
15 + New combined erase+program commands have been implemented: flash 15 + New combined erase+program commands have been implemented: flash
16 e-program-bin, e-program-m0 and e-program-srec. See the new 16 e-program-bin, e-program-m0 and e-program-srec. See the new
17 doc/Flash-programming article for explanation of the intended usage. 17 doc/Flash-programming article for explanation of the intended usage.
18
19 + Batch mode extended to run either a command script or a single flash
20 command - see doc/Loadtools-usage for the details.
18 21
19 * fc-xram uses the new binary protocol to transfer the user's XRAM image to the 22 * fc-xram uses the new binary protocol to transfer the user's XRAM image to the
20 target, producing a speed increase of 3.5x to 5x for the most common use 23 target, producing a speed increase of 3.5x to 5x for the most common use
21 cases. Also added CRC-32 verification of the downloaded RAM regions before 24 cases. Also added CRC-32 verification of the downloaded RAM regions before
22 jumping to the downloaded image. 25 jumping to the downloaded image.