LS1043 Power-On Self test RTC failed

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1043 Power-On Self test RTC failed

1,290 Views
nathanguo
Contributor I

LS1043 Power-On Self test :

*************

RTC: failed

*************

Some tests FAILED.

--Failure logs--

RTC:expected seconds = 498,actual = 43

ERROR:POST returned 0x80

Mounting boot filesystems....

0 Kudos
Reply
2 Replies

1,239 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could test RTC in Linux.

Please compile Kernel with RTC driver enabled.

yipingwang_0-1682495908449.png

In addition, enable RTC device driver similar as the following.

root@localhost:~# zcat /proc/config.gz | grep CONFIG_RTC_DRV_PCF85363
CONFIG_RTC_DRV_PCF85363=y

In dts, configure RTC similar as the following.

&i2c0 {
status = "okay";
... ...
rtc@68 {
compatible = "pericom,pt7c4338";
reg = <0x68>;
};
rtc@51 {
compatible = "nxp,pcf85263";
reg = <0x51>;
};
};

In Linux OS on the target board.

root@localhost:~# hwclock -s
date
root@localhost:~# date
Mon Jul  1 14:02:39 UTC 2030
0 Kudos
Reply

1,289 Views
nathanguo
Contributor I

Is the chip bro?ken? Is there a solution to this problem

0 Kudos
Reply