comparison CHANGES @ 642:44bc757ce2a5

CHANGES: binary dump transfer
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 01 Mar 2020 21:11:52 +0000
parents fa8e197a1d9b
children 2d5d1ca58b2a
comparison
equal deleted inserted replaced
641:b4070292640a 642:44bc757ce2a5
1 Changes in the current code since fc-host-tools-r12: 1 Changes in the current code since fc-host-tools-r12:
2
3 * fc-loadtool memory dump commands (dump2bin and dump2srec) have been
4 reimplemented using loadagent's new BINDUMP command, sending the dump stream
5 from the target to the host in binary format instead of hex. This change
6 speeds up the dump transfer time by a little over 2x.
2 7
3 * All loadtools programs: the step of feeding the IRAM code image to the 8 * All loadtools programs: the step of feeding the IRAM code image to the
4 Calypso boot ROM has been sped up by about 700 ms by grouping contiguous 9 Calypso boot ROM has been sped up by about 700 ms by grouping contiguous
5 S-record payloads into larger blocks (up to the boot ROM limit of 1014 bytes 10 S-record payloads into larger blocks (up to the boot ROM limit of 1014 bytes
6 per block) instead of sending each S-record payload (30 bytes typically) as 11 per block) instead of sending each S-record payload (30 bytes typically) as