Hi
I am running android jelly bean 4.2.2 on beaglebone. I want to enable adc pins in beagle bone.I can't see any file named tsc in /sys/devices/platform/omap/ .
Also i want to know how to load adc driver module(ti_tscadc) in android ??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I am running android jelly bean 4.2.2 on beaglebone. I want to enable adc pins in beagle bone.I can't see any file named tsc in /sys/devices/platform/omap/ .
Also i want to know how to load adc driver module(ti_tscadc) in android ??
Hello,
For bare beaglebone, the TSC ADC driver is not initialized. You can enable mfd_tscadc_init for Beaglebone if you want to test both TSC and General purpose ADCs. Please check gen_purp_evm_dev_cfg function in board_am335xevm.rc for reference. Please let us know if you face any difficulty.
Regards,
Arun