# HG changeset patch # User Mychaela Falconia # Date 1520810692 0 # Node ID 01c97de62dda600606c2d17c73ff96f0981279cb # Parent 53b474e7e590a4ac029428ae53ef14b277ff3ec2 fc-fsio help: write-battery-table and write-charging-config documented diff -r 53b474e7e590 -r 01c97de62dda rvinterf/etmsync/fsio.help --- a/rvinterf/etmsync/fsio.help Sun Mar 11 18:20:00 2018 +0000 +++ b/rvinterf/etmsync/fsio.help Sun Mar 11 23:24:52 2018 +0000 @@ -32,6 +32,8 @@ upload-fs Upload a complete file system tree into device FFS upload-rf-table Upload an RF calibration table into device FFS upload-subtree Upload a subtree into device FFS +write-battery-table Upload table of battery thresholds into device FFS +write-charging-config Upload FCHG configuration into device FFS To get help on any command, type help and the command keyword. @@ -295,3 +297,22 @@ This command uploads a directory subtree from your Unix host file system into the given non-root directory in the target device FFS. +=== write-battery-table +write-battery-table src-file + +This command provides the mechanism for uploading FreeCalypso-invented battery +discharge threshold tables to target devices. The argument is the name of the +table source file on the host; this source file is read and compiled into the +corresponding binary representation, and the latter is then written into +/etc/batterytab on the target. + +=== write-charging-config +write-charging-config src-file + +This command provides the mechanism for uploading FreeCalypso-invented battery +charging configuration files (configuration for the FreeCalypso battery charging +driver FCHG) to target devices. The argument is the name of the config source +file on the host; this source file is read and compiled into the corresponding +binary representation, and the latter is then written into /etc/charging on the +target. +