I am connecting a radxa zero 2w to a pca9685 so I can control three servos on a robot. The pca9685 uses busses 0 and 1 according to the documentation. But the only overlays that are configured are i2c-3 and ic2-7.
when I try to connect to those two busses I get the following error: sysfs-i2c: no such device or address. When I try buss 0, or 1 I get this error: i2creg: can’t open unknown bus: “0”.
how do I go about putting an overlay on the radxa zero that defines busses 0 and/or 1.
the OS is armbian v25.2.3 with linux kernel 6.12.17-current-messon64
a little help would be great!