FreeCalypso > hg > freecalypso-tools
comparison rvinterf/etmsync/fsio.help @ 392:01c97de62dda
fc-fsio help: write-battery-table and write-charging-config documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Mar 2018 23:24:52 +0000 |
parents | a9bd4b15f502 |
children | f315cdb1555f |
comparison
equal
deleted
inserted
replaced
391:53b474e7e590 | 392:01c97de62dda |
---|---|
30 symlink Create a symlink in device FFS | 30 symlink Create a symlink in device FFS |
31 upload-file Upload a file into device FFS | 31 upload-file Upload a file into device FFS |
32 upload-fs Upload a complete file system tree into device FFS | 32 upload-fs Upload a complete file system tree into device FFS |
33 upload-rf-table Upload an RF calibration table into device FFS | 33 upload-rf-table Upload an RF calibration table into device FFS |
34 upload-subtree Upload a subtree into device FFS | 34 upload-subtree Upload a subtree into device FFS |
35 write-battery-table Upload table of battery thresholds into device FFS | |
36 write-charging-config Upload FCHG configuration into device FFS | |
35 | 37 |
36 To get help on any command, type help and the command keyword. | 38 To get help on any command, type help and the command keyword. |
37 | 39 |
38 The RTOS environment inside GSM device firmwares with which this utility | 40 The RTOS environment inside GSM device firmwares with which this utility |
39 communicates has no notion of a current directory, hence all target side | 41 communicates has no notion of a current directory, hence all target side |
293 upload-subtree host-dir target-dir | 295 upload-subtree host-dir target-dir |
294 | 296 |
295 This command uploads a directory subtree from your Unix host file system into | 297 This command uploads a directory subtree from your Unix host file system into |
296 the given non-root directory in the target device FFS. | 298 the given non-root directory in the target device FFS. |
297 | 299 |
300 === write-battery-table | |
301 write-battery-table src-file | |
302 | |
303 This command provides the mechanism for uploading FreeCalypso-invented battery | |
304 discharge threshold tables to target devices. The argument is the name of the | |
305 table source file on the host; this source file is read and compiled into the | |
306 corresponding binary representation, and the latter is then written into | |
307 /etc/batterytab on the target. | |
308 | |
309 === write-charging-config | |
310 write-charging-config src-file | |
311 | |
312 This command provides the mechanism for uploading FreeCalypso-invented battery | |
313 charging configuration files (configuration for the FreeCalypso battery charging | |
314 driver FCHG) to target devices. The argument is the name of the config source | |
315 file on the host; this source file is read and compiled into the corresponding | |
316 binary representation, and the latter is then written into /etc/charging on the | |
317 target. | |
318 |