Power-On Self Tests in U-Boot for T1042RDB

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

Power-On Self Tests in U-Boot for T1042RDB

956 Views
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?

0 Kudos
1 Reply

892 Views
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 Kudos