File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff 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+
2928UART ` ttyS0 ` is accessible by the 6 pin header labeled J1 on the Beaglebone
3029Black. Pin 1 on the cable is the black wire and connects to pin 1 on the board,
3130the 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
4847header pins:
4948
5049![ Wiring Diagram] ( console-rpi3.png )
You can’t perform that action at this time.
0 commit comments