summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2016-12-12 11:27:09 +0100
committerRonan <ronan.lemartret@iot.bzh>2016-12-12 11:27:09 +0100
commitf131a943d3154855f9678ad0a28371e08ec005bc (patch)
tree853106e7e5a428de6f473a0aba0df69cdbbaf164
parent264c7036e2d1569b9fc15a150de3eb61a4226ba3 (diff)
fix porter markdown
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
-rw-r--r--getting-started/footers/porter-footer.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/getting-started/footers/porter-footer.md b/getting-started/footers/porter-footer.md
index 6ace0b8..697ff39 100644
--- a/getting-started/footers/porter-footer.md
+++ b/getting-started/footers/porter-footer.md
@@ -1,6 +1,9 @@
## Weston
-If Weston fails to start double check /etc/xdg/weston/weston.ini and verify that the output name and screen resolution matches the configured U-Boot environment, for example on Renesas Porter board rev 1.0 with screen resolution 1024x768:
+If Weston fails to start double check :
+``/etc/xdg/weston/weston.ini``
+and verify that the output name and screen resolution matches the configured U-Boot environment.
+For example on Renesas Porter board rev 1.0 with screen resolution 1024x768:
```
[core]
@@ -19,11 +22,3 @@ mode=1024x768
#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
-```
-