Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

how to include you own drivers?

Altera_Forum
Honored Contributor II
1,170 Views

dear all, 

i writed my own driver and included it to the kernal, how i include it in my own application program. 

 

thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
443 Views

 

--- Quote Start ---  

originally posted by nwpu_zhf2004@Jun 17 2006, 03:37 PM 

dear all, 

      i writed my own driver and included it to  the kernal, how i include it in my own application program. 

 

thanks 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16225) 

--- quote end ---  

 

--- Quote End ---  

 

You may get some examples from the book "Linux device drivers 3rd Ed". 

In short, the driver will register to a dev node, and your apps can open/read/write/close/ioctl on the dev node.
0 Kudos
Reply