summaryrefslogtreecommitdiffstats
path: root/getting-started/footers
diff options
context:
space:
mode:
authorStéphane Desneux <stephane.desneux@iot.bzh>2016-11-14 14:57:32 +0100
committerGitHub <noreply@github.com>2016-11-14 14:57:32 +0100
commit995b06f203472d206a13e586dcf9e7b0610d4912 (patch)
tree5a2c2d19694173310d2ef87ae48dbfb79d1c4949 /getting-started/footers
parent7715fd887524c065fdf8e7fda9b7eeaedec5c5b8 (diff)
parent9a2be8550ddd35ffe1fc13d06cead6f703d8dd45 (diff)
Merge pull request #10 from leon-anavi/master
porter-footer.md: Debbuging
Diffstat (limited to 'getting-started/footers')
-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
+```
+