Upgrading the firmware: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
How you update the firmware depends on what method you can use and what board type you have.
How you update the firmware depends on what method you can use and what board type you have.


== Finding your current firmware version ==
== BTest ==

The version of the firmware is displayed by OpenFirmware when the laptop boots and prior to loading the kernel. The version number is a series of 5 digits after the text
<code>OpenFirmware CL1</code>
An example would be 'Q2B74'. The last 3 digits of this string (B74) are the most important. The 'B' stands for BTest and indicates the target board for the firmware. We try hard to keep backwards compability so it will (with a few exceptions) run on an ATest board.
The 2 digits are the revision number of that firmware. Higher numbers equal more recent firmware versions.

== BTest Upgrade ==

This is the procedure for B1 and B2 boards. The ATest procedure is [[Upgrading_the_firmware#ATest|here]]
This is the procedure for B1 and B2 boards. The ATest procedure is [[Upgrading_the_firmware#ATest|here]]


- How to find current version.
- Using the auto updater
- Using the auto updater
- Manual upgrade.
- Manual upgrade.
Line 13: Line 20:
- flash
- flash


== ATest ==
== ATest Upgrade ==


[[Category:Developers]]
[[Category:Developers]]

Revision as of 00:12, 3 March 2007

In progress. Rough outline

How you update the firmware depends on what method you can use and what board type you have.

Finding your current firmware version

The version of the firmware is displayed by OpenFirmware when the laptop boots and prior to loading the kernel. The version number is a series of 5 digits after the text OpenFirmware CL1 An example would be 'Q2B74'. The last 3 digits of this string (B74) are the most important. The 'B' stands for BTest and indicates the target board for the firmware. We try hard to keep backwards compability so it will (with a few exceptions) run on an ATest board. The 2 digits are the revision number of that firmware. Higher numbers equal more recent firmware versions.

BTest Upgrade

This is the procedure for B1 and B2 boards. The ATest procedure is here

- Using the auto updater - Manual upgrade. - Insure battery and AC. - put on a key - flash

ATest Upgrade