This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVMK2H: (EVMK2H) Does BMC command "status" have any issue?

Part Number: EVMK2H

Hi,

We have recently purchased EVMK2H.

The details about the board are as follows:

[00:00:43]  BMC>ver
[00:00:43]  Executing command "ver"
[00:00:43]      
[00:00:43]  BMC Version    EVM Type    EVM Superset    EVM Subset    EVM Version    EVM S/N        UCD Ver
[00:00:43]  1.0.2.6        0.0.0.1     K2KH-EVM        XTCIEVMK2X    4.0            109467         A03

$ sudo python bmc_tool.py
[sudo] password for user:
104_A03
78_A03_02
52_A03_03

The board is working fine, however we have one doubt regarding the BMC "status" command.

When the board is up and running, after we issue a "status" command, subsequent "shutdown" and "run" commands seem to be failing.

More details: (BMC of the steps we took)

[00:00:00]  BMC Init Begin
[00:00:00]  BMC Version 1.0.2.6    
[00:00:00]  XTCIEVMK2X
[00:00:00]  4.0
[00:00:00]  S/N: 109467
[00:00:00]  BMC Init Complete
[00:00:00]  Main PWR Start Begin
[00:00:00]  Main PWR Start Complete
[00:00:00]  SOC PWR Start Begin
[00:00:00]  Testing register 0 of clock 1... Passed.
.....  LOT OF DEBUG INFO

......
[00:00:02]  Clock 3
[00:00:02]  Passed
[00:00:02]  SOC PWR Start Complete
[00:00:02]  SOC RST Begin
[00:00:02]  Current BootMode is set to DSP No-Boot
[00:00:02]  SOC RST Complete
[00:00:02]  BOOT COMPLETE   

Now we issue "status" and followed by "shutdown"

[00:08:59]  Executing command "status"
[00:08:59]  Board State      SOC State    DIP SW    SOC GPIO 6 & 7
[00:08:59]  SOC State      SOC Running     0001          00

[00:09:03]  BMC>shutdown
[00:09:03]  Executing command "shutdown"
[00:09:03]  Full Reset Begin
[00:09:03]  Full Reset Complete
[00:09:03]  POR Begin
[00:09:03]  POR Complete
[00:09:03]  SOC PWR Stop Begin
[00:15:20]  BMC>

No further messages come up. That is, "PWR Stop Complete" does not come up...

if we were to issue status again,

[00:15:22]  BMC>status
[00:15:22]  Executing command "status"
[00:15:22]  Board State      SOC State    DIP SW    SOC GPIO 6 & 7
[00:15:22]  SOC State      SOC Running     0001          00

following which we issue "shutdown" again and then BMC stops responding to any commands (other than just replying with the BMC> prompt)

[00:15:32]  BMC>shutdown
[00:15:32]  Executing command "shutdown"
[00:15:39]  BMC>status
[00:15:42]  BMC>status
BMC>

Could you kindly tell if this is to be expected?

Further, the hardware power push button also does not respond once a status command is issued.

Thanks and regards,