diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-08 13:43:52 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-08 13:49:15 +0200 |
commit | 82a9d6c5e2b4f4d29fb266678ceb548f6acae623 (patch) | |
tree | d650c1d371a946b88621877cc1f1951f8ebf22f9 /getting-started/machines/raspberrypi.md | |
parent | 93367bbf66fb0e3c443cf79807f84573505abbba (diff) |
raspberrypi.md: Fix syntax for DokuWiki
The fix is required to properly export the
markdown to dokuwiki using pandoc.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'getting-started/machines/raspberrypi.md')
-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 |