On Tue, 8 Sep 2015 13:43:24 -0700 (PDT), you wrote:
>Hi,
>
>Did anybody find the cause for the restart?
>My BBB has the same problem, my adapter is 5V 2A and there is definitely no
>restart issue with USB power.
>I'm running Debian 3.8.13-bone70.
From what I remember, and I can be quite wrong, it goes something like
this:
USB power is monitored.
With external 5V supply, the processor is fed, but the USB power input
is still monitored. If it is read as being "absent" then the
processor reboots due to a perceived power failure. The power monitor
chip apparently decides that the USB (as in main power) has failed,
shuts the processor down, detects that 5 volts is there, boots the
processor back up.
Some people made a shorting plug that simply shorts USB power to
ground (in which case it was never "up" and is not checked).
You could "ground" it through a 100 ohm resistor in a dummy plug, or
perhaps a 1K resistor from USB VCC to ground. 100 ohms would draw 50
ma when installed on the board and then connected to VCC (10% drain),
and 1K ohms would draw 5 ma (1% power), and might work just as well.
Just what I seem to remember from the discussions.
Harvey