Question regarding OpenBMC crashing and messages of U-Boot SPL Already initialized

Joel Stanley joel at jms.id.au
Thu Feb 6 16:10:30 AEDT 2025


On Mon, 3 Feb 2025 at 11:30, Andrew Jeffery <andrew at codeconstruct.com.au> wrote:
> On Fri, 2025-01-31 at 14:55 -0800, Jeff Johnson wrote:

> > localhost login: root
> > Password:
> > root at localhost:~# BP0c00

The string BP0c00 is from the BMC's bootrom. I forget how to decode
it, so I'm not sure if there is any useful info there, except that we
know the BMC is getting reset.

> U-Boot SPL 2019.04 (Oct 08 2021 - 00:31:50 +0000)
> already initialized,

The SPL knows that DRAM is already up ("already initialized") and is
trying to move to the next stage of booting. It doesn't make it there,
and we see it starting over. We don't see the message from the bootrom
though, so it's not a BMC reset occurring.

Cheers,

Joel


More information about the openbmc mailing list