summaryrefslogtreecommitdiffstats
path: root/getting-started/footers/porter-footer.md
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-11-10 14:12:08 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2016-11-10 14:15:01 +0200
commite708992ce583f11084de9357e5d1f8765f160b0f (patch)
tree9e9a9a236762764f0859cc4c0f32496a6612da8f /getting-started/footers/porter-footer.md
parentd4ec4803980d217cb69725835afb3fbb7e017300 (diff)
porter-footer.md: Debbuging
Add instructions for connecting USB to Micro-B USB cable to Renesas Porter board for serial debugging. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'getting-started/footers/porter-footer.md')
-rw-r--r--getting-started/footers/porter-footer.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/getting-started/footers/porter-footer.md b/getting-started/footers/porter-footer.md
index b532fd9..6ace0b8 100644
--- a/getting-started/footers/porter-footer.md
+++ b/getting-started/footers/porter-footer.md
@@ -13,7 +13,17 @@ locking=true
#panel-location=none
[output]
-#name=Virtual-1
name=HDMI-A-1
mode=1024x768
+#mode=1920x1080
+#mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
```
+
+# Debugging
+
+It is possible to debug AGL images on Renesas Porter board using USB to Mini-B USB cable. Plug the USB connector of the cable to your computer and use your favorite tool for serial communication. For example on Ubuntu and other Linux distributions you may use screen:
+
+```
+sudo screen /dev/ttyUSB0 38400
+```
+