Raspberry Pi Network Data

Aleksandr Rybalko ray at freebsd.org
Wed Feb 27 20:51:36 UTC 2013


On Tue, 26 Feb 2013 13:56:43 -0800
Adrian Chadd <adrian at freebsd.org> wrote:

> On 26 February 2013 12:49, Aleksandr Rybalko <ray at freebsd.org> wrote:
> 
> > Hello ARM hackers!
> >
> > Guys, connect please RPi to good, standalone 5V powers supply (1-2A
> > will be enough) instead of USB port of something. That will close
> > most problems, at least Ian's problem :-D
> 
> Sure! But the side question is - can the error handling be improved?
> It's coming/going and that's fine; but can the reattach be made more
> reliable?

It will be very nice, but I have only one idea which may help somehow,
it is check current and voltage on all ports if hub or phy support
that. But there is too much troubles:
* Most embedded devices connect USB +5V line directly to main supply
bus;
* Most controllers have only OVER_CURRENT flag, so you can't calculate
total power consumption or get voltage level on rail;
* We need to know power source parameters.

So we don't know how that consumption affect system as result we have
voltage lower than minimum required in main system (lost bits, then
fault and reboot) or in attached USB device (just device lost).

So I see no way to detect that properly :(

Maybe Hans can give some hints?

> 
> 
> 
> Adrian


-- 
Aleksandr Rybalko <ray at freebsd.org>


More information about the freebsd-arm mailing list