Tag Archives: pravjot sir

DEVICE DRIVER

head    1.3; access; symbols; locks root:1.3; strict; comment @ * @; 1.3 date    2014.01.07.05.55.57;    author root;    state Exp; branches; next    1.2; 1.2 date    2014.01.07.04.44.27;    author root;    state Exp; branches; next    1.1; 1.1 date    2014.01.07.03.22.24;    author root;    state Exp; branches; next    … Continue reading

Posted in Character Driver | Tagged | Leave a comment

DEVICE DRIVER SCULLDEV ALLOCATION & DEALLOCATION

module initialization log_file head    1.2; access; symbols; locks root:1.2; strict; comment @ * @; 1.2 date    2014.01.07.04.44.27;    author root;    state Exp; branches; next    1.1; 1.1 date    2014.01.07.03.22.24;    author root;    state Exp; branches; next    ; desc @device driver registerd using alloc_chrdev_region … Continue reading

Posted in Character Driver | Tagged | Leave a comment

device driver module registration

module initialization log_file head    1.1; access; symbols; locks root:1.1; strict; comment @ * @; 1.1 date    2014.01.07.03.22.24;    author root;    state Exp; branches; next    ; desc @device driver registerd using alloc_chrdev_region @ 1.1 log @Initial revision @ ______________________________________________________________________________________________________________________________________________________________________ module clean_up log_file … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Bizarre condition

whenever i open terminal, this ~~ automatically starts printing on my screen continuously…… it also create very much problem while typing….. and main thing is this is not a hardware problem of my laptop… because this problem was not there … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Olinuxino:

How can i install flex2bin in my host? I tried but getting error in installiation of the this tooll.

Posted in Uncategorized | Tagged , | Leave a comment

Jatinder Kumar : Porting

can anyone tell me how can i set console during loading rootfile system via NFS . I compiled my kernel and set the commandline string as root=/dev/nfs rootwait console=ttyS0,115200n8 and i also try bootargs environment varible of u boot but … Continue reading

Posted in Project 9: Embedded Linux on ARM | Tagged , | Leave a comment

Taruna : Porting Linux

I am porting linux on beaglebone and booting it via network.. I am able to get the uImage via tftp successfully , but when I fetch the rootfs through nfs , I am unable to get the output on the … Continue reading

Posted in Project 9: Embedded Linux on ARM | Tagged , , | Leave a comment

Taruna

Able to fetch the uImage using tftp on beaglebone… and boot it finally

Posted in Project 9: Embedded Linux on ARM | Tagged | Leave a comment

Character Driver Article

Article On Character Driver This Article is based on how I implemented character driver till now. First of all we have to know actually what a driver Is. Let take a example in real world we have a man who … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

30.1.30: Jatinder Kumar

From last two weeks i am working on Character Driver. What is device driver and need of driver? From my knowledge device driver is nothing but piece of code that runs the device . Every device need that code to … Continue reading

Posted in Character Driver, Device Drivers, Uncategorized | Tagged | Leave a comment

30.01.30 : Taruna

Character-driven drivers are device drivers that operate on characters (bytes) as the basic unit of input and output. They are accessed in a sequential, non-random manner.   I started writing my first character driver by writing the simplest module – … Continue reading

Posted in Character Driver | Tagged | Leave a comment

30.01.30 : Taruna

RCS file: lkm.c,v Working file: lkm.c head: 1.18 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 18; selected revisions: 18 description: Created the base module. Used alloc_chrdev_region and register_chrdev_region to register the driver and unregistered it … Continue reading

Posted in Character Driver, Device Drivers, Uncategorized | Tagged | Leave a comment

Character Driver

Done with write call RCS File head 1.8; access; symbols; locks; strict; comment @ * @; 1.8 date 2013.07.14.10.18.16; author Ashish; state Exp; branches; next 1.7; 1.7 date 2013.07.13.07.47.07; author Ashish; state Exp; branches; next 1.6; 1.6 date 2013.07.11.08.29.33; author … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Character Driver

RCS file: chard.c,v Working file: chard.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5;     selected revisions: 5 description: registered and unregistered devices using alloc_chrdev_region and unregis_chrdev_region. implemented scull_setup function. implemented scull_open routine. started … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Ranjeet Singh

RCS file: header2.h,v Working file: header2.h head: 1.9 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 9; selected revisions: 9 description: This is the header file for loadable kernel module. —————————- revision 1.9 date: 2013/07/09 18:01:36; … Continue reading

Posted in Uncategorized | Tagged | Leave a comment