Coder Social home page Coder Social logo

odroid-c2-rtc's Introduction

odroid-c2-rtc

RTC Shield

Use and automate kernel updates for the PCF8563 RTC Shield on the ODROID-C2 running Arch ARM.

Installation

  • Physically install the RTC Shield on the ODROID-C2 as depicted here.
  • Download and install odroid-c2-rtc from the AUR.

Setup post installation

  1. Edit /etc/mkinitcpio.conf and add the following two modules to the MODULES array:
MODULES=( aml_i2c rtc_pcf8563 ... )
  1. Regenerate the kernel image:
# mkinitcpio -p linux-odroid-c2
==> Building image from preset: /etc/mkinitcpio.d/linux-odroid-c2.preset: 'default'
  -> -k 3.16.61-1-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.16.61-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful

Notes

Currently, the sx865x module needed to use the 3.5" touchscreen breaks the needed module to communicate with RTC shield. I have this code create a blacklist file for sx865x to work-around. A consequence of this is the touch screen won't work with the RTC. If you know what is driving these errors, or have a fix, please let me know. See this forum post for details.

odroid-c2-rtc's People

Contributors

graysky2 avatar

Stargazers

 avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.