WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: set time date in raspberry pi b+ without internet  (Read 14614 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: set time date in raspberry pi b+ without internet
« Reply #15 on: December 12, 2014, 03:47:32 AM »
dpkg-something, eh? Are we talking about piCore, the Raspberry Pi port of Tiny Core Linux? Dion't think so....
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline eno

  • Jr. Member
  • **
  • Posts: 54
Re: set time date in raspberry pi b+ without internet
« Reply #16 on: December 12, 2014, 08:32:20 AM »
that worked.
does this try to get time from NTP ?
startup message shows 'skipping RTC' .

I dont think Raspberry Pi has a RTC so that's correct (I have seen several projects to add an RTC to Raspberry Pi too BTW).

Offline eno

  • Jr. Member
  • **
  • Posts: 54
Re: set time date in raspberry pi b+ without internet
« Reply #17 on: December 12, 2014, 10:33:09 AM »
If I let my RPi turned on, of course, the date will change but when I turn it off and restart it, the date is still Tue Sep   9 xx:xx:xx CEST 2014

I imagine without a real-time clock, the RPi probably forgets the time every time you start? Which means you must manually set the daye & time OR add a RTC circuit OR use NTP.