26 de septiembre de 2012

Particiones de memoria en Raspberry Pi

Para repartir la memoria de CPU:GPU de la Raspberry Pi tenemos las siguientes opciones:
  • 3D y descodificación de vídeo (128M ARM, 128M GPU)
# cp /boot/arm128_start.elf /boot/start.elf
  • Por defecto (192M ARM, 64M GPU)
# cp /boot/arm192_start.elf /boot/start.elf
  •  Linux sin 3D y video (224M ARM, 32M GPU)
# cp /boot/arm224_start.elf /boot/start.elf
  • Sin video (240M ARM, 16M GPU)
# cp /boot/arm240_start.elf /boot/start.elf 

Segun nuestras opciones ejecutamos el comando y reiniciamos

# reboot

No hay comentarios: