From bf1dec110d517755e66125d4b8699f50b8e6dfcf Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Thu, 7 Mar 2019 20:13:19 +0100 Subject: Calibrator and uim Initial Commit --- uim_rfkill/readme.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 uim_rfkill/readme.txt (limited to 'uim_rfkill/readme.txt') 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 + +--- 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 + -- cgit v1.1