Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it
bob prohaska <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 28, 2022 at 06:03:23PM -0700, Mark Millard wrote: > > We apparently do not have enough output enabled to see the debug > routine's output. We are seeing the printf output. > > There might be a way to set the output message levels while at a > U-Boot prompt, up to the maximum compiled in. But it may also be > that we would need, say, > > CONFIG_LOG_MAX_LEVEL=8 > > instead of the 7 we are now using. > Somewhere I got the idea that 7 was max, but I've replaced CONFIG_LOG_MAX_LEVEL=7 with =8 in rpi_arm64_fragment and recompiled. It didn't make an obvious difference, but you know better what to look for The output is at http://www.zefox.net/~fbsd/rpi3/u-boot/u-boot-fail-level-8 The warning message "...cannot read configuration..." does not appear in the new output and the disk isn't found anyway. That's a bit surprising. I just noticed there's still no log command at the u-boot prompt. IIUC there should be. Maybe another missing config? Thanks for reading! bob prohaska