FreeCalypso > hg > tcs211-pirelli
annotate README @ 28:64d8c59624b4
init.obj blob replaced with patched version for Pirelli MEMIF setup
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 08 Sep 2015 02:01:25 +0000 |
| parents | 3e89489a43b3 |
| children | a2bf5ef0e438 |
| rev | line source |
|---|---|
| 12 | 1 This is a special debug version of leo2moko intended for use by FreeCalypso |
| 2 developers only; it does not provide any additional features for Freerunner | |
| 3 users beyond standard leo2moko-r1 aka moko12; non-developer users are advised | |
| 4 to stay with the just-mentioned stable release. | |
| 5 | |
| 6 The primary intended use of this debug fw version is to enable FreeCalypso | |
| 7 developers to troubleshoot misbehavior in our current gcc-built fw version | |
| 8 by comparing the operation of the fw against a known working reference; | |
| 9 the debug features added in this version are: | |
| 10 | |
| 11 * Same AT-over-RVTMUX mechanism as implemented in FreeCalypso mainline; | |
| 12 | |
| 13 * ETM FFS access protocol changed from TMFFS1 (used by some TI Windows tools, | |
| 14 apparently) to TMFFS2 (the version adopted for FreeCalypso) to allow the | |
| 15 flash file system to be manipulated with fc-fsio while this fw is running. | |
|
13
3e89489a43b3
using patched version of frame_na7_db_ir.lib:
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
12
diff
changeset
|
16 |
|
3e89489a43b3
using patched version of frame_na7_db_ir.lib:
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
12
diff
changeset
|
17 * The pf_TaskEntry() function in the guts of GPF has been patched to not |
|
3e89489a43b3
using patched version of frame_na7_db_ir.lib:
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
12
diff
changeset
|
18 disable system traces. Verbose traces from various entities still need |
|
3e89489a43b3
using patched version of frame_na7_db_ir.lib:
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
12
diff
changeset
|
19 to be enabled explicitly, but the expected responses to sysprim commands |
|
3e89489a43b3
using patched version of frame_na7_db_ir.lib:
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
12
diff
changeset
|
20 are no longer suppressed. |
