<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: imx9352 setting system time does not work in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1871610#M224083</link>
    <description>&lt;P&gt;&lt;BR /&gt;&lt;FONT&gt;Regardless of whether I insert the battery or not, if the time is set to a year before 2023, it will revert to 2023 after a reboot.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;When the system starts, I saw a print message, and I feel it might be related to this setting.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;[ 2.803395] systemd[1]: System time before build time, advancing clock.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 06:07:49 GMT</pubDate>
    <dc:creator>Alexander7</dc:creator>
    <dc:date>2024-05-23T06:07:49Z</dc:date>
    <item>
      <title>imx9352 setting system time does not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1869512#M224000</link>
      <description>&lt;P&gt;When I use the imx9352 with no battery inserted, the power failure reboot system time is in 2023 instead of 1970. When I use hwclock -w to set the time to 2020, the power off reboot system time is in 2023, but hwclock -r views it as 2020.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 06:19:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1869512#M224000</guid>
      <dc:creator>Alexander7</dc:creator>
      <dc:date>2024-05-22T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: imx9352 setting system time does not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1871582#M224080</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hwclock will call rtc driver to set time, how linux read/write time if you don't insert battery?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 05:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1871582#M224080</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-05-23T05:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: imx9352 setting system time does not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1871610#M224083</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;FONT&gt;Regardless of whether I insert the battery or not, if the time is set to a year before 2023, it will revert to 2023 after a reboot.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;When the system starts, I saw a print message, and I feel it might be related to this setting.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;[ 2.803395] systemd[1]: System time before build time, advancing clock.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 06:07:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1871610#M224083</guid>
      <dc:creator>Alexander7</dc:creator>
      <dc:date>2024-05-23T06:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: imx9352 setting system time does not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1874149#M224119</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233704"&gt;@Alexander7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is test log on EVK, please refer this log check your dts setting, the pcf2131 will be registered as rtc1 on EVK board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[    1.201043] bbnsm_rtc 44440000.bbnsm:rtc: registered as rtc0
[    1.207097] bbnsm_rtc 44440000.bbnsm:rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)
[    3.195143] systemd-sysv-generator[176]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    7.794546] rtc-pcf2131-i2c 2-0053: oscillator stop detected, date/time is not reliable
[    7.852340] rtc-pcf2131-i2c 2-0053: registered as rtc1
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 02:18:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx9352-setting-system-time-does-not-work/m-p/1874149#M224119</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-05-24T02:18:43Z</dc:date>
    </item>
  </channel>
</rss>

