FreeCalypso > hg > freecalypso-tools
comparison CHANGES @ 634:82e9f2bd8f6e
CHANGES: >p and >c extra response collection documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 01 Mar 2020 01:20:09 +0000 |
parents | bdb69847c809 |
children | d9b01a171baf |
comparison
equal
deleted
inserted
replaced
633:4dca8542f569 | 634:82e9f2bd8f6e |
---|---|
26 for flashing classic TI fw images with large gaps between discontiguous | 26 for flashing classic TI fw images with large gaps between discontiguous |
27 program regions) has been revamped, making these commands work as well as | 27 program regions) has been revamped, making these commands work as well as |
28 our generally preferred flash program-bin command: same performance, same | 28 our generally preferred flash program-bin command: same performance, same |
29 progress indication, same CRC-32 verification at the end. | 29 progress indication, same CRC-32 verification at the end. |
30 | 30 |
31 * All loadtools programs: when feeding IRAM code images to the Calypso boot ROM, | |
32 we now collect and check for the 00 04 bytes after the >p response, and we | |
33 also collect the checksum byte which the boot ROM sends with its >c response. | |
34 The old code which failed to collect the checksum byte after >c worked only | |
35 by luck. | |
36 | |
31 * loadtools config: the repertoire of -h targets has been significantly cleaned | 37 * loadtools config: the repertoire of -h targets has been significantly cleaned |
32 up and generalized, moving away from special cases and toward more generic | 38 up and generalized, moving away from special cases and toward more generic |
33 configurations. Please refer to the new doc/Loadtool-targets article for the | 39 configurations. Please refer to the new doc/Loadtool-targets article for the |
34 details. | 40 details. |
35 | 41 |