mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #61 from M5oul/patch-23
Update install_on_cubieboard.md
This commit is contained in:
commit
838059e272
1 changed files with 4 additions and 4 deletions
|
@ -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).*
|
||||
#### *If you need help during one of these steps, do not hesitate to use [our support tools](/support).*
|
||||
|
|
Loading…
Add table
Reference in a new issue