UTStarcom MSG2000 User Manual

Page of 278
Page 12-270
User Manual
Continuous Computing Corporation
FlexPacket ATCA PP50 Packet Processor 
   
Preliminary
Below is an example of how to run the short POST diagnostics on bcm5482 gmac0, 
bcm5482 gmac1, or bcm5482 gmac2 in the XLR boot loader CLI:
a.
From the XLR boot loader CLI, set the following KV keys:
b. Run command “kv_diag –v” to make the key valid.
c.
Run command “kv_diag –c” to ensure the test cases were executed.
d. Run command “kv_diag –e” to execute. See the output below.
e.
Run command “kv_diag –r” to show test result. See the output below.
–l
Lists the available POST items in XLR boot loader
–e
Executes the diagnostic test items currently set in the KV database
–r
Shows the latest diagnostic test result
–n
Shows the diagnostic test error code
PP50-0 $ kv s0_bootmode normal
PP50-0 $ kv s0_test_mask 11100000000000000000000000000000
PP50-0 $ kv_diag -v
key s0_test_mask value = "11100000000000000000000000000000"
PP50-0 $
PP50-0 $ kv_diag -c
Diagnostic boot mode is set as: s0_bootmode  = "normal"
Diagnostic test mask is set as: s0_test_mask  = 
"11100000000000000000000000000000"
PP50-0 $ kv_diag -e
BCM5482 gmac0 aceess success
BCM5482 gmac1 aceess success
BCM5482 gmac2 aceess success
Long post running in 0 units. Press any key to halt...
                POST Diagnostic Test Result
===========================================================
[TEST_CASE]     [MASK_POS]    [ERROR_CODE]    [TEST_RESULT]
      gphy0              0               0             Pass
      gphy1              1               0             Pass
      gphy2              2               0             Pass
PP50-0 $
PP50-0 $ kv_diag -r
                POST Diagnostic Test Result
===========================================================
[TEST_CASE]     [MASK_POS]    [ERROR_CODE]    [TEST_RESULT]
      gphy0              0               0             Pass
      gphy1              1               0             Pass
      gphy2              2               0             Pass
Table 12-6: kv_diag Usage and Options