XO 1.5 B2: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Split restrictions into hardware and software)
 
(46 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{OLPC}}
{{OLPC}}
[[Hardware#XO_1.5_Laptop|XO-1.5 Laptop]] Beta test model 2 (B-Test 2), also known as B2.
[[Hardware#XO-1.5_Laptop|XO-1.5 Laptop]] Beta test model 2 (B-Test 2), also known as B2.


== Description ==
== Description ==


The B2 prototypes are complete systems, externally appearing very similar to production XO-1s ([[XO_CL1A|CL1A]]). OLPC should receive a couple hundred of these in September, 2009.
The B2 prototypes were complete systems, externally appearing very similar to production XO-1s ([[XO_CL1A|CL1A]]). OLPC received a couple hundred of these in September, 2009. If you have a pre-production version of an XO-1.5, chances are it is a B2 version.

The B2 version, aside from problems starting up at cold temperatures, and an inability to maintain wireless across suspend/resume, function relatively well and are representative of XO-1.5 production laptops.

The XO-1.5 B2 units used a unique wireless card. While based on the same Marvell 88W8686 chipset as the production WLAN card, it used a completely different pinout from the production version (long story). This means that the WLAN card from a B2 unit can't be used in any other model of laptop, and that later production wireless cards cannot be used with B1 laptops.


== Identification ==
== Identification ==


* Hopefully identical to a production XO-1 with the single touchpad ([[XO_CL1A|CL1A]]), but with:
* Identical externally to a production XO-1 with the single touchpad ([[XO_CL1A|CL1A]]).
* A label in the battery compartment says B-TEST, and the serial number starts with SHC9370.
** green power and screen rotate buttons
** green battery release buttons
* The motherboard has a daughtercard for the WLAN.
* The motherboard has a daughtercard for the WLAN.
* The motherboard has an internal SD slot
* The motherboard has an internal SD slot
* The motherboard is revision D


Photographs:
Photographs:
Line 26: Line 30:
====Obtaining Firmware====
====Obtaining Firmware====


B2 motherboards require a release equal to or later than [http://dev.laptop.org/pub/firmware/q3a10/ Q3A10]. We currently suggest using [http://dev.laptop.org/pub/firmware/q3a11/ Q3A11].
B2 motherboards require a release equal to or later than Q3A10. We currently suggest using Q3A36. There is no current firmware release for B2. Current XO-1.5 firmware releases are not tested on B2.


Check the [[XO 1.5 EC dev changelog]] for information about the latest EC firmware (integrated into the above OFW releases).
Check the [[XO 1.5 EC dev changelog]] for information about the latest EC firmware (integrated into the above OFW releases).
Line 32: Line 36:
====Upgrading Firmware====
====Upgrading Firmware====


See [[upgrading firmware]].
You can upgrade to a different version of firmware by downloading a new firmware image, then:


===Linux===
# Place the firmware image (.rom) on a USB stick
# Ensure that you have both a somewhat charged battery and a DC power source
# Boot the laptop, pressing the escape key ('X' in upper left hand corner of keyboard) within a few seconds after boot to enter [[Open Firmware]].
# Insert the USB stick containing the new firmware into a motherboard USB port
# Type:
flash u:\q3a10.rom


See [[release notes]].
The flash command will fail if the laptop is not connected to external power or doesn't have a battery with reasonable charge inserted. There is a way to force the upgrade without meeting those requirements, but it is not recommended for regular use.


== Hardware Limitations ==
===Linux===


The currently known hardware problems are:
We currently provide a Linux build based on Fedora 11, which allows easy switching between a Sugar and a Gnome desktop.


===Boot Problems at Cold temperatures===
Linux may be installed on the internal microSD card, or on an external SD (or microSD) card. Once installed on a microSD card, it may be
The B2 prototypes do not boot reliably at cold temperatures. This varies on a unit/unit basis, and was fixed by the C2 version. One way to quickly warm up a unit is to charge its battery.
used in either the internal socket or the external port (using an adapter).


====Obtaining Linux====
===Lid switch===
The lid switch is flaky at best, completely non-operational (lid always closed) at worst. Tracked as [http://dev.laptop.org/ticket/9911|ticket #9911]. This is fixed in versions of firmware later than Q3A25.


===Power Draw===
A Linux image for the XO-1.5 is available at [http://dev.laptop.org/~cjb/f11-1.5/os30/os30.img.gz http://dev.laptop.org/~cjb/f11-1.5/os30/os30.img.gz] (for installing from Linux) or [http://dev.laptop.org/~cjb/f11-1.5/os30/os30.zd http://dev.laptop.org/~cjb/f11-1.5/os30/os30.zd] (for installing from OFW). You need os27 or later on a B2, as the DCON is not properly supported in earlier releases.
The B2 DC power input on B2s may reach 34W when running firmware earlier than Q3E15. With later firmware, the power draw is still 29W. There is an [[XO1.5_Power_ECO|ECO which restores the laptop power]] to a 25W limit.


B2s also draw an inordinate amount of power (20mW) from the battery when turned off (and not plugged into a power source). This results in the battery life (with unit off) being rather short.
====Installing from OFW====


===Overheating===
You will need the .zd version of the OS image. Download it, then:
The B2 prototypes have shown a tendency to overheat. We are working on a more respectable solution than simply throttling back the processor. In the meantime, be aware that the laptop may begin to function erratically if it gets too hot. This usually manifests itself as problems reading/writing the internal SD card.
# Place the image on a USB stick, and insert it into a laptop USB port.
# Boot the laptop, pressing the escape key ('X' in upper left hand corner of keyboard) within a few seconds after boot to enter [[Open Firmware]].
# Type:
fs-update u:\os30.zd


Versions of firmware later than q3a13 should automatically throttle the processor in case of overheating. Please let us know if you experience overheating problems running newer firmware.
====Installing from Linux====


The more permanent fix is to reduce power consumption in a few places and re-design the heat spreader to improve contact with the chips.
=====On an XO-1=====
To install a Linux image onto an SD card inserted into an XO-1, you can run:
zcat os30.img.gz > /dev/mmcblk0


=====On an XO-1.5=====
===WLAN and suspend===
Operation of the WLAN across a suspend/resume is not supported on an unmodified B2.
This becomes a little more complicated on an XO-1.5, as there are two SD card slots and Linux doesn't name them consistently. If there are two SD cards found at boot time, the internal SD slot will be /dev/mmcblk0 and the external SD slot will be /dev/mmcblk1. Otherwise, the SD card found at boot will be named /dev/mmcblk0 and the second card inserted will be /dev/mmcblk1.


[[XO1.5_SD_suspend|Test setup]]
== Hardware Limitations ==


There is an [[XO1.5_WLAN_power_ECO|engineering change order (ECO) available]] to correct this.
The currently known hardware problems are:

===DCON Interrupts===

Interrupts from the DCON aren't detected reliably on B2 or earlier prototypes. There is an [[XO1.5_DCONIRQ_ECO|ECO available]]

===EC/Host Interrupts===

Interrupts from the EC to the host are filtered through ACPI. There is an [[XO1.5_ECIRQ_ECO|ECO available]] which simplifies this, and will be applied to later versions.


===Serial Port===
===Serial Port===
Line 81: Line 85:


There is no need to disconnect the camera in order to use the serial port. However, any use of the camera while the serial port is enabled will generate constant spurious serial data and is not recommended.
There is no need to disconnect the camera in order to use the serial port. However, any use of the camera while the serial port is enabled will generate constant spurious serial data and is not recommended.

If the SERIAL_ENABLE jumper is set, the camera in-use LED will remain lit. This will not be fixed ([http://dev.laptop.org/ticket/9385 Trac ticket #9385]).


===LEDs===
===LEDs===
Line 89: Line 95:
* The storage indicator "(*)" -- currently not supported by software, this indicator should show when the system is accessing the internal storage.
* The storage indicator "(*)" -- currently not supported by software, this indicator should show when the system is accessing the internal storage.
* The WLAN indicator "!" -- This blinks when the WLAN is transferring packets.
* The WLAN indicator "!" -- This blinks when the WLAN is transferring packets.

==Software Limitations==

The current Linux build has the following limitations:

* The camera is not supported
* The storage LED is not supported
* Occasional screen glitches
* Occasional black bars in the boot animation


== Documentation ==
== Documentation ==
Line 111: Line 108:
== Followed by ==
== Followed by ==


* [[XO_1.5_C1|C1]]
* [[XO_1.5_B3|B3]]


== Preceded by ==
== Preceded by ==

Latest revision as of 04:06, 2 May 2014

  This page is monitored by the OLPC team.

XO-1.5 Laptop Beta test model 2 (B-Test 2), also known as B2.

Description

The B2 prototypes were complete systems, externally appearing very similar to production XO-1s (CL1A). OLPC received a couple hundred of these in September, 2009. If you have a pre-production version of an XO-1.5, chances are it is a B2 version.

The B2 version, aside from problems starting up at cold temperatures, and an inability to maintain wireless across suspend/resume, function relatively well and are representative of XO-1.5 production laptops.

The XO-1.5 B2 units used a unique wireless card. While based on the same Marvell 88W8686 chipset as the production WLAN card, it used a completely different pinout from the production version (long story). This means that the WLAN card from a B2 unit can't be used in any other model of laptop, and that later production wireless cards cannot be used with B1 laptops.

Identification

  • Identical externally to a production XO-1 with the single touchpad (CL1A).
  • A label in the battery compartment says B-TEST, and the serial number starts with SHC9370.
  • The motherboard has a daughtercard for the WLAN.
  • The motherboard has an internal SD slot
  • The motherboard is revision D

Photographs:

XO 1.5 B1 Annotated Motherboard.png

Software Support

Firmware

XO-1.5 use Q3xxx firmware releases. These will not work on an XO-1.

Obtaining Firmware

B2 motherboards require a release equal to or later than Q3A10. We currently suggest using Q3A36. There is no current firmware release for B2. Current XO-1.5 firmware releases are not tested on B2.

Check the XO 1.5 EC dev changelog for information about the latest EC firmware (integrated into the above OFW releases).

Upgrading Firmware

See upgrading firmware.

Linux

See release notes.

Hardware Limitations

The currently known hardware problems are:

Boot Problems at Cold temperatures

The B2 prototypes do not boot reliably at cold temperatures. This varies on a unit/unit basis, and was fixed by the C2 version. One way to quickly warm up a unit is to charge its battery.

Lid switch

The lid switch is flaky at best, completely non-operational (lid always closed) at worst. Tracked as #9911. This is fixed in versions of firmware later than Q3A25.

Power Draw

The B2 DC power input on B2s may reach 34W when running firmware earlier than Q3E15. With later firmware, the power draw is still 29W. There is an ECO which restores the laptop power to a 25W limit.

B2s also draw an inordinate amount of power (20mW) from the battery when turned off (and not plugged into a power source). This results in the battery life (with unit off) being rather short.

Overheating

The B2 prototypes have shown a tendency to overheat. We are working on a more respectable solution than simply throttling back the processor. In the meantime, be aware that the laptop may begin to function erratically if it gets too hot. This usually manifests itself as problems reading/writing the internal SD card.

Versions of firmware later than q3a13 should automatically throttle the processor in case of overheating. Please let us know if you experience overheating problems running newer firmware.

The more permanent fix is to reduce power consumption in a few places and re-design the heat spreader to improve contact with the chips.

WLAN and suspend

Operation of the WLAN across a suspend/resume is not supported on an unmodified B2.

Test setup

There is an engineering change order (ECO) available to correct this.

DCON Interrupts

Interrupts from the DCON aren't detected reliably on B2 or earlier prototypes. There is an ECO available

EC/Host Interrupts

Interrupts from the EC to the host are filtered through ACPI. There is an ECO available which simplifies this, and will be applied to later versions.

Serial Port

The processor serial port situation on XO-1.5 is not optimal, as it shares pins with the camera interface. There is a connector (J4) located on the upper left hand side of the motherboard for +3.3V RS-232 connection (see the pinout and the connector/jumper locations), but its use must be enabled using a jumper.

To use the serial port you will have to short pins 1 and 3 on the SERIAL ENABLE jumper (JP1). This is located right behind the processor serial port (see the XO-1.5 B2 connector locations). Be aware that there is a test pad located next to the jumper block that erroneously looks like the pin 1 indicator. Pins 1 and 3 are the two pins closest to the memory chips.

There is no need to disconnect the camera in order to use the serial port. However, any use of the camera while the serial port is enabled will generate constant spurious serial data and is not recommended.

If the SERIAL_ENABLE jumper is set, the camera in-use LED will remain lit. This will not be fixed (Trac ticket #9385).

LEDs

There are four LEDs located below the screen. From right to left, they are:

  • The power indicator -- if blinking, indicates that the unit is suspended.
  • The battery indicator -- used to indicate battery charge status.
  • The storage indicator "(*)" -- currently not supported by software, this indicator should show when the system is accessing the internal storage.
  • The WLAN indicator "!" -- This blinks when the WLAN is transferring packets.

Documentation

Supporting documentation for these boards are (in PDF):

Followed by

Preceded by