Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it
Klaus Küchemann <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
> Am 27.09.2022 um 18:03 schrieb bob prohaska <[email protected]>: > > 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