Date: Wed, 18 Dec 2019 21:33:22 -0600 From: Kyle Evans <kevans@freebsd.org> To: bob prohaska <fbsd@www.zefox.net> Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: No suitable SOC memory configuration found. Message-ID: <CACNAnaFTn4974t5VHD40g5NFkWOJXbFcrdQ6c1azFgbCryFiag@mail.gmail.com> In-Reply-To: <20191217221157.GA18825@www.zefox.net> References: <20191217221157.GA18825@www.zefox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 17, 2019 at 4:12 PM bob prohaska <fbsd@www.zefox.net> wrote: > > > After updating 12-stable on a Pi2B with a GENERIC kernel the machine > started to fall into an endless boot cycle, reporting in part: > ..... > iichb1: <BCM2708/2835 BSC controller> mem 0x804000-0x80401f irq 10 on simplebus0 > spi0: <BCM2708/2835 SPI controller> mem 0x204000-0x20401f irq 11 on simplebus0 > spibus0: <OFW SPI bus> on spi0 > bcm_dma0: <BCM2835 DMA Controller> mem 0x7000-0x7fff,0xe05000-0xe05fff irq 12,13,14,15,16,17,18,19,20,21,22,23,24 on simplebus0 > Checking root against brcm,bcm2836 > panic: No suitable SOC memory configuration found. > cpuid = 0 > time = 1 > Uptime: 1s > Automatic reboot in 15 seconds - press a key on the console to abort > ..... > > I don't think it's the kernel, because two other kernels, one in the 11-stable > vintage, do the same thing. I did make some changes to /boot/loader.conf and > would like to try skipping it in a boot to single-user to see what happens. > The changes didn't cause obvious/immediate problems, but I've no better ideas. > > Is there some way let the kernel boot -s without reference to loader.conf? > To circle back to the list, we discovered this board was running legacy dtb that used the old "brcm,bcm2709" root compatible string. r355875 was committed to fix this in head/, and I will MFC it to stable/12 in a day or two. stable/11 doesn't have and will not receive any of the affected code. Thanks! Kyle Evans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaFTn4974t5VHD40g5NFkWOJXbFcrdQ6c1azFgbCryFiag>