XO1.5 Power ECO

From OLPC
Revision as of 23:03, 12 August 2013 by Quozl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The contents of this page are considered outdated and some of the information may be stale. Please use information here with caution, or update it.

Scope

This describes a change to early prototypes of the XO-1.5 motherboard. It fixes an error in power draw on DC power input of the B2 (and earlier) prototypes. Boards without this ECO will work fine with the 36W adapters provided with the laptops, but they will cause overheating when used with the 17W XO-1 power adapters.

This only applies to XO-1.5 B2 phase motherboards.

This solution is flawed, and is superseded by another. Will document ASAP.

Problem Description

CL1B A2 LoadLine.png

The result is that if you heavily load the machine and throw in a completely discharged battery then the B2 XO 1.5 will pull close to 34W. Firmware more recent than Q3A15 should limit this power draw to 29W.

If you try this with on 17W XO-1 adapter bad things happen. At best the overload shutoff kicks in and turns off the adapter but at worst it seems to be possible to run the XO-1 adapter hard for long enough that it fails. The black prototype power supplies that were shipped with the B2's are plenty beefy enough to handle the XO 1.5 B2's so no worries there.

This bug occurred due to some changes wad and Richard made to allow the XO to do MPPT (Maximum Power Point Tracking). This allows the EC to detect that the input power has been exceeded and will dial back the power limit of the charger. This helps when operating on solar panels. The EC in firmware earlier than Q3A16 is constantly enabling maximum power, while the DC input hardware still needs tuning. The load line of a A2 laptop with firmware that doesn't enable maximum power is shown in the top picture to the left.

Procedure

The following resistors need their values changed. All resistors are SMD0402, 1%, and located on the "bottom" side around PU12 (the MB39A129 battery charger controller).

  1. Change PR116 to 270K
  2. Change PR117 to 15K. On a B2, this resistor (and PR120) appear to be unlabelled. They are located immediately below PQ37 and PQ40 (to which they are attached).
  3. Change PR120 to 15K
  4. Change PR144 to 560K
  5. Change PR125 to 22K
The load lines resulting from a slightly different version are shown in the bottom image on the right.
CL1B B2 LoadLine.png
. This version differed in that PR144 was 510K and PR126 was 110K, limiting the peak power.

Testing

You can test the operation of the PWM control circuit using Open Firmware. Type the following command to set the value (in hexadecimal, from 0 to FF) of the power PWM:

value fa01 ec!

For example, to turn off the PWM, type:

0 fa01 ec!

And to set the PWM to constantly on, type:

ff fa01 ec!