Hi, Going to write an I2C Driver, need to know the relationship between the core driver of bus and board setup file. I am using OMAP2 based ARM board. Just want to know about basic relationship. Thanks Manoj Arora
Sir, Is rules.d in udev is the only way for a Linux Kernel to know about the connectivity of the External H/w Device or something else is also there as an alternate to it..??
Sir, Problem is solved, got 3rd way to remove the padding from a structure. i.e. Declare a structure like this.. struct abc { ……..char a; ……..int b; }__attribute__ ((packed)); main() { ……. struct abc obj; ………printf(size); } Output is : … Continue reading
Can any one help in solving this confusion between dynamic loading and dynamic linking. These terms are purely related with .so files I think but I am not getting the exact difference. Any guidance…?? Thank you
An operating system, also known as an OS, is the software that makes a computer usable. The kernel is merely the “core” or lowest level of an operating system. The kernel provides numerous callable routines that allow other software to … Continue reading
Two way communication is done by using the serial port. but still interrupts are not being involked.
Nibble mode has been implemented successfully with exact protocol.