summaryrefslogtreecommitdiff
path: root/mac80211/ti-utils/uim_rfkill/readme.txt
blob: 9d108a3859a3d3530cd6a6c3af57c4f3f8a6d129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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