Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rockpi4/partitions/es es"

(Created page with "{{rockpi4_header}} {{Languages|rockpi4/partitions}} ROCK Pi 4 > Particiones La imagen oficial del Sistema Operativo de...")
 
 
Line 1: Line 1:
{{rockpi4_header}}
 
 
{{Languages|rockpi4/partitions}}
 
{{Languages|rockpi4/partitions}}
 +
{{rockpi4_header_es}}
  
 
     [[rockpi4/es_es | ROCK Pi 4]] > [[rockpi4/partitions/es_es | Particiones]]
 
     [[rockpi4/es_es | ROCK Pi 4]] > [[rockpi4/partitions/es_es | Particiones]]

Latest revision as of 11:04, 25 May 2019

    ROCK Pi 4 >  Particiones

La imagen oficial del Sistema Operativo del ROCK Pi 4 usa una tabla de partición GPT para Linux y Android.

Particiones de la Imagen Oficial de Linux

| Numero Partición | Desplazamiento | Nombre    | Descripción                |
| ----------- | ------ | ------- | -------------------------- |
| 1           | 32KB   | loader1 | Cargador de primera etapa         |
| 2           | 8MB    | loader2 | Imagen U-boot               |
| 3           | 12MB   | trust   | ATF                        |
| 4           | 16MB   | boot    | Partición del Núcleo, iniciable |
| 5           | 128MB  | rootfs  | Rootfs                     |


Desplazamiento cuando se escribe usando dd

   dd if=idbloader.img   of=/dev/sdx seek=64
   dd if=uboot.img       of=/dev/sdx seek=16384 
   dd if=trust.img       of=/dev/sdx seek=24576 
   dd if=boot.img        of=/dev/sdx seek=32768 
   dd if=rootfs.img      of=/dev/sdx seek=262144