Modifications

Sauter à la navigation Sauter à la recherche
2 251 octets ajoutés ,  25 juillet 2016 à 19:39
aucun résumé de modification
Ligne 7 : Ligne 7 :  
Voici le contenu du fichier par défaut: (expliqué à chaque ligne en Français juste après les ->>)
 
Voici le contenu du fichier par défaut: (expliqué à chaque ligne en Français juste après les ->>)
   −
<div style="border:1px solid grey; font-family: monospace;">
+
<div style="border:1px solid grey; font-family: monospace; font-size:16px">
   −
# Uncomment some or all of these to enable the optional hardware interfaces "->> Retirer le # au début des lignes nécessaires pour que le système les prenne en compte"
+
<nowiki>#</nowiki> Uncomment some or all of these to enable the optional hardware interfaces " <span style="color:green; font-family: sans-serif; font-weight:bold">->> Retirer le # au début des lignes nécessaires pour que le système les prenne en compte"</span>
# Params:
  −
#        i2c_arm                  Set to "on" to enable the ARM's i2c interface
  −
#                                  (default "off")
  −
#        i2c_vc                  Set to "on" to enable the i2c interface
  −
#                                  usually reserved for the VideoCore processor
  −
#                                  (default "off")
  −
#        i2c_arm_baudrate        Set the baudrate of the ARM's i2c interface ->> Vitesse de transmission (débit) du bus i2c ARM
  −
#                                  (default "100000")
  −
#        i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface ->> Vitesse du bus i2c pour le Core Video
  −
#                                  (default "100000")
  −
#        i2c_baudrate            An alias for i2c_arm_baudrate ->> Un alias pour la vitesse de transmission ARM i2c
  −
#        i2s                      Set to "on" to enable the i2s interface
  −
#                                  (default "off")
  −
#        spi                      Set to "on" to enable the spi interfaces
  −
#                                  (default "off")
  −
#        act_led_trigger          Choose which activity the LED tracks.
  −
#                                  Use "heartbeat" for a nice load indicator.
  −
#                                  (default "mmc")
  −
#        act_led_activelow        Set to "on" to invert the sense of the LED ->> En paramétrant sur "on", cela inversera le feedback de la LED
  −
#                                  (default "off")
  −
#        act_led_gpio            Set which GPIO pin to use for the activity LED ->> Activer la LED d'activité du port GPIO ("16" pour un Pi non plus, "47" pour les Plus, Pi2 et Pi3)
  −
#                                  (in case you want to connect it to an external
  −
#                                  device)
  −
#                                  (default "16" on a non-Plus board, "47" on a
  −
#                                  Plus or Pi 2)
  −
#        N.B. It is recommended to only enable those interfaces that are needed.  ->> Il est recommandé de n'activer seulement ce dont vous avez besoin (ou ce qui correspond à votre configuration matérielle)
  −
#        Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  −
#        interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  −
#        Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  −
#        interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  −
#        but deprecated because the ARM/VC assignments differ between board
  −
#        revisions. The same board-specific mapping applies to i2c_baudrate,
  −
#        and the other i2c baudrate parameters.
     −
#dtparam=i2c_arm=on ->> Activer ou non le bus i2c du Raspberry Pi
+
<nowiki>#</nowiki> <b>Params:</b>
#dtparam=i2c_vc=on ->> Activer ou non l'interface i2c normalement réservée au processeur vidéo
  −
#dtparam=i2s=on ->> Paramétrer à "on" pour activer l'interface i2s
  −
#dtparam=spi=on ->> Paramétrer à "on" pour activer l'interface spi
  −
#dtparam=act_led_trigger=mmc ->> Changer le feedback offert par la LED (par exemple "heartbeat" fera clignoter la LED au rythme des battements cardiaques)
     −
#dtparam=uart1=off ->> Pour activer ou désactiver le port serie par défaut sur le GPIO
+
<nowiki>#</nowiki>         i2c_arm                  Set to "on" to enable the ARM's i2c interface (default "off")
dtoverlay=pi3-disable-bt-overlay ->> Activer ou désactiver le bluetooth (sur le Pi3)
     −
# Uncomment one of these lines to enable an audio interface ->> Nous allons ici indiquer quelle carte son est installée
+
<nowiki>#</nowiki>        i2c_vc                  Set to "on" to enable the i2c interface usually reserved for the VideoCore processor (default "off")
#dtoverlay=hifiberry-dac  ->> Pour la carte HifiBerry DAC
  −
#dtoverlay=hifiberry-dacplus  ->> Pour la carte HifiBerry DAC PLUS
  −
#dtoverlay=hifiberry-digi  ->> Pour la carte HifiBerry DIGI PLUS
  −
dtoverlay=hifiberry-amp ->> Pour la carte HifiBerry AMP
  −
#dtoverlay=iqaudio-dac  ->> Pour la carte iQaudio DAC
  −
#dtoverlay=iqaudio-dacplus  ->> Pour la carte iQaudio DAC PLUS
     −
# Uncomment to enable the lirc-rpi module
+
<nowiki>#</nowiki>         i2c_arm_baudrate         Set the baudrate of the ARM's i2c interface <span style="color:green; font-family: sans-serif; font-weight:bold">->> Vitesse de transmission (débit) du bus i2c ARM</span> (default "100000")
# Params: gpio_out_pin            GPIO pin for output (default "17")
  −
#         gpio_in_pin              GPIO pin for input (default "18")
  −
#         gpio_in_pull            Pull up/down/off on the input pin
  −
#                                  (default "down")
  −
#        sense                    Override the IR receive auto-detection logic:
  −
#                                    "1" = force active high
  −
#                                    "0" = force active low
  −
#                                    "-1" = use auto-detection
  −
#                                  (default "-1")
  −
#        softcarrier              Turn the software carrier "on" or "off"
  −
#                                  (default "on")
  −
#        invert                  "on" = invert the output pin (default "off")
  −
#        debug                    "on" = enable additional debug messages
  −
#                                  (default "off")
  −
#dtoverlay=lirc-rpi
  −
#dtparam=gpio_out_pin=17
  −
#dtparam=gpio_in_pin=18
  −
#dtparam=gpio_in_pull=down
     −
# LCD settings
+
<nowiki>#</nowiki>        i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface <span style="color:green; font-family: sans-serif; font-weight:bold">->> Vitesse du bus i2c pour le Core Video</span> (default "100000")
# 180 degrees
  −
lcd_rotate=2
  −
# Normal
  −
#lcd_rotate=0
  −
#dtoverlay=rpi-backlight
  −
#dtoverlay=rpi-ft5406
     −
# Uncomment if you get no picture on HDMI for a default "safe" mode
+
<nowiki>#</nowiki>        i2c_baudrate            An alias for i2c_arm_baudrate <span style="color:green; font-family: sans-serif; font-weight:bold">->> Un alias pour la vitesse de transmission ARM i2c</span>
#hdmi_safe=1 ->> Activer le mode par defaut de l'HDMI afin de ne pas devoir régler les parametres d'affichage et tout laisser par défaut.
     −
# Uncomment this if your display has a black border of unused pixels visible
+
<nowiki>#</nowiki>        i2s    Set to "on" to enable the i2s interface (default "off")
# and your display can output without overscan
  −
#disable_overscan=1
     −
# Uncomment the following to adjust overscan. Use positive numbers if console
+
<nowiki>#</nowiki>        spi    Set to "on" to enable the spi interfaces (default "off")
# goes off screen, and negative if there is too much border
  −
#overscan_left=16
  −
#overscan_right=16
  −
#overscan_top=16
  −
#overscan_bottom=16
     −
# Uncomment to force a console size. By default it will be display's size minus
+
<nowiki>#</nowiki>        act_led_trigger          Choose which activity the LED tracks. Use "heartbeat" for a nice load indicator. (default "mmc")
# overscan.
  −
#framebuffer_width=1280
  −
#framebuffer_height=720
     −
# Uncomment if hdmi display is not detected and composite is being output
+
<nowiki>#</nowiki>        act_led_activelow        Set to "on" to invert the sense of the LED <span style="color:green; font-family: sans-serif; font-weight:bold">->> En paramétrant sur "on", cela inversera le feedback de la LED</span> (default "off")
#hdmi_force_hotplug=1
     −
# Uncomment to force a specific HDMI mode (this will force VGA)
+
<nowiki>#</nowiki>        act_led_gpio            Set which GPIO pin to use for the activity LED <span style="color:green; font-family: sans-serif; font-weight:bold">->> Activer la LED d'activité du port GPIO ("16" pour un Pi non plus, "47" pour les Plus, Pi2 et Pi3)</span> (in case you want to connect it to an external device) (default "16" on a non-Plus board, "47" on a Plus or Pi 2)
#hdmi_group=1
  −
#hdmi_mode=1
     −
# Uncomment to force a HDMI mode rather than DVI. This can make audio work in
+
N.B. It is recommended to only enable those interfaces that are needed. <span style="color:green; font-family: sans-serif; font-weight:bold">->> Il est recommandé de n'activer seulement ce dont vous avez besoin (ou ce qui correspond à votre configuration matérielle)</span>
# DMT (computer monitor) modes
  −
hdmi_drive=2
     −
# Uncomment to set monitor mode to DMT
+
<nowiki>#</nowiki>        Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
#hdmi_group=2
     −
# Uncomment to increase signal to HDMI, if you have interference, blanking, or
+
<nowiki>#</nowiki>        Note also that i2c, i2c_arm and i2c_vc are aliases for the physical interfaces i2c0 and i2c1. Use of the numeric variants is still possible but deprecated because the ARM/VC assignments differ between board revisions. The same board-specific mapping applies to i2c_baudrate, and the other i2c baudrate parameters.
# no display
  −
#config_hdmi_boost=4
     −
# setting the max usb current to 1200mA
+
<nowiki>#</nowiki>dtparam=i2c_arm=on <span style="color:green; font-family: sans-serif; font-weight:bold">->> Activer ou non le bus i2c du Raspberry Pi</span>
max_usb_current=1 ->> Permet le branchement de disques ou périphériques USB gourmands en énergie !
     −
# memory options
+
<nowiki>#</nowiki>dtparam=i2c_vc=on <span style="color:green; font-family: sans-serif; font-weight:bold">->> Activer ou non l'interface i2c normalement réservée au processeur vidéo</span>
gpu_mem=64 ->> mémoire allouée à la vidéo
     −
# Overclocking options
+
<nowiki>#</nowiki>dtparam=i2s=on <span style="color:green; font-family: sans-serif; font-weight:bold">->> Paramétrer à "on" pour activer l'interface i2s</span>
# force_turbo=1
+
 
 +
<nowiki>#</nowiki>dtparam=spi=on <span style="color:green; font-family: sans-serif; font-weight:bold">->> Paramétrer à "on" pour activer l'interface spi</span>
 +
 
 +
<nowiki>#</nowiki>dtparam=act_led_trigger=mmc <span style="color:green; font-family: sans-serif; font-weight:bold">->> Changer le feedback offert par la LED (par exemple "heartbeat" fera clignoter la LED au rythme des battements cardiaques)</span>
 +
 
 +
<nowiki>#</nowiki>dtparam=uart1=off <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour activer ou désactiver le port serie par défaut sur le GPIO</span>
 +
 
 +
<b>dtoverlay=pi3-disable-bt-overlay</b> <span style="color:green; font-family: sans-serif; font-weight:bold">->> Activer ou désactiver le bluetooth (sur le Pi3)</span>
 +
 
 +
<nowiki>#</nowiki> <b>Uncomment one of these lines to enable an audio interface</b> <span style="color:green; font-family: sans-serif; font-weight:bold">->> Nous allons ici indiquer quelle carte son est installée</span>
 +
 
 +
<nowiki>#</nowiki>dtoverlay=hifiberry-dac  <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour la carte HifiBerry DAC</span>
 +
 
 +
<nowiki>#</nowiki>dtoverlay=hifiberry-dacplus  <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour la carte HifiBerry DAC PLUS</span>
 +
 
 +
<nowiki>#</nowiki>dtoverlay=hifiberry-digi  <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour la carte HifiBerry DIGI PLUS</span>
 +
 
 +
<b>dtoverlay=hifiberry-amp</b> <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour la carte HifiBerry AMP</span>
 +
 
 +
<nowiki>#</nowiki>dtoverlay=iqaudio-dac  <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour la carte iQaudio DAC</span>
 +
 
 +
<nowiki>#</nowiki>dtoverlay=iqaudio-dacplus  <span style="color:green; font-family: sans-serif; font-weight:bold">->> Pour la carte iQaudio DAC PLUS</span>
 +
 
 +
<nowiki>#</nowiki> Uncomment to enable the lirc-rpi module
 +
 
 +
<nowiki>#</nowiki> Params: gpio_out_pin GPIO pin for output (default "17")
 +
 
 +
<nowiki>#</nowiki> gpio_in_pin GPIO pin for input (default "18")
 +
 
 +
<nowiki>#</nowiki> gpio_in_pull Pull up/down/off on the input pin (default "down")
 +
 
 +
<nowiki>#</nowiki>sense Override the IR receive auto-detection logic:
 +
 
 +
<nowiki>#</nowiki>      "1" = force active high
 +
 
 +
<nowiki>#</nowiki>      "0" = force active low
 +
 
 +
<nowiki>#</nowiki>      "-1" = use auto-detection (default "-1")
 +
 
 +
<nowiki>#</nowiki>softcarrier Turn the software carrier "on" or "off" (default "on")
 +
 
 +
<nowiki>#</nowiki>invert "on" = invert the output pin (default "off")
 +
 
 +
<nowiki>#</nowiki>debug "on" = enable additional debug messages (default "off")
 +
 
 +
<nowiki>#</nowiki>dtoverlay=lirc-rpi
 +
 
 +
<nowiki>#</nowiki>dtparam=gpio_out_pin=17
 +
 
 +
<nowiki>#</nowiki>dtparam=gpio_in_pin=18
 +
 
 +
<nowiki>#</nowiki>dtparam=gpio_in_pull=down
 +
 
 +
<nowiki>#</nowiki> LCD settings
 +
 
 +
<nowiki>#</nowiki> 180 degrees
 +
 
 +
<b>lcd_rotate=2</b>
 +
 
 +
<nowiki>#</nowiki> Normal
 +
 
 +
<nowiki>#</nowiki>lcd_rotate=0
 +
 
 +
<nowiki>#</nowiki>dtoverlay=rpi-backlight
 +
 
 +
<nowiki>#</nowiki>dtoverlay=rpi-ft5406
 +
 
 +
<nowiki>#</nowiki> Uncomment if you get no picture on HDMI for a default "safe" mode
 +
 
 +
<nowiki>#</nowiki>hdmi_safe=1 <span style="color:green; font-family: sans-serif; font-weight:bold">->> Activer le mode par defaut de l'HDMI afin de ne pas devoir régler les parametres d'affichage et tout laisser par défaut.</span>
 +
 
 +
<nowiki>#</nowiki> Uncomment this if your display has a black border of unused pixels visible
 +
 
 +
<nowiki>#</nowiki> and your display can output without overscan
 +
 
 +
<nowiki>#</nowiki>disable_overscan=1
 +
 
 +
<nowiki>#</nowiki> Uncomment the following to adjust overscan. Use positive numbers if console
 +
 
 +
<nowiki>#</nowiki> goes off screen, and negative if there is too much border
 +
 
 +
<nowiki>#</nowiki>overscan_left=16
 +
 
 +
<nowiki>#</nowiki>overscan_right=16
 +
 
 +
<nowiki>#</nowiki>overscan_top=16
 +
 
 +
<nowiki>#</nowiki>overscan_bottom=16
 +
 
 +
<nowiki>#</nowiki> Uncomment to force a console size. By default it will be display's size minus overscan.
 +
 
 +
<nowiki>#</nowiki>framebuffer_width=1280
 +
 
 +
<nowiki>#</nowiki>framebuffer_height=720
 +
 
 +
<nowiki>#</nowiki> Uncomment if hdmi display is not detected and composite is being output
 +
 
 +
<nowiki>#</nowiki>hdmi_force_hotplug=1
 +
 
 +
<nowiki>#</nowiki> Uncomment to force a specific HDMI mode (this will force VGA)
 +
 
 +
<nowiki>#</nowiki>hdmi_group=1
 +
 
 +
<nowiki>#</nowiki>hdmi_mode=1
 +
 
 +
<nowiki>#</nowiki> Uncomment to force a HDMI mode rather than DVI. This can make audio work in DMT (computer monitor) modes
 +
 
 +
<b>hdmi_drive=2</b>
 +
 
 +
<nowiki>#</nowiki> Uncomment to set monitor mode to DMT
 +
 
 +
<nowiki>#</nowiki>hdmi_group=2
 +
 
 +
<nowiki>#</nowiki> Uncomment to increase signal to HDMI, if you have interference, blanking, or no display
 +
 
 +
<nowiki>#</nowiki>config_hdmi_boost=4
 +
 
 +
<nowiki>#</nowiki> setting the max usb current to 1200mA
 +
 
 +
<b>max_usb_current=1</b> <span style="color:green; font-family: sans-serif; font-weight:bold">->> Permet le branchement de disques ou périphériques USB gourmands en énergie !</span>
 +
 
 +
<nowiki>#</nowiki> memory options
 +
 
 +
<b>gpu_mem=64</b> <span style="color:green; font-family: sans-serif; font-weight:bold">->> mémoire allouée à la vidéo</span>
 +
 
 +
<nowiki>#</nowiki> Overclocking options
 +
 
 +
<nowiki>#</nowiki> force_turbo=1
    
</div>
 
</div>
704

modifications

Menu de navigation