Difference between revisions of "IMX LED Driver TP"

From ArmadeusWiki
Jump to: navigation, search
(New page: {{Under_Construction}} == Proposal == The goal of this tutorial is to build from scratch a simple led driver wire on GPIO of the iMX. This document will describes step by step how to imple...)
 
Line 5: Line 5:
 
== Howto Load/unload modules ==
 
== Howto Load/unload modules ==
  
== Howto Build module and load/unload it : the "Hello World" module ==
+
== Howto Build a simple module and load/unload it : the "Hello World" module ==
  
In a first time, a "hello word" driver will be built
+
== Howto Provide read/write commands to the user though /dev/hello : "Hello World Read Write" module ==
 +
 
 +
== Howto Build a register use module : "iMX LED" module ==

Revision as of 19:17, 17 March 2009

Page under construction... Construction.png Informations on this page are not guaranteed !!

Proposal

The goal of this tutorial is to build from scratch a simple led driver wire on GPIO of the iMX. This document will describes step by step how to implement a such driver

Howto Load/unload modules

Howto Build a simple module and load/unload it : the "Hello World" module

Howto Provide read/write commands to the user though /dev/hello : "Hello World Read Write" module

Howto Build a register use module : "iMX LED" module