LS1043 Power-On Self test RTC failed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1043 Power-On Self test RTC failed

1,702 次查看
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 项奖励
回复
2 回复数

1,651 次查看
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 项奖励
回复

1,701 次查看
nathanguo
Contributor I

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

0 项奖励
回复