From 5e8f91071483cfb3b6e287c11dab660dcda4f1f3 Mon Sep 17 00:00:00 2001 From: mbo18 Date: Sun, 10 Feb 2019 23:35:21 +0100 Subject: [PATCH] Documentation: Tinker eMMC --- Documentation/boards/tinker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/boards/tinker.md b/Documentation/boards/tinker.md index a4ef75769..f8025684b 100644 --- a/Documentation/boards/tinker.md +++ b/Documentation/boards/tinker.md @@ -7,11 +7,11 @@ Supported Hardware: | Tinker RK3288 | tinker | | Tinker S RK3288 | tinker | -## EMMC +## eMMC -Actual we support only SD cards. The support for EMMC will follow. +eMMC support is provided transparently. Just flash the image to the eMMC by connecting your Tinker Board S to your PC via Micro-USB. ## Serial console -For access to terminal over serial console, add `console=ttyS2,115200` to `cmdline.txt`. GPIO pins are: 34 = GND / 32 = UART TXD / 33 = UART RXD. +To access the terminal over serial console, add `console=ttyS2,115200` to `cmdline.txt`. GPIO pins are: 34 = GND / 32 = UART TXD / 33 = UART RXD.