I've two apps,
1. while usleep 10; do cat /sys/bus/iio/devices/iio:device0/in_voltage0_raw; done;
2. while usleep 10; do cat /sys/bus/iio/devices/iio:device0/in_voltage1_raw; done;
I get "cat: read error: Device or resource busy"
The above error arises when "found" variable in drivers/iio/adc/ti_am335x_adc.c - tiadc_read_raw() function is not updated to "true" state from "false" state". This function returns -EBUSY.
"If only one of the Apps is run , it works fine."
I searched online and found the same issue reported by others but there is no solution. Is anybody aware of what causes this error and solution?
Regards,
Gangadhar