After updating to 9.20 version (Trixie), i found that rsetup is gone (radxa maintains its packages only for Bullseye and Bookworm). I was using it for enabling one i2c and one spi bus.Then I found the overlay files in “/boot/dtb/rockchip/overlay”, edited /boot/dietpiEnv.txt file, and added “rockchip-rk3568-hk-i2c0” to “overlays=” part of the file (i know that you can use overlays from rk3568 for rk3566). Rebooted, but the i2c device is not detected. What is the correct way to do it?
I should have added “hk-i2c0” to “overlays=”. Now i see a new i2c device (i2c-3) in /dev directory. But when executing “sudo i2cdetect -y 3” it won’t locate the address of the temperature sensor i connected to the board. Then i tried the other overlay (hk-i2c1), and got a new i2c device (i2c-1) in /dev, but i2cdetect also won’t detect the sensor. Now i don’t know what to do.