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
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