From 3fb0328c3b1cd31c53d119858030c891f5e3a321 Mon Sep 17 00:00:00 2001
From: M5oul <ma.azimi@laposte.net>
Date: Sun, 18 May 2014 10:33:55 +0200
Subject: [PATCH] Update install_on_cubieboard.md

Rpi -> CB
---
 install_on_cubieboard.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install_on_cubieboard.md b/install_on_cubieboard.md
index f62f273a..e4f5d0fe 100644
--- a/install_on_cubieboard.md
+++ b/install_on_cubieboard.md
@@ -15,7 +15,7 @@
 #### On Windows
 * Download and install **[Win32 Disk Imager](http://sourceforge.net/projects/win32diskimager/)**
 * Plug your µ-SD card in
-* Copy the `raspberry-latest.img` file to your µ-SD card using Win32 Disk Imager.
+* Copy the `CubieBoard_image.img` file to your µ-SD card using Win32 Disk Imager.
 
 #### On GNU/Linux, BSD or Mac OS X
 * Open a terminal
@@ -31,10 +31,10 @@ It should be `/dev/diskN`, where `N` is a number, or `/dev/sdX`, where `X` is a
 * Copy the image by typing:
 
 ```bash
-sudo dd bs=1M if=/path/to/your/raspberry-latest.img of=/your/device/name
+sudo dd bs=1M if=/path/to/your/CubieBoard_image.img of=/your/device/name
 ```
 
-Do not forget to change `/path/to/your/raspberry-latest.img` and `/your/device/name` with the appropriate values.
+Do not forget to change `/path/to/your/CubieBoard_image.img` and `/your/device/name` with the appropriate values.
 
 The command may take a few minutes.
 
@@ -96,4 +96,4 @@ The operation may take a few minutes, then confirm the package upgrade and wait
 
 ---
 
-#### *If you need help during one of these steps, do not hesitate to use [our support tools](/support).* 
\ No newline at end of file
+#### *If you need help during one of these steps, do not hesitate to use [our support tools](/support).*