Skip to content

Commit e6098d1

Browse files
Merge pull request #139 from ph0nix-foss/patch-1
Add note that MASK switch must be set to OFF
2 parents d8dec9e + c44698b commit e6098d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/documentation/PineTab2/Development/UART_adapter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The USB-C UART adapter can be connected to the PineTab2 to debug boot issues at
1515

1616
* Plug the adapter face-up in the USB-C port furthest away from the power button. If all the lights are lit, you have the wrong port: only the green light should be lit when you first plug it in.
1717
* Plug USB-C cable into the port on the adapter marked "DEBUG" (the other port can be used as a power delivery passthrough so you can charge and debug at the same time)
18+
* Set the 'SD BOOT MASKROM' switch to OFF if no SD card is inserted and you do not plan to boot from an SD card. If the switch is set to ON without an SD card present, the tablet may fail to boot.
1819
* Open a terminal window
1920
* Install _minicom_ or _screen_ via your distribution’s package manager, if you don’t have it installed already
2021
* Connect via minicom using `sudo minicom -D /dev/ttyUSB0 -b 1500000` or via screen using `sudo screen /dev/ttyUSB0 1500000`

0 commit comments

Comments
 (0)