Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it

From: Klaus_Küchemann <maciphone2_at_googlemail.com>
Date: Tue, 27 Sep 2022 17:58:31 UTC
> Am 27.09.2022 um 18:03 schrieb bob prohaska <fbsd@www.zefox.net>:
> 
> I did look at common/usb.c but it's far from obvious how one
> can turn on the logging feature so as to report more errors
> to the console.

you can add the following to common/usb.c (e.g. insert in line 44):
 
#define DEBUG

--

that should then print out all debug functions inside the usb.c file to the console 
after recompilation of u-boot.

Regards

Klaus