From 82a9d6c5e2b4f4d29fb266678ceb548f6acae623 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 8 Nov 2016 13:43:52 +0200 Subject: raspberrypi.md: Fix syntax for DokuWiki The fix is required to properly export the markdown to dokuwiki using pandoc. Signed-off-by: Leon Anavi --- getting-started/machines/raspberrypi.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'getting-started/machines') 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 -- cgit 1.2.3-korg