Valerij Posted November 10, 2021 Posted November 10, 2021 Orange Pi Zero H2+ Armbian 21.08.1 Orangepizero Bullseye current 5.10.60 from armbian.com/downloads. I have attached external RTC module with DS3231 on TWI0 (/dev/i2c-0) and activated it with command echo ds3231 0x68 > /sys/bus/i2c/devices/i2c-0/new_device After that /sys/class/hwmon/hwmon0 links to temperature sensor on DS3231 instead of SOCTEMP. So armbianmonitor -m shows temperature from DS3231 now. syslog shows error: thermal thermal_zone0: binding zone cpu_thermal with cdev thermal-cpufreq-0 failed:-22 Solution #1: use command "echo ds1307 0x68 > /sys/bus/i2c/devices/i2c-0/new_device" Solution #2: attach RTC module on TWI1 pins (/dev/i2c-1) and use command "echo ds3231 0x68 > /sys/bus/i2c/devices/i2c-1/new_device"
Werner Posted November 11, 2021 Posted November 11, 2021 Moved to Common issues / peer to peer technical support missing logs, therefore invalid report
Recommended Posts