NanoPi NEO Core2 添加外部RTC时钟并开机读取

 

Mini Shield for NanoPi NEO Core/Core2

SDA

Pin3

SCL

Pin5

5V

Pin4

GND

Pin6

$ apt-get update && apt-get install git

$ git clone https://github.com/friendlyarm/matrix.git

$ cd matrix

$ make -j4

$ sudo make install

$ sudo nano /etc/modprobe.d/matrix-blacklist.conf

删除 blacklist rtc_ds1307

$ sudo nano /etc/rc.local

在exit 0前添加 /sbin/hwclock -s -f /dev/rtc1

相关文章:

  • 2021-07-13
  • 2022-01-13
  • 2021-08-03
  • 2021-04-08
  • 2021-12-04
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-06-17
  • 2021-09-03
  • 2021-05-15
  • 2022-02-11
  • 2021-12-18
相关资源
相似解决方案