diff options
-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 1fd5f74..4d4185f 100644 --- a/getting-started/machines/raspberrypi.md +++ b/getting-started/machines/raspberrypi.md @@ -27,10 +27,12 @@ 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 2: *tmp/deploy/images/raspberrypi2/agl-demo-platform-raspberrypi2.rpi-sdimg* * 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: + ``` sudo umount [sdcard device] sudo dd if=[output image] of=[sdcard device] bs=4M sync ``` + * Plug your microSD card into Raspberry Pi 2 or 3 and boot the board |