[Owfs-developers] code not able to access owfs

2014-09-10 Thread Howell, Larry (Contractor)
Our project is developing an embedded system running Linux 2.6.35 on an i.MX53. Fuse is built in to the kernel. The system utilizes plugin devices that store configuration data on internal DS2505s. We're using owfs-2.8p15 and writing application code based on the owcapi. The system uses a DS

Re: [Owfs-developers] code not able to access owfs

2014-09-10 Thread Stefano Miccoli
Are both owfs and your application trying to access directly /dev/i2c-2:0 ? Has the owcapi application the privileges for reading /dev/i2c? If you run owfs, application programs should access sensors via the filesystem (not owcapi). Maybe a better approach is to run owserver (instead of owfs) to