Forum Linux.embarqué porter un nouveau client i2c

Posté par  .
Étiquettes : aucune
0
4
juin
2008
hello,

i work on a motion sensor. i'm programming the linux driver. the sensor use the i2c bus. when inserting the driver into the kernel i have an error message
"I2C timeout error "

did any one like to help me?
how to add a new i2c client to the bus?

thanks

Forum Linux.embarqué programmer un driver

Posté par  .
Étiquettes : aucune
0
19
mai
2008
salut à tous

JE veux programmer un driver et j'ai des questions j'aime si vous m'aidez:
1- comment utiliser un driver ( lecture de données ...) c a d comment écrire un code C dont il y a une API qui peut accéder à un hardware?

2- étapes de développement d'un driver en linux (grand lignes)?

3- différ'ence entre user mode et kernel mode ?

4- comment acceder au kernel mode?

5- quel environement utiliser pour programmmer un driver en (…)