diff options
author | Walt Miner <wminer@linuxfoundation.org> | 2017-04-26 08:03:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 08:03:09 -0500 |
commit | 4e9dc8be544e2a107d35860d1a9852e16d60cc03 (patch) | |
tree | f8d0f26c234a8183d4efd0cb545a2a5fc99760ba /getting-started/machines | |
parent | f518f73e6d081f0fe6468449c9f1c91259f5274f (diff) | |
parent | 3072d763f22d76aa5caef4636ffef2835b14155d (diff) |
Merge pull request #50 from leon-anavi/master
Update Raspberry Pi docs and fix format to export valid docuwiki for AGL wiki
Diffstat (limited to 'getting-started/machines')
-rw-r--r-- | getting-started/machines/raspberrypi.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |