BIC cold-reboot issue
MouchenHung-QUANTA opened this issue · 4 comments
Hi @rainlinWW,
We recently encountered an BIC reboot issue. Host would hang-up while sending cold-reboot command(0x06,0x02). Have you seen this problem before?
Thanks,
Mouchen
It's a known issue that BIC will fail to bypass host console to BMC after cold reset.
Could you help to check if host ssh still works after cold reset on your side?
Thanks,
Rain
Hi @rainlinWW,
Well, host still works after cold reset command via ssh method. That means no problem with host.
So, does this known issue already got solution?
Thanks,
Mouchen
Aspeed system warm reset default setting is SOC reset, and system cold reset is full chip reset.
BIC would do full chip reset before modifying cold reset command reset type.
Full chip reset would cause SUART disabled between BIC and host, and BMC can't connect to host through SOL after cold reset.
We modify cold reset command reset type from full chip reset to SOC reset.
34644de