Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.