Jump to content

Recommended Posts

Posted

Hi,

 

I'm trying to use an external RTC clock (https://www.hardkernel.com/shop/rtc-shield/, battery is good) connected over I2C to wakeup the Odroid HC4 from poweroff (or if not possible from disk-suspend). To my surprise the rtc was already recognised (and also the device tree seems good) and I'm able to communicate with it, read it and set alarms for it. However, whenever I poweroff the device and try to turn on again it does not power on by itself (neither from poweroff, nor from disk suspend).

 

Output from /proc/driver/rtc:

rtc_time	: 19:16:28
rtc_date	: 2023-03-29
alrm_time	: 19:07:00
alrm_date	: 2023-04-29
alarm_IRQ	: no
alrm_pending	: no
update IRQ enabled	: no
periodic IRQ enabled	: no
periodic IRQ frequency	: 1
max user IRQ frequency	: 64
24hr		: yes

 

When setting an alarm using (same result using rtcwake)

echo `date '+%s' -d '+ 5 minutes'` | sudo tee /sys/class/rtc/rtc0/wakealarm

which sets the RTC to the following:

rtc_time	: 19:18:17
rtc_date	: 2023-03-29
alrm_time	: 19:23:00
alrm_date	: 2023-03-29
alarm_IRQ	: yes
alrm_pending	: no
update IRQ enabled	: no
periodic IRQ enabled	: no
periodic IRQ frequency	: 1
max user IRQ frequency	: 64
24hr		: yes

However, after power off (or suspend to disk), the Odroid HC4 does not turn on again.. After powercycling and the following boot, this is what /proc/driver/rtc looks like:

rtc_time	: 19:24:49
rtc_date	: 2023-03-29
alrm_time	: 19:23:00
alrm_date	: 2023-04-29
alarm_IRQ	: no
alrm_pending	: no
update IRQ enabled	: no
periodic IRQ enabled	: no
periodic IRQ frequency	: 1
max user IRQ frequency	: 64
24hr		: yes

which somehow has a wrong alarm date and the alarm_IRQ is no, and no alarm is pending.

 

The OS I'm using is the following:

Linux odroidhc4two 6.1.11-meson64 #23.02.2 SMP PREEMPT Sat Feb 18 00:07:55 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
Armbian 23.02.2 Jammy with Linux 6.1.11-meson64

 

 

Would be nice if someone could help me..

 

Best,

trembel

<

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines