LS1043 Power-On Self test RTC failed

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LS1043 Power-On Self test RTC failed

1,279件の閲覧回数
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,228件の閲覧回数
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,278件の閲覧回数
nathanguo
Contributor I

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

0 件の賞賛
返信