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/>
|
||||
|
||||
### RPI1 et RPI2
|
||||
Dans le fichier /boot/cmdline.txt :
|
||||
|
||||
Dans le fichier `/boot/cmdline.txt` :
|
||||
- supprimer :
|
||||
```
|
||||
console=serial0,115200
|
||||
```
|
||||
- ajouter :
|
||||
```
|
||||
enable_uart=1
|
||||
|
||||
```
|
||||
### RPI3 et RPI4
|
||||
Dans le fichier /boot/config.txt, ajouter :
|
||||
Dans le fichier `/boot/config.txt`, ajouter :
|
||||
```
|
||||
dtoverlay=pi3-miniuart-bt
|
||||
```
|
||||
Dans le fichier /boot/cmdline.txt, supprimer :
|
||||
Dans le fichier `/boot/cmdline.txt`, supprimer :
|
||||
```
|
||||
console=serial0,115200
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue