You are on page 1of 2

Uboot

Enter Diagnostics Mode


['q'uick/'n'ormal(default)/e'x'tended(manufacturing mode)] ..... 0
Diagnostics Mode - NORMAL
<DIAGS> Memory Data Bus Test ... PASSED
<DIAGS> Memory Address Bus Test ... PASSED
<DIAGS> Flash ID Test - Flash Bank 1 ... PASSED
<DIAGS> PHY #0 R/W Test ... PASSED
<DIAGS> PHY #0 Link Status ... PASSED
<DIAGS> ETHERNET PHY #0, Internal Loopback Test ... PASSED
Host in ON, Skipping HOST-based tests
Initializing
I2C......................................................Done
I2C Probe Test
Main Board
Bus Device Description Address Result
==== ======================================== ======= ======
1 PS/FB/SSD/DB MUX - PCA9546 (U11505) 0xE0 Passed
1 MB IMON Ctrl - PCA9554A (U12109) 0x70 Passed
2 MR MUX - PCA9548 (U11011) 0xE0 Passed
2 MB GPIO 0 - PCA9555 (U25) 0x40 Passed
Disk Backplane
Bus Device Description Address Result
==== ======================================== ======= ======
1 DB FRUID - AT24C64 (U6) 0xA4 Passed
1 DB AMI SGPIO - MG9073 (U10) 0xC0 Passed
1 DB GPIO - PCA9554A (U7) 0x72 Passed
<DIAGS> I2C Probe Test ... PASSED
<DIAGS> Testing RTC ... PASSED
checking for abnormal reboots: 0:0.
Booting linux in 3 seconds...

Preboot> diag help


test_all - Run all Tests
test_bootflash - Boot Flash Test Commands
test_ethernet - Ethernet PHY Test Commands
test_fb_leds - Tests fan board leds
test_fbf_leds - Tests fan board fail leds only
test_hostmem - Test SPD content of RISER DIMM's
test_i2c_busses - Test I2C Busses
test_i2cprobe - Test I2C Probe
test_mb_leds - Tests main board leds
test_memory - Memory Test Commands
test_pb - Tests various push buttons
test_riser_leds - Tests riser board leds
test_rtc - Diagnostics Tests for RTC DS1338
test_ssd_leds - Tests ssd leds
test_usb11 - USB 1.1 Test Commands
test_usb20 - USB 2.0 Test Commands
test_watchdog - Probe WATCHDOG Addresses
util_bootflash - Boot Flash Utility Commands
util_ethernet - Ethernt PHY Utility Commands
util_hostmem - Test VPD content of DIMM's
util_memory - Memory Utility Commands
Preboot> diag util_hostmem
**** Unknown argument ****
Usage:
util_hostmem - Test VPD content of DIMM's
-with 'dump', <RISER> & <DIMM> dump raw contents
-with 'fmt' , <RISER> & <DIMM> dump formatted contents
-with 'readall' <RISER & <DIMM> dumps all 256 bytes of SPD
-with 'present' (<RISER> & <DIMM>)/all dumps DIMM presence status
-with 'writedata' <RISER> <DIMM> <Address> <Data> write data to
address
<RISER> - RISER Number (0-1)
<DIMM> - DIMM Number(0-8)
<Address> - 0x0 to 0xFF
<Data> - 0x0 to 0xFF
****Example****
To Check DIMM presence - util_hostmem present all
To Print RISER 0/DIMM 0 SPD info - util_hostmem fmt 0 0

Preboot> diag util_pwrcpld


**** Unknown argument ****
Usage:
util_pwrcpld - PowerCPLD Utility Commands
-version - Displays PowerCPLD version
****Example****
To get PowerCPLD version - util_pwrcpld version

Preboot> diag util_pwrcpld version


Version - 1.3

Preboot> diag test_pwrcpld


**** Unknown argument ****
Usage:
test_pwrcpld - PowerCPLD Test Commands
-version - Checks for correct PowerCPLD version
****Example****
To test PowerCPLD version - test_pwrcpld version

Preboot> diag test_pwrcpld version


<DIAGS> Testing PowerCPLD version ... PASSED
Preboot>

You might also like