|
Hi,
I'm developping an app which accesses the hardware directly and requires access to /dev/i2c-2. For the app to work I need to set /dev/i2c-2 access permissions to 666. I currently do this via:this works OK but it is not persistent and has to be repeated after each reboot.
My understanding is that I can accomplish the same by modfying ueventd.rc but the file is currently read-only as it is on a ramdisk wich gets mounted from an image file at boot time.
I don't know where this image file is located or if it is possible to modify it.
Any ideas?
Thanks!
|
|