summaryrefslogtreecommitdiff
path: root/mac80211/ti-utils/uim_rfkill/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mac80211/ti-utils/uim_rfkill/readme.txt')
-rw-r--r--mac80211/ti-utils/uim_rfkill/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/mac80211/ti-utils/uim_rfkill/readme.txt b/mac80211/ti-utils/uim_rfkill/readme.txt
new file mode 100644
index 00000000..9d108a38
--- /dev/null
+++ b/mac80211/ti-utils/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
+