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: Fri, 30 Sep 2022 16:53:03 UTC

> Am 30.09.2022 um 18:40 schrieb Klaus Küchemann <maciphone2@googlemail.com>:
> 
> …
> 

well, since you seem to always get a successful drive detection by manually reset USB on the u-boot prompt:

A crude, dirty idea in pseudo-code which would never been accepted as a valid patch , lol :-). :

if ( connectionSpeed==1,5MB) {
usb_hub_port_reset();
}
… or manipulating the delays….

Regards 

Klaus