Skip to content

Commit eac36f2

Browse files
committed
Update docs for rpi3 serial console
1 parent 8990112 commit eac36f2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docTut/Console.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ from:
2121

2222
## Connecting to Device
2323

24-
The console is configured to output to `ttyS0` by default on both the bb and
25-
rpi3.
26-
2724
### bb
2825

26+
The console is configured to output to `ttyS0` by default on the `bb`.
27+
2928
UART `ttyS0` is accessible by the 6 pin header labeled J1 on the Beaglebone
3029
Black. Pin 1 on the cable is the black wire and connects to pin 1 on the board,
3130
the pin with the white dot next to it.
@@ -37,14 +36,14 @@ connected.
3736

3837
### rpi3
3938

40-
By default, the rpi3 will use HDMI for the console. To override and use `ttyS0`
41-
you need to modify your `faninit.props` (make sure to run `fan studs asm`
42-
after):
39+
By default, the rpi3 will use HDMI for the console. To override and use
40+
`ttyAMA0` you need to modify your `faninit.props` (make sure to run `fan studs
41+
asm` after):
4342

4443
# Override the controlling terminal (ttyAMA0, tty1, etc.)
45-
tty.console=ttyS0
44+
tty.console=ttyAMA0
4645

47-
Then the cable can be connected to UART `ttyS0` via the GND, RXD, and TXD
46+
Then the cable can be connected to UART `ttyAMA0` via the GND, RXD, and TXD
4847
header pins:
4948

5049
![Wiring Diagram](console-rpi3.png)

0 commit comments

Comments
 (0)