FreeCalypso > hg > freecalypso-tools
comparison doc/Host-tools-overview @ 747:efd85963ec85
tiffs-mkfile documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Oct 2020 18:00:37 +0000 |
parents | 9e3b1ef1f440 |
children | b0e749c88f53 |
comparison
equal
deleted
inserted
replaced
746:f19c347d0a80 | 747:efd85963ec85 |
---|---|
272 tiffs-mkfs This utility constructs a TI flash file system (TIFFS) image | 272 tiffs-mkfs This utility constructs a TI flash file system (TIFFS) image |
273 completely from scratch "in vitro", containing initial directory | 273 completely from scratch "in vitro", containing initial directory |
274 and file content given by a Unix directory and file tree on the | 274 and file content given by a Unix directory and file tree on the |
275 host system. The resulting image can then be flashed into a | 275 host system. The resulting image can then be flashed into a |
276 Calypso GSM device running FreeCalypso firmware. | 276 Calypso GSM device running FreeCalypso firmware. |
277 | |
278 tiffs-mkfile This utility is intended for use in shell scripts: it generates | |
279 certain types of binary files that go into TIFFS, for subsequent | |
280 feeding to tiffs-mkfs. |