summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: