From 9e314198e85becc8fd11bdfdb784a79081851469 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 6 Mar 2017 10:59:38 +0200 Subject: docs/getting-started: Update Raspberry Pi Update the Raspberry Pi instuctions and fix a typo. Bug-AGL: SPEC-461 Signed-off-by: Leon Anavi --- getting-started/machines/raspberrypi.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'getting-started/machines/raspberrypi.md') 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 -- cgit 1.2.3-korg