mirror of https://github.com/arendst/Tasmota.git
Added hint for /dev/ttyAMA0, if bluetooth is off or on miniuart.
parent
c1efa3c654
commit
3fd01b24f6
|
@ -17,7 +17,7 @@ _Note: Use the correct serial connection as per your version of the Raspberry Pi
|
|||
|
||||
| Device | Serial Connection |
|
||||
| ------------- |---------------|
|
||||
| RaspberryPi 1/2 | /dev/ttyAMA0 |
|
||||
| RaspberryPi 1/2/3 (BT disabled or miniuart) | /dev/ttyAMA0 |
|
||||
| RaspberryPi 3 | /dev/ttyS0 |
|
||||
|
||||
`sudo systemctl stop serial-getty@ttyS0.service`
|
||||
|
@ -36,6 +36,11 @@ _Note: Use the correct serial connection as per your version of the Raspberry Pi
|
|||
-> add the line (at the bottom):
|
||||
`enable_uart=1`
|
||||
|
||||
Please note following overlays setting port to `/dev/ttyAMA0`
|
||||
|
||||
* `pi3-miniuart-bt`
|
||||
* `pi3-disable-bt`
|
||||
|
||||
4. Reboot your Pi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue