Hi there,
I have the MPRLS Ported Pressure Sensor Breakout connected to a custom board with a Xilinx Versal chip running a custom Linux OS built by PetaLinux. I plan to interact with the sensor in software via the C/C++ i2c-dev framework instead of using the Arduino library (because the board is not an Arduino) or the CircuitPython library (because the board does not have Python installed). Is this feasible? If so, are there instructions on how to configure the device tree to include the sensor- namely the name of the Linux kernel driver that I would need for the device tree node's "compatible" property, interrupt properties, and any other special device properties that I would need to set? In addition, are there any properties in PetaLinux aside from enabling i2c-dev that I would need to set? If none of this is possible, since it is running a Linux OS, is using the CircuitPython library the only viable option that I have?
Thanks,
- Lena