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
I have used the new installation script (commit 056305b) in my Raspberry Pi model B+. It does not work due to that the pifacertc script tries to configure the wrong i2c bus number, i.e. 0 instead of 1.
On my Raspberry pi, the i2c bus device is /dev/i2c-1.
Output of /proc/cpuinfo:
$ grep "Revision" /proc/cpuinfo
Revision : 0010
I have solved the issue by modifying the 2 following lines in the file /etc/init.d/pifacertc:
The same issue occurs on a Raspberry Pi Zero W V1.1 from 2017, changing to i2c-1 worked, just wanted to add it here as a note.
Thanks for the script, I was firstly discouraged and tried many other solutions, which did not work in the end. But after all that tinkering I learned a lot and realized what the issue was.
Hello,
I have used the new installation script (commit 056305b) in my Raspberry Pi model B+. It does not work due to that the
pifacertc
script tries to configure the wrong i2c bus number, i.e. 0 instead of 1.On my Raspberry pi, the i2c bus device is
/dev/i2c-1
.Output of
/proc/cpuinfo
:I have solved the issue by modifying the 2 following lines in the file
/etc/init.d/pifacertc
:and
The text was updated successfully, but these errors were encountered: