1 This is UIM utility required for TI's shared transport driver in order 2 to open UART and to deliver the control of it to the driver. 3 4 The author of the utility is Pavan Savoy <pavan_savoy (a] ti.com> 5 6 --- Running UIM utility 7 8 It needs to be run at boot, Since linux flavors might require Bluetooth or 9 GPS to be turned on at boot. For this have the UIM entry in your either one 10 of your rc.S files or you can have special udev rule based on the platform 11 driver addition of device "kim". 12 13 For Android, the following entry in init.rc should suffice, 14 service uim /system/bin/uim-sysfs 15 user root 16 group media bluetooth 17 oneshot 18 [edit] 19 20 For Angstrom, the following command should be done, 21 ./uim /dev/ttyO1 3686400 none 22 & 22 23 --- Building UIM utility 24 make uim 25 26