Difference between revisions of "EEMB2"

From Klaus' wiki
Jump to: navigation, search
Line 12: Line 12:
  
 
[[NFS mount on EA board]]
 
[[NFS mount on EA board]]
 +
 +
[[Serial communication from Linux]]

Revision as of 20:45, 9 February 2012

The EEMB2 course is focused on device drivers enabling access to hardware from user space applications in a uniform way.

The Scull examples from the book can be compiled following this How-to How-to compile the Scull examples

I've prepare a couple of How-to's enabling the development of device drivers with the Embedded Artist EA2478 board as target.

How-to add a user space application to uClinux and How-to add a loadable module to the uClinux

Build script for EA distribution

Configure IP address on EA board

NFS mount on EA board

Serial communication from Linux