Power-On Self Tests in U-Boot for T1042RDB

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

Power-On Self Tests in U-Boot for T1042RDB

962件の閲覧回数
pratik_vadher
Contributor II

Hi, I want to run the following POSTs from the U-Boot.

(1) CPU Core Circuitry

(2) CPU Cache Circuitry

(3) System RAM

(4) CPU On-chip I2C bus controller circuitry

 I am currently using SDK 2.0 and am using U-Boot source extracted from it. Could you help me out on how I can configure my Uboot to perform the above POSTs?

タグ(2)
0 件の賞賛
1 返信

898件の閲覧回数
bpe
NXP Employee
NXP Employee

You can find available POST code under post/. The path is from the top
of u-Boot source code directory tree. See the Makefile in that directory
for the options that enable the feature. For more information, see
doc/README.POST

Hope this helps,

Platon

0 件の賞賛