There was an error while loading. Please reload this page.
2 parents 978ba58 + 6e33c02 commit 8894afeCopy full SHA for 8894afe
1 file changed
opensourceleg/sensors/imu.py
@@ -69,6 +69,11 @@ class LordMicrostrainIMU(IMUBase):
69
- Read the MSCL installation instructions:
70
https://github.com/LORD-MicroStrain/MSCL/blob/master/HowToUseMSCL.md
71
- We assume that the MSCL library is installed in /usr/share/python3-mscl
72
+
73
+ Note: MSCL v65 may encounter page alignment errors on some Raspberry Pi 5 kernels.
74
+ Updating to a newer Raspberry Pi OS image with the rpi-v8 kernel
75
+ or upgrading to MSCL v67.1.0 resolves the issue:
76
+ https://github.com/LORD-MicroStrain/MSCL/releases/download/v67.1.0/MSCL_arm64_Python3.11_v67.1.0.deb
77
"""
78
79
def __init__(
0 commit comments