Hi all, I want to hook up a sensor using iic on an RPi. Is there a tutorial somewhere on how to do this? Do I have to compile a specific config to enable iic because GENERIC doesn't?
I tried this:
# i2cscan iic0
i2cscan: couldn't open iic0: Device not configured
# i2cscan iic1
i2cscan: couldn't open iic1: Device not configured
# i2cscan iic2
i2cscan: couldn't open iic2: Device not configured
# uname -a
NetBSD S.Culver.Net 9.99.46 NetBSD 9.99.46 (GENERIC) #0: Tue Feb 11 00:57:11 UTC 2020
Thanks for any pointers.