summaryrefslogtreecommitdiff
path: root/board/embest
diff options
context:
space:
mode:
authorNikolay Dimitrov <picmaster@mail.bg>2015-04-18 17:13:31 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-18 19:08:28 +0200
commit0f9bee00c3491024ed2775ef12d2850ed6d3d407 (patch)
tree19e6129616f677fe7b2d14424e101ff720b579a3 /board/embest
parent8866bdb1fc38263c5292f9cb8dc09b119f70ceb8 (diff)
board/riotboard: readme: Update description
[Thomas: rewrap text.] Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/embest')
-rw-r--r--board/embest/riotboard/readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/embest/riotboard/readme.txt b/board/embest/riotboard/readme.txt
index 8c31bbec4..b7390d0d5 100644
--- a/board/embest/riotboard/readme.txt
+++ b/board/embest/riotboard/readme.txt
@@ -15,9 +15,9 @@ your SD-card:
sudo dd if=output/images/u-boot.imx of=/dev/sdX bs=1k seek=1
-Create 1 partition on the SD-card using your favourite tool. The partition
-should be big enough to hold your rootfs, for example 128MiB. Here's how an
-example of such partition layout:
+Create 1 partition on the SD-card using your favourite tool. The
+partition should be big enough to hold your rootfs, for example
+128MiB. Here's an example partition layout:
Device Boot Start End Blocks Id System
/dev/sdX1 2048 264191 131072 83 Linux
@@ -30,7 +30,7 @@ Deploy your rootfs to the SD-card:
sudo mkdir /mnt/sdcard/
sudo mount /dev/sdX1 /mnt/sdcard/
-sudo tar xf rootfs.tar -C /mnt/sdcard/
+sudo tar xf output/images/rootfs.tar -C /mnt/sdcard/
sudo umount /dev/sdX1
3. Running buildroot