-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (17 loc) · 852 Bytes
/
README
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
26
27
28
README
DRIVER AUTHOR:---> RUSHANG V KARIA
High Resolution Timer Driver for OMAP 3
Test Program create six threads and uses them in a producer-consumer way
DRIVER PRECOMPILED FOR KERNEL 3.6.7
COMPILE
using the appropriate source tree please edit the Makefile and type make using the appropriate flags
RUN
sudo insmod HRT.ko
sudo insmod SQueue.ko
type ./main_2 to run it
NOTE: Since this file was emailed and downloaded from the internet, if you get an error such as Permission Denied please type
sudo chmod 777 ./main_2
and try running it again
make sure to check dmesg so that the drivers were initialized.
Please let the program complete else the drivers will not be rmmod compatible and the system will have to be rebooted.
YOU CAN ALSO TRY ./main_2 > aa AND CHECK FOR ALL THE TOKENS using gedit ( or any GUI text editor) aa.