Skip to content

RushangKaria/HRT_Timer_OMAP3

Repository files navigation

						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.

About

A high resolution timer for OMAP 3 Beagleboard-xM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages