You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #218, the issue was resolved by adding a check for /sys/bus/nvmem/devices/0-00501/nvmem. However, on my system running the same kernel version as indicated in the linked issue, the board's nvmem on i2c bus 0 was actually located in the 0-00502 folder.
I suggest using python builtins to find the directory matching pattern 0-0050* instead of checking only 0-00501 or 0-00502.
The text was updated successfully, but these errors were encountered:
In #218, the issue was resolved by adding a check for
/sys/bus/nvmem/devices/0-00501/nvmem
. However, on my system running the same kernel version as indicated in the linked issue, the board's nvmem on i2c bus 0 was actually located in the0-00502
folder.I suggest using python builtins to find the directory matching pattern
0-0050*
instead of checking only0-00501
or0-00502
.The text was updated successfully, but these errors were encountered: