summaryrefslogtreecommitdiffstats
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
parent7715fd887524c065fdf8e7fda9b7eeaedec5c5b8 (diff)
parent9a2be8550ddd35ffe1fc13d06cead6f703d8dd45 (diff)
Merge pull request #10 from leon-anavi/master
porter-footer.md: Debbuging
-rw-r--r--getting-started/footers/porter-footer.md12
-rw-r--r--getting-started/machines/porter.md2
2 files changed, 12 insertions, 2 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
+```
+
diff --git a/getting-started/machines/porter.md b/getting-started/machines/porter.md
index 07650da..e987b57 100644
--- a/getting-started/machines/porter.md
+++ b/getting-started/machines/porter.md
@@ -125,7 +125,7 @@ Written by John Gilmore and Jay Fenlason.
```
sudo tar --extract --numeric-owner --preserve-permissions --preserve-order --totals \
- --directory=/tmp/agl --file=agl-demo-platform-porter.tar.bz2
+ --xattrs-include='*' --directory=/tmp/agl --file=agl-demo-platform-porter.tar.bz2
```
* Copy Kernel Image and Device Tree Blob file into the **boot** directory: