FreeCalypso > hg > freecalypso-tools
comparison CHANGES @ 530:c4c0c9cc2a7c
CHANGES: refer to the new doc/Target-utils document
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 16 Jun 2019 19:02:52 +0000 |
parents | 4a7cb2089e5c |
children | beb8eab9276a |
comparison
equal
deleted
inserted
replaced
529:30bec872824a | 530:c4c0c9cc2a7c |
---|---|
21 like TI's TCS211 firmware does before sending the DEVOFF command. This | 21 like TI's TCS211 firmware does before sending the DEVOFF command. This |
22 change fixes the erratic behaviour that was occurring on TI/FC development | 22 change fixes the erratic behaviour that was occurring on TI/FC development |
23 boards (D-Sample and FCDEV3B) when fc-loadtool (or fc-iram with some | 23 boards (D-Sample and FCDEV3B) when fc-loadtool (or fc-iram with some |
24 specialized target-utils program) was entered via the RESET button rather | 24 specialized target-utils program) was entered via the RESET button rather |
25 than PWON, followed by the soft poweroff operation and another switch-on via | 25 than PWON, followed by the soft poweroff operation and another switch-on via |
26 PWON. For more details, please refer to the Calypso-test-reset article in | 26 PWON. For more details, please refer to doc/Target-utils and the |
27 the freecalypso-docs repository. | 27 Calypso-test-reset article in the freecalypso-docs repository. |
28 | 28 |
29 * target-utils/flash-boot-test (developers-only target code piece that is not | 29 * Aside from the just-described poweroff change, a lot of clean-up has been |
30 compiled or installed by default): added a few special watchdog commands to | 30 done throughout the target-utils suite: removed all use of bogo-millisecond |
31 facilitate experimentation with the watchdog timer function in the Calypso. | 31 delays which were previously copied from OsmocomBB; all programs with ABB |
32 | 32 access functionality can access the VRPCAUX register for manual debugging; |
33 * Overall target-utils clean-up: removed all use of bogo-millisecond delays | 33 helloapp clean-up; new watchdog experimentation commands in flash-boot-test. |
34 which were previously copied from OsmocomBB; all programs with ABB access | 34 A new doc/Target-utils document has been written describing this target-utils |
35 functionality can access the VRPCAUX register for manual debugging. | 35 suite. |
36 | 36 |
37 * Loadtools configuration for Mot C155/156 target (-h c155) fixed to use WS=4 | 37 * Loadtools configuration for Mot C155/156 target (-h c155) fixed to use WS=4 |
38 memory timing setting as used by the official fw on this hardware, as opposed | 38 memory timing setting as used by the official fw on this hardware, as opposed |
39 to the previously-used WS=3 setting that was blindly copied from OsmocomBB. | 39 to the previously-used WS=3 setting that was blindly copied from OsmocomBB. |
40 | 40 |