Part Number: BEAGLEBK
Tool/software: Linux
Hello,
did follow exactly the description
Status:
1.) AD activated in kernel as described ... make zImage copy zImage into /boot ... ok
2.) make modules and make install_modules ..... verified, ok
3.) append the described devicetree stuff to arch/arm/boot/dts/am335x-boneblack.dts , make make am335x-boneblack.dtb copy arch/arm/boot/dts/am335x-boneblack.dtb into /boot
&tscadc {
adc {
ti,adc-channels = <4 5 6 7>;
};
};
4.) reboot, lsmod did not list ti_am335x_adc
after modprobe ti_am335x_adc it's there
lsmod | grep ti_am
ti_am335x_adc 6837 0
ti_am335x_tscadc 6162 1 ti_am335x_adc
5.) but I can't see the devices
ls -al /sys/bus/iio/devices/iio\:device0/
ls: /sys/bus/iio/devices/iio:device0/: No such file or directory
ls -al /sys/bus/iio/devices/
drwxr-xr-x 2 root root 0 Mar 26 15:17 .
drwxr-xr-x 4 root root 0 Mar 26 15:17 .
What is missing?