Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX driver File creation: (2 Items)
   
QNX driver File creation  
Can you please let me know the  how device file which are shown in dev dir in file system are created ? I wanted to 
write driver for SPI and wanted to create the device node in dev dir, 

Can you please help me in this case
Re: QNX driver File creation  
See "Writing a Resource Manager" in our developers product documentation.

The most common method to register a resource name in the dev pathname space is:
resmgr_attach()

Lots of background for that call and what you have to be able to handle after you make that call are documented in the 
above reference.