I have a DSR3231 RTC chip module hooked up on the GPIO pins of a Raspberry Pi 2 computer, which works fine on other RPi devices using Raspbian Jessie or UbuntuMATE OS.
For my OMV 3.0.24 (Erasmus) installation on another RPi 2 device, I am following exactly steps described with the article "Supporting DS3231 RTC source & synchronise with network time" .
To start with, I've added in the "/boot/config.txt" configuration file the line
dtoverlay=i2c-rtc,ds3231
However, once the box gets powered up, I do not seem to find any entry in the startup log that points out that the RCT chip is properly being recognised. When firing the command "dmesg", there's simply no log entry that confirms that the RTC chip has been recognised either
The same is the case, when firing the command "ls -l /dev/rtc0". I'm getting an output of "file not found".
Does the kernel compiled for OMV 3.x supports the notion of overlays for RPi add-on modules or is there anything I might have missed?