Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi,
--- Quote Start --- I have the device driver open "/dev/myDDriver0" -- which is MAJOR - 240 and Minor 0 I created a node locally in the directory I'm running the test code: mknod node c 204 0 (same major and minor# ) --- Quote End --- Same major and minor# ? 240 - 204 ? Sorry, I can't understand your question. --- Quote Start --- I'm going to need to have 2 more memory areas and would like to know what that is going to entail --- Quote End --- There are several ways. One is to use different minor numbers, like 0, 1, 2 etc.. Kazu