summaryrefslogtreecommitdiff
path: root/uim_rfkill/readme.txt
diff options
context:
space:
mode:
authorManel Caro <mcaro@iseebcn.com>2019-03-07 20:13:19 +0100
committerManel Caro <mcaro@iseebcn.com>2019-03-07 20:13:19 +0100
commitbf1dec110d517755e66125d4b8699f50b8e6dfcf (patch)
tree11e5e87fd171f33cd9ed0e072dad4eab7c0faf15 /uim_rfkill/readme.txt
downloadcalibrator-bf1dec110d517755e66125d4b8699f50b8e6dfcf.zip
calibrator-bf1dec110d517755e66125d4b8699f50b8e6dfcf.tar.gz
calibrator-bf1dec110d517755e66125d4b8699f50b8e6dfcf.tar.bz2
Calibrator and uim Initial Commit
Diffstat (limited to 'uim_rfkill/readme.txt')
-rw-r--r--uim_rfkill/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/uim_rfkill/readme.txt b/uim_rfkill/readme.txt
new file mode 100644
index 0000000..9d108a3
--- /dev/null
+++ b/uim_rfkill/readme.txt
@@ -0,0 +1,25 @@
+This is UIM utility required for TI's shared transport driver in order
+to open UART and to deliver the control of it to the driver.
+
+The author of the utility is Pavan Savoy <pavan_savoy@ti.com>
+
+--- Running UIM utility
+
+It needs to be run at boot, Since linux flavors might require Bluetooth or
+GPS to be turned on at boot. For this have the UIM entry in your either one
+of your rc.S files or you can have special udev rule based on the platform
+driver addition of device "kim".
+
+For Android, the following entry in init.rc should suffice,
+service uim /system/bin/uim-sysfs
+ user root
+ group media bluetooth
+ oneshot
+[edit]
+
+For Angstrom, the following command should be done,
+./uim /dev/ttyO1 3686400 none 22 &
+
+--- Building UIM utility
+make uim
+