[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

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
fr:howtos:hardware:arm:raspberrypi [2017/06/26 07:06 (UTC)] desideriusfr:howtos:hardware:arm:raspberrypi [2017/06/26 10:40 (UTC)] desiderius
Ligne 5: Ligne 5:
 Comme il y a beaucoup d'appareils ARM qui arrivent sur le marché, il n'est pas possible de fournir du support pour tous dans la branche principale. Comme il y a beaucoup d'appareils ARM qui arrivent sur le marché, il n'est pas possible de fournir du support pour tous dans la branche principale.
  
-C'est pourquoi le Raspberry Pi est supporté en dehors de la branche principale de Slackware ARM pat le communauté Slackware.+C'est pourquoi le Raspberry Pi est supporté en dehors de la branche principale de Slackware ARM par le communauté Slackware.
  
  
Ligne 11: Ligne 11:
  
  
-Depuis la sortie de Slackware ARM 14.0, il ya eu de nombreux effort de la communauté pour porter Slackware sur l'appareil :+Depuis la sortie de Slackware ARM 14.0, il y a eu de nombreux efforts de la communauté pour porter Slackware sur l'appareil :
  
-Slackware ARM 14.2 is the only available version of Slackware that is officially supported/maintained, that runs on the Raspberry Pi 1. Releases of Slackware ARM greater than version 14.2 are not backwards compatible, since they moved to a hard floating point ABI and has a minimum CPU requirement of ARMv7 The Raspberry Pi 1 only has ARMv6 architecture.+Slackware ARM 14.2 est la seule version disponible qui est officiellement supportée/maintenue et qui tourne sur le Raspberry Pi 1. 
 +Les versions ultérieures à la version 14.2 de Slackware ARM ne sont pas "backwards compatibles" car elles ont migrées vers une interface matérielle ABI flottante et qu'elles nécessitent une version de CPU supérieure ou égale à V7.Le Raspberry Pi 1 n'a qu'une architecture de type ARM V6.
  
-You should follow one of the links in the table below Each is maintained by a separate author as part of the Slackware-on-Raspberry Pi community.+Vous devez suivre un des liens de la table ci-dessousChacun est maintenu par un auteur séparé qui fait parti de la communauté Slackware
  
-^ Site ^ Slackware versions ^ Using official Slackware packages ^ Installation methods ^ Notes ^ 
-| [[http://sarpi.fatdog.nl/|FatDog]] | 14.2 | Yes | Slackware installer | An end-to-end HOW TO guiding you through the installation and setup process. | 
-| [[http://stanleygarvey.com/slackwarearm_rpi/index.php|Stanley Garvey]] | 14.0 | Yes | Slackware installer & pre-made images | Pre-made installed OS images ready to copy to an SD card | 
-| [[http://www.daves-collective.co.uk/raspi/|Dave's Collective]] | 13.37 | Yes | Slackware installer | An excellent set of instructions in order to have Slackware ARM running on your Raspberry Pi. | 
  
 +^ Site ^ Versions de Slackware ^ Utilise les paquets officiels Slackware^ Méthodes d'installation^ Notes ^
 +| [[http://sarpi.fatdog.nl/|FatDog]] | 14.2 | Oui | Installateur Slackware | Un guide complet d'installation et de configuration de bout en bout. |
 +| [[http://stanleygarvey.com/slackwarearm_rpi/index.php|Stanley Garvey]] | 14.0 | Oui | Installateur Slackware & Images précompilées | Images précompilées de l'OS prêtes à être copiées sur une carte SD. |
 +| [[http://www.daves-collective.co.uk/raspi/|Dave's Collective]] | 13.37 | Oui | Installateur Slackware | Un excellent jeu d'instructions pour faire tourner Slackware ARM sur votre Raspberry Pi. |
  
-=== Manual installation method === 
  
-Although the community does its best to keep up with the hardware changes there may be times when the above notes and images are unusable. If this happens you may work around the problem by using a miniroot image and a functional boot partition from some other source (like borrowing them from rasbian). If the kernel is the only issue you can compile your own kernel from sources (see here for a guide on doing that [[http://elinux.org/RPi_Kernel_Compilation]]).+=== Méthode d'installation manuelle ===
  
-Here are the steps involved in setting up a minimal Slackware ARM system from a miniroot image:+Bien que la communauté fasse son maximum pour suivre les changements matériels il peut y avoir des moments où les notes et les images ci-dessus ne sont pas disponibles. Si cela vous arrive, vous pouvez contourner le problème en utilisant une image "miniroot" et une partition fonctionnelle venant d'une autre source (par exemple de Rasbian). Si le noyau est la seule solution, vous pouvez compiler votre propre noyau à partir des sources (regardez  [[http://elinux.org/RPi_Kernel_Compilation]| ici ]] comment faire).
  
-Download the current stable raspbian image from http://www.raspberrypi.org/downloads +Voici les étapes à suivre pour établir un système Slackware ARM minimal à partir d'une image "miniroot": 
-Unzip it and mount the partitions therein via loopback and then put all that is needed in a tarball for later use:+ 
 +Téléchargez l'image courante stable de Raspian sur le site http://www.raspberrypi.org/downloads
 + 
 +Décompressez la et montez les partitions sur place en "loopback" puis mettez tout ce qui est nécessaire dans une archive tar pour plus tard :
  
   root@darkstar:/tmp# fdisk -l 2016-05-10-raspbian-jessie-lite.img   root@darkstar:/tmp# fdisk -l 2016-05-10-raspbian-jessie-lite.img
Ligne 52: Ligne 55:
   root@darkstar:/mnt/hd# tar vcpzf /tmp/raspbian_boot_stuff.tgz boot lib/modules/ lib/firmware opt/vc   root@darkstar:/mnt/hd# tar vcpzf /tmp/raspbian_boot_stuff.tgz boot lib/modules/ lib/firmware opt/vc
  
-Please note the sectors of the beginning of the partitions8192 and 137216. We need to multiply these by 512 to get the byte offset for the loop device setupThis is done by <nowiki>$((8192 * 512))</nowiki> and <nowiki>$((137216 * 512))</nowiki>You will need to change these if the image partitioning scheme changes.\\ + 
-Now partition and format an SD like this: (NB the "fdisk -l" is just to show how I partitioned my SD)+Faites attention aux secteurs de début des partitions 8192 et 137216. Il faut les multiplier par 512 pour avoir le décalage en octets pour la configuration du device "loop"Ceci est fait par <nowiki>$((8192 * 512))</nowiki> et <nowiki>$((137216 * 512))</nowiki>Il faudra modifier ces valeurs si le schéma de partitionnement vient à changer.\\ 
 +Maintenant partitionnez et formattez une carte SD de cette façon : ( NB le "fdisk -l" est juste pour vérifier le partitionnement de ma carte SD)
  
   root@darkstar:~# fdisk  -l -u  /dev/sde   root@darkstar:~# fdisk  -l -u  /dev/sde
 fr:howtos:hardware:arm:raspberrypi ()