Excellent, glad I could help.
Gadgetguy wrote:However this experience seems to emphasize that when using operating systems that incorporate the new firmware with low voltage warning that the new B+ model will be less tolerant of low voltage than the original model B.
Not necessairly. It's not a matter of being more or less tolerant of low voltages. The pi requires 5v PERIOD. If your particular B continued to work at a low voltage, that's not a good thing. It just means it was waiting to crash at the most inconvenient time.
Gadgetguy wrote:Perhaps the importance of not only power supplies but also usb cables should be re-emphasized to users of the new B+, who I have noted have been reporting boot and usb problems .
It's one of the first things I advise people to check when they're having pi problems. However, the USB problems people report are much more likely to be caused by out of date firmware.
Gadgetguy wrote:Perhaps a database of " good " cables can be added to the RPI Linux hardware site.
These lists are terrible. If such a list existed and you wanted to contribute to it, it's likely that a week ago you would've put your 'bad' cable down as 'good'. People also tend to misappropriate blame and are likely to say a good cable is bad. Just take a look at the working/non-working sd card list... It's not accurate at all. The rule of thumb is that if you bought the cheapest thing on ebay or from poundland... it just can't be good. Copper costs money, so they just make the wire itself very thin and use thicker plastic, to give the impression of quality.
The sure way to get a supply and cable that's good enough is to buy something like this
http://swag.raspberrypi.org/products/ra ... wer-supply
Pimoroni and adafruit are also good places to buy pi stuff from.
Gadgetguy wrote:Since this undervoltage problem did not manifest itself in an obvious way to us dullards who ignore flickering leds is there a way to circumvent not only the warning pixel but also the subsequent shutdown? Why did the B+ not shutdown with the pre-warning builds? Note I tried without success inserting " avoid_warnings=1 " in config.txt Does it harm the Pi to run it undervoltage?
Why would you want to circumvent it? It's there for a reason. The pi did not shut down before because operating on low voltages gives very unpredictable behaviour. Expect network trouble, random freezing, resetting, poor performance and sd corruption and everything in between. It's not bad for the pi itself, it's just bad in general.