Update 'NOTES.md'
This commit is contained in:
parent
6fe7b1d769
commit
fcf3164cde
12
NOTES.md
12
NOTES.md
|
@ -32,19 +32,21 @@ RPI / GPIO :
|
||||||
<https://www.magdiblog.fr/gpio/gpio-entree-en-matiere/>
|
<https://www.magdiblog.fr/gpio/gpio-entree-en-matiere/>
|
||||||
|
|
||||||
### RPI1 et RPI2
|
### RPI1 et RPI2
|
||||||
Dans le fichier /boot/cmdline.txt :
|
Dans le fichier `/boot/cmdline.txt` :
|
||||||
|
|
||||||
- supprimer :
|
- supprimer :
|
||||||
|
```
|
||||||
console=serial0,115200
|
console=serial0,115200
|
||||||
|
```
|
||||||
- ajouter :
|
- ajouter :
|
||||||
|
```
|
||||||
enable_uart=1
|
enable_uart=1
|
||||||
|
```
|
||||||
### RPI3 et RPI4
|
### RPI3 et RPI4
|
||||||
Dans le fichier /boot/config.txt, ajouter :
|
Dans le fichier `/boot/config.txt`, ajouter :
|
||||||
```
|
```
|
||||||
dtoverlay=pi3-miniuart-bt
|
dtoverlay=pi3-miniuart-bt
|
||||||
```
|
```
|
||||||
Dans le fichier /boot/cmdline.txt, supprimer :
|
Dans le fichier `/boot/cmdline.txt`, supprimer :
|
||||||
```
|
```
|
||||||
console=serial0,115200
|
console=serial0,115200
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue