FreeCalypso > hg > freecalypso-sw
comparison doc/RVTMUX @ 273:d6dfad22cccd
doc/RVTMUX: note about fc-tmsh ffs2 commands being a known dead end
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 07 Feb 2014 07:33:29 +0000 |
parents | 9c34d938a645 |
children | 821a26f90968 |
comparison
equal
deleted
inserted
replaced
272:9c34d938a645 | 273:d6dfad22cccd |
---|---|
161 target at the same time, translating any user-entered commands | 161 target at the same time, translating any user-entered commands |
162 into packets to the target and conversely, scribbling on the | 162 into packets to the target and conversely, scribbling on the |
163 terminal when a packet arrives from the target. It has no | 163 terminal when a packet arrives from the target. It has no |
164 knowledge of any correspondence between commands and responses | 164 knowledge of any correspondence between commands and responses |
165 they normally elicit. | 165 they normally elicit. |
166 | |
167 fc-tmsh implements some low-level ffs2 commands (see above regarding our design | |
168 decision to use TMFFS2 rather than TMFFS1), but it is already known that this | |
169 implementation approach is a dead end, and a different host utility is planned | |
170 to be written for full FFS read/write access via the TMFFS2 protocol. |