2008-03-19 12:58:21 pflags_test error
Bastien Briec (FRANCE)
Message: 52762 when I try to run the pflags_test program on my uClinux-2007R1-RC3_CM-BF537E i get this error:
root:~> pflags_test bf537
bf537
########################## PFLAGS TEST###############################
/dev/pg10 open error 6
root:~>
I have built the driver in the kernel and just change the gpio pf6 to pg10 because i use an eval-bf5xx
TranslateQuoteReplyEditDelete
2008-03-19 13:17:29 Re: pflags_test error
Mike Frysinger (UNITED STATES)
Message: 52763 make sure you actually have the device node on your system ... if you dont, you need to create it first
QuoteReplyEditDelete
2008-03-20 04:42:40 Re: pflags_test error
Bastien Briec (FRANCE)
Message: 52817 the problem was in the vendors/Bluetechnix/CM-BF537E/device_table.txt. The major number for the pf and pg was 253 and i change it to 121 like in the stamp device table. I don't know why but it works.