Giter Site home page Giter Site logo

bigjosh / bbbrtc Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 5.0 58 KB

Use the AM355x in-chip real time clock from Linux command line

Home Page: https://wp.josh.com/2018/04/30/make-your-beaglebone-black-am355x-magically-turn-itself-on-with-the-built-in-alarm-clock/

C 97.31% Makefile 1.26% Shell 1.43%

bbbrtc's People

Contributors

abferm avatar bigjosh avatar romainreignier avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

bbbrtc's Issues

Timezone bug, with fix.....

The original version of bbbrtc has a bug when used with o/s timezones.
The author used mktime with gmtime in the get/set functions. "gmtime" does not use time zones, but "mktime" does! This
caused bbbrtc to not work properly when the o/s uses time zones as the get/set operations were mismatched relating to the current o/s timezone. The fix is to replace "mktime" with "timegm", which does NOT use time zones!

Just fyi....

BBBW not stopping

I have 2 BBBW and at both the software is hanging at
Stopping RTC...waiting for stop...

what sould I do?

thanks
Rafael

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.