2023-10-30 09:06 AM
Hi all,
I Have a custom board that runs Linux. The board has a LSM6DSL module on it as well. the IMU driver has been ported into the Linux Kernel and I have access to the Accelerometer output registers from the Linux sysfs entries under /sys/bus/iio/devices/iio:deviceX
in_accel_x_raw
in_accel_y_raw
in_accel_z_raw
However, there is no sysfs entries for the Gyroscope output registers for user interface registers. How do I add it or enable in the driver.
thanks
Solved! Go to Solution.
2023-10-31 04:17 AM
My problem is resolved. It turned out that there is a separate device and sysfs entries.
2023-10-31 04:17 AM
My problem is resolved. It turned out that there is a separate device and sysfs entries.