comparison CHANGES @ 690:0100861ec867

CHANGES: flash erase-program-boot scripting fix
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 11 Mar 2020 00:53:00 +0000
parents 6345326e21aa
children ecc69f1917e8
comparison
equal deleted inserted replaced
689:730a9f919dcd 690:0100861ec867
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 18
19 + Batch mode extended to run either a command script or a single flash 19 + Batch mode extended to run either a command script or a single flash
20 command - see doc/Loadtools-usage for the details. 20 command - see doc/Loadtools-usage for the details.
21
22 + Scripting fix for Compal phones: flash erase-program-boot command can be
23 put into a script followed by other commands, and the following commands
24 will execute if the erase-program-boot operation was successful.
25 Previously this command always stopped script execution because of an
26 implementation quirk.
21 27
22 * fc-xram uses the new binary protocol to transfer the user's XRAM image to the 28 * fc-xram uses the new binary protocol to transfer the user's XRAM image to the
23 target, producing a speed increase of 3.5x to 5x for the most common use 29 target, producing a speed increase of 3.5x to 5x for the most common use
24 cases. Also added CRC-32 verification of the downloaded RAM regions before 30 cases. Also added CRC-32 verification of the downloaded RAM regions before
25 jumping to the downloaded image. 31 jumping to the downloaded image.