board/riotboard: readme: Update description
authorNikolay Dimitrov <picmaster@mail.bg>
Sat, 18 Apr 2015 14:13:31 +0000 (17:13 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Apr 2015 17:08:28 +0000 (19:08 +0200)
[Thomas: rewrap text.]

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/embest/riotboard/readme.txt

index 8c31bbec4e6d3743f396090ba6645d840c86358d..b7390d0d574e6bc5024bf18a0a550328ae703e8e 100644 (file)
@@ -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