ayufan-rock64 / linux-build

Rock64 Linux build scripts, tools and instructions
MIT License
561 stars 98 forks source link

Add DS1307 RTC module #276

Open GuLinux opened 5 years ago

GuLinux commented 5 years ago

Hi, these RTC modules are quite helpful in overcome the missing RTC on the rock64 board, they're cheap, easy to install and work quite well.

The current kernel configuration disables them, could it be possible to add the module to the default config? I guess it's just a matter of adding

RTC_DRV_DS1307=m

to the kernel config, I'll try to test later if I get the time

aw commented 5 years ago

@GuLinux If it helps, I wrote specific instructions for adding the DS1307 RTC module.