These scripts load and initiate I2C DS1307 RTC module as a hardware clock in arch linux arm on every boot. These can be packaged as arch linux package using makepkg
in base-devel
.
It's available on the AUR as raspberrypi-rtc-ds1307 and can be easily installed using an AUR helper like PARU,
paru -S raspberrypi-rtc-ds1307
This can be packaged for arch linux using,
makepkg -si
The built package can be installed on arch linux by,
sudo pacman -U raspberrypi-rtc-ds1307-0.1-1-aarch64.pkg.tar.xz
This project is under MIT License