[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:hardware:arm:gcc_aarch64_cross-compiler [2019/07/16 17:39 (UTC)] – [Copiando el kernel arm64, modulos, y el árbol de dispositivos blobs (DTB)] rrampes:howtos:hardware:arm:gcc_aarch64_cross-compiler [2019/07/16 17:44 (UTC)] – [Copiando el kernel arm64, modulos, y el árbol de dispositivos blobs (DTB)] rramp
Línea 431: Línea 431:
 </code> </code>
  
-If it all looks fine and dandy then the next thing you need to do is delete the old armv7 kernel in the rpi-boot/boot directoryThis old kernel is  named '**kernel7.img**' and to avoid any conflicts with the new arm64 'kernel8.img' you should remove it. +Si todo se ve bien, entonces lo siguiente que necesita hacer es borrar el antiguo kernel armv7 en el directorio rpi-boot/boot. 
 +Este antiguo núcleo se llama '**kernel7.img**' y para evitar cualquier conflicto con el nuevo arm64 'kernel8.img' debería eliminarlo
 <code> <code>
 rm -rf rpi-boot/kernel7.img  rm -rf rpi-boot/kernel7.img 
 </code> </code>
  
 +No debería ser necesario cambiar los archivos config.txt o cmdline.txt. Si estas utilizando un...
 No changes to the config.txt or cmdline.txt file(s) should be necessary. If you are using a recent blootloader/GPU firmware version (i.e. post-September 2016) then nothing else needs to be changed or deleted. The system should boot using all your existing settings. No changes to the config.txt or cmdline.txt file(s) should be necessary. If you are using a recent blootloader/GPU firmware version (i.e. post-September 2016) then nothing else needs to be changed or deleted. The system should boot using all your existing settings.
  
 es:howtos:hardware:arm:gcc_aarch64_cross-compiler ()