Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2022 14:21:42 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        bob prohaska <fbsd@www.zefox.net>
Cc:        freebsd-arm <freebsd-arm@freebsd.org>, freebsd-uboot@freebsd.org
Subject:   Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it
Message-ID:  <6DB88FC9-629C-43E6-9673-32640FC547F7@yahoo.com>
In-Reply-To: <46226720-D867-4AD3-9559-A4365FAC28C4@yahoo.com>
References:  <62A7FD9D-DFAD-46B2-8681-F6EF0E5AC0DE@yahoo.com> <8CB25EDF-704A-4F86-B0D4-40818291C161@yahoo.com> <20220928234341.GA77046@www.zefox.net> <20220929002131.GA77106@www.zefox.net> <197D3C46-063B-4C67-AB1A-A3A072521D7F@yahoo.com> <A8C2BA4E-4520-4B34-9614-DDC4D8BEB097@yahoo.com> <6AA65AE6-41F1-405F-A592-7D641EA4C9CF@yahoo.com> <E3A1C678-8C47-4283-9F9F-4C9011DB8A2B@yahoo.com> <20221001174724.GA98055@www.zefox.net> <ABFDD634-5CB6-4DAE-B4DE-629CE7E4FE06@yahoo.com> <20221001193033.GA98348@www.zefox.net> <46226720-D867-4AD3-9559-A4365FAC28C4@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2022-Oct-1, at 12:58, Mark Millard <marklmi@yahoo.com> wrote:

> . . .
> Given the "no failures to find a boot device",
> I suggest an experiment of (temporarily?)
> reverting to the official rpi_arm64_fragment
> (to disable the U-Boot logging) and seeing how
> it behaves without the extra messages.
> 
> The timing changes from the messages could be
> contributing to some of the behaviors you are
> seeing.

http://nemesis.zefox.com/~fbsd/pelorus_console.txt7_orig_fragment

still shows all the debug output. It did not
avoid the timing changes.

You might need to not use either of:

patch-common_usb__hub.c
patch-common_usb__storage.c

and to disable the LOG_DEBUG and DEBUG lines in:

patch-common_usb.c

via turning them into comments by adding // as
indicated below:

+//#define LOG_DEBUG
+//#define DEBUG

===
Mark Millard
marklmi at yahoo.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6DB88FC9-629C-43E6-9673-32640FC547F7>