Hi,
Good day!
I am newbie to Bosch sensors. We have custom board of having IMX8mini (cortex a53) along with interface of BMI323 sensor via I2C which is running in linux platform. We can see some parameters which are exposed through sysfs to userspace (app can read via file operations/ioctl) from driver which loaded from kernel.
We came across examples from BMI323_SensorAPI/examples at main · boschsensortec/BMI323_SensorAPI · GitHub which is intended to build using COINES for ARM cortex M4. Please correct me if my understanding is wrong.
Do we have same example/references of using above APIs for linux environment? And also any possible to cross compile the same examples for cortex a53, even if libraries also fine?
Thanks