changeset 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 53b474e7e590
children d3ee0de6b12e
files rvinterf/etmsync/fsio.help
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
+