Time and Data not counting while RTC battery is used

I have a Jetson ORIN NX, when powering off the device and powering it on again the clock remain the same like if the clock now is 4 PM and I powered off the device and power it on again in the next day at 8 AM, the clock is still 4 PM knowing that there is no internet connection to the device.

I got the devoce from Seed reComputer J4012, the board has an RTC Socket for the battery CR1220, I have got the battery and insert it to the socket and nothing happened.

What do I need to do in order to keep the time counting in jetson while it powered off and not power cable is connected to it.

Thank you

Hi,

Please first run this to check what RTC source the device is using:

ls -l /dev/rtc

If it shows rtc1, then follow this post to make it use rtc0:

the post, has been followed and it as bee changed to rtc0. However the time still the same after turning off and turning on the device.

how to do a patch to set default rtc to rtc0 (PSEQ_RTC)?

and thank you

If it’s already rtc0 now, that means all software changes are done, and please check your hardware setup.

The command shows rtc0, the time still the same after turning off and turning on the device.


Ask the vendor as it sounds like a hardware issue.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.