Power Management/lang-es: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 496: Line 496:


==Booting==
==Booting==
OFW representa el progreso de booteo con una secuencia de iconos que muestran los dev que el esta tratando de accesar.
OFW representa el progreso de booteo con una secuencia de iconos que muestran los dispositivos que el esta tratando de accesar.


OFW actualmente puede bootear de lso siguientes medios:
OFW actualmente puede bootear de lso siguientes medios:
Line 504: Line 504:
* Ethernet USB (Cableado) (usando protocolos TFTP, NFS, o HTTP)
* Ethernet USB (Cableado) (usando protocolos TFTP, NFS, o HTTP)
* Red Wireless (a través del modo infraestructura o mesh) Vea [http://dev.laptop.org/ticket/1431 Trac 1431] para booteo wireless boot e instalación.
* Red Wireless (a través del modo infraestructura o mesh) Vea [http://dev.laptop.org/ticket/1431 Trac 1431] para booteo wireless boot e instalación.

La secuencia normal de fast-boot - si usted no oprime una tecla de juego después de prender - es:
# Tarjeta de Memoria SD
# NAND flash interna
# Ethernet USB (Cableada)
# Red Wireless
El icono apropiado se muestra una vez que el dispositivo es escaneado.

[[Image:Olpclogo.png]][[Image:Securedigital.png]][[Image:Laptop.png]][[Image:Network.png]][[Image:Wireless.png]]

Si usted presiona una tecla de juegoIf you do press a game key after power on (and do not type "Esc"), the boot sequence is:
# SD memory card
# USB mass storage (FLASH Key or disk drive)
# Internal NAND flash
# USB (wired) ethernet
# Wireless network
The appropriate icon is displayed as the device is scanned.

[[Image:Olpclogo.png]][[Image:Securedigital.png]][[Image:Usbkey.png]][[Image:Laptop.png]][[Image:Network.png]][[Image:Wireless.png]]

When OFW succeeds in loading a boot file from a device, it displays the XO icon [[Image:Xo1.png]] and executes that file. The icon just to the left of the XO shows which device succeeded.

OFW on OLPC does not load the operating system in one step. Instead, it first loads a file named "/boot/olpc.fth", containing an executable script written in the Open Firmware command language. The script typically sets up command line arguments for Linux and tells OFW to load the final operating system image from another file. For special circumstances, the script can do other things such as performing system updates or running manufacturing diagnostics.

In the normal case, you will see two occurrences of the pair of icons (device icon, XO icon). The first pair shows successful loading of the olpc.fth script, the second the final loading of the operating system.

The several-second delay that occurs during the first attempt to load from NAND FLASH is caused by the need to scan the entire NAND device in order to mount the JFFS2 filesystem. This is a well-know characteristic of JFFS2 that is not specific to the firmware.

{{ Translated text |
{{ Translated text |
OFW depicts the booting progress with a sequence of icons showing the devices that it is trying to access.
OFW depicts the booting progress with a sequence of icons showing the devices that it is trying to access.

Revision as of 02:51, 20 May 2007

Administración de Energía

  Esta página está supervisada por el equipo de OLPC.
  Traducción de Power Management original  
  english | español | 日本語 | 한국어   +/- cambios  
This is an on-going translation

XO-1 Especificación de Software