| Ligne 13 : |
Ligne 13 : |
| | # 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" | | # 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" |
| | # Params: | | # Params: |
| − | # i2c_arm Set to "on" to enable the ARM's i2c interface ->> Activer ou non le bus i2c du Raspberry Pi | + | # i2c_arm Set to "on" to enable the ARM's i2c interface |
| | # (default "off") | | # (default "off") |
| | # i2c_vc Set to "on" to enable the i2c interface | | # i2c_vc Set to "on" to enable the i2c interface |
| Ligne 23 : |
Ligne 23 : |
| | # (default "100000") | | # (default "100000") |
| | # i2c_baudrate An alias for i2c_arm_baudrate ->> Un alias pour la vitesse de transmission ARM i2c | | # 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 ->> Paramétrer à "on" pour activer l'interface i2s | + | # i2s Set to "on" to enable the i2s interface |
| | # (default "off") | | # (default "off") |
| − | # spi Set to "on" to enable the spi interfaces ->> Paramétrer à "on" pour activer l'interface spi | + | # spi Set to "on" to enable the spi interfaces |
| | # (default "off") | | # (default "off") |
| − | # act_led_trigger Choose which activity the LED tracks. ->> Changer le feedback offert par la LED (par exemple "heartbeat" fera clignoter la LED au rythme des battements cardiaques) | + | # act_led_trigger Choose which activity the LED tracks. |
| | # Use "heartbeat" for a nice load indicator. | | # Use "heartbeat" for a nice load indicator. |
| | # (default "mmc") | | # (default "mmc") |
| Ligne 37 : |
Ligne 37 : |
| | # (default "16" on a non-Plus board, "47" on a | | # (default "16" on a non-Plus board, "47" on a |
| | # Plus or Pi 2) | | # Plus or Pi 2) |
| − | # N.B. It is recommended to only enable those interfaces that are needed. | + | # 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 corespond à votre configuration matérielle) |
| | # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc | | # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc |
| | # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.) | | # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.) |
| Ligne 46 : |
Ligne 46 : |
| | # and the other i2c baudrate parameters. | | # and the other i2c baudrate parameters. |
| | | | |
| − | #dtparam=i2c_arm=on | + | #dtparam=i2c_arm=on ->> Activer ou non le bus i2c du Raspberry Pi |
| − | #dtparam=i2c_vc=on | + | #dtparam=i2c_vc=on ->> Activer ou non l'interface i2c normalement réservée au processeur vidéo |
| − | #dtparam=i2s=on | + | #dtparam=i2s=on ->> Paramétrer à "on" pour activer l'interface i2s |
| − | #dtparam=spi=on | + | #dtparam=spi=on ->> Paramétrer à "on" pour activer l'interface spi |
| − | #dtparam=act_led_trigger=mmc | + | #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 | + | #dtparam=uart1=off ->> Pour activer ou désactiver la sortie vidéo "basse définition" |
| − | dtoverlay=pi3-disable-bt-overlay | + | dtoverlay=pi3-disable-bt-overlay ->> Activer ou désactiver le bluetooth |
| | | | |
| − | # Uncomment one of these lines to enable an audio interface | + | # Uncomment one of these lines to enable an audio interface ->> Nous allons ici indiquer quelle carte son est installée |
| − | #dtoverlay=hifiberry-dac | + | #dtoverlay=hifiberry-dac ->> Pour la carte HifiBerry DAC |
| − | #dtoverlay=hifiberry-dacplus | + | #dtoverlay=hifiberry-dacplus ->> Pour la carte HifiBerry DAC PLUS |
| − | #dtoverlay=hifiberry-digi | + | #dtoverlay=hifiberry-digi ->> Pour la carte HifiBerry DIGI |
| − | dtoverlay=hifiberry-amp | + | dtoverlay=hifiberry-amp ->> Pour la carte HifiBerry AMP |
| − | #dtoverlay=iqaudio-dac | + | #dtoverlay=iqaudio-dac ->> Pour la carte iQaudio DAC |
| − | #dtoverlay=iqaudio-dacplus | + | #dtoverlay=iqaudio-dacplus ->> Pour la carte iQaudio DAC PLUS |
| | | | |
| | # Uncomment to enable the lirc-rpi module | | # Uncomment to enable the lirc-rpi module |