Is it because of my custom dts ?
Well the strange thing is that normally in my experience if there is an entry in the device tree that refers to a driver then that driver should be automatically loaded during boot time as needed. But that doesn’t seem to be happening here.
but may be there is an option to add in the customization file, like auto-load ?
Well your other option would be to create an entry in /etc/modules-load.d
that loads your kernel module during boot as described here: modules-load.d
Then you can capture this configuration file via TorizonCore Builder to create a persistent customization in your OS image.
But i’m not able to read the path to the adc value when i’m using my application code based on torizon pyhton example. The mounting point fail.
Could you elaborate on the error here. What do yo umean the “mounting point fails” exactly? Do you have a specific error message you are getting?
It could be a permission issue with the ADC, maybe something like what is described here: Libiio-dev permission errors while creating buffer for ads1015 from container
Best Regards,
Jeremias