diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-03-06 10:59:38 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-03-06 11:04:55 +0200 |
commit | 9e314198e85becc8fd11bdfdb784a79081851469 (patch) | |
tree | 55ccb812f4252f8cac57510bee8cf495ccef69de /getting-started | |
parent | 6105a83c04753493c2837f47b1ebb11088d1d260 (diff) |
docs/getting-started: Update Raspberry Pi
Update the Raspberry Pi instuctions and fix a typo.
Bug-AGL: SPEC-461
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'getting-started')
-rw-r--r-- | getting-started/footers/raspberrypi-footer.md | 2 | ||||
-rw-r--r-- | getting-started/machines/raspberrypi.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/getting-started/footers/raspberrypi-footer.md b/getting-started/footers/raspberrypi-footer.md index 99964c8..cb914dc 100644 --- a/getting-started/footers/raspberrypi-footer.md +++ b/getting-started/footers/raspberrypi-footer.md @@ -53,4 +53,4 @@ It is possible to debug AGL images on Raspberry Pi using 3.3V USB to serial cabl sudo screen /dev/ttyUSB0 115200 ``` -Pay attention that the colours of the cable may vary depending on the vendor. If you have USB console cable from Adafruit please have a look [here](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/connect-the-lead). +Pay attention that the colors of the cable may vary depending on the vendor. If you have USB console cable from Adafruit please have a look [here](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/connect-the-lead). diff --git a/getting-started/machines/raspberrypi.md b/getting-started/machines/raspberrypi.md index 4d4185f..19a41ce 100644 --- a/getting-started/machines/raspberrypi.md +++ b/getting-started/machines/raspberrypi.md @@ -28,6 +28,8 @@ Follow the steps below to copy the image to microSD card and to boot it on Raspb * Output Image location in build machine for Raspberry Pi 3: *tmp/deploy/images/raspberrypi3/agl-demo-platform-raspberrypi3.rpi-sdimg* * Unmount the microSD card and after that flash output image to it card with root user: +*Note: the sdimage files can also be named rpi-sdimg-ota in case you have the **"agl-sota"** feature enabled* + ``` sudo umount [sdcard device] sudo dd if=[output image] of=[sdcard device] bs=4M |