Power Management/lang-es: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 514: Line 514:
[[Image:Olpclogo.png]][[Image:Securedigital.png]][[Image:Laptop.png]][[Image:Network.png]][[Image:Wireless.png]]
[[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:
Si usted presiona una tecla de juego despues de prender (y no tipea "Esc"),la secuencia de boot es:
# Tarjeta de Memoria SD
# SD memory card
# USB mass storage (FLASH Key or disk drive)
# USB mass storage (FLASH Key o disk drive)
# Internal NAND flash
# NAND flash interna
# USB (wired) ethernet
# Ethernet USB (Cableada)
# Wireless network
# Red Wireless
El icono apropiado se muestra una vez que el dispositivo es escaneado.
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]]
[[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.
Cuando OFW carga un archivo de boot de un dispositivo exitosamente, El muestra el icono XO [[Image:Xo1.png]] y ejecuta ese archivo. El icono justo a la izquierda de el XO muestra cual dispositivo fue exitoso.


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.
OFW en OLPC no carga el sistema operativo en un solo paso. En vez de eso, primero carga un archivo llamado "/boot/olpc.fth", que contiene un script ejecutable escrito en el lenguaje de comandos de Open Firmware. El script típicamente sets up argumentos de linea de comando para linux y le dice a OFW que cargue la imagen final del sistema operativo desde otro archivo. Para circunstancias especiales, el script puede hacer otras cosas como realizar actualizaciones del sistema o correr diagnósticos de manufactura.
En el caso normal. Usted vera dos ocurrencias del par de los iconos (Icono del dispositivo, Icono del XO). El primer par muestra una carga exitosa del olpc.fth script, el segundo la carga final del sistema operativo.


El retraso de muchos-segundos que ocurre durante el primer intento de carga desde la NAND FLASH es causado por la necesidad de escanear todo el disposito NAND para poder montar el sistema de ficheros JFFS2. Esta es una bien conocida característica del JFFS2 que no es especifica al firmware.
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 |

Revision as of 03:57, 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