Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:quick_start_guide [2014/09/04 14:04]
admin [What you need]
en:quick_start_guide [2015/02/15 10:43]
nico
Line 6: Line 6:
   * A Raspberry pi, Model B   * A Raspberry pi, Model B
   * An SD Card, We recommend an 2GB class 10 SD card (class 4 can be broken much more quickly)   * An SD Card, We recommend an 2GB class 10 SD card (class 4 can be broken much more quickly)
-  * Download the latest official calaos image for raspberrypi :[[http://calaos.fr/download/calaos-os/raspberrypi/]]+  * Download the latest official calaos image for raspberrypi :[[http://www.calaos.fr/download/stable/calaos-os/raspberrypi/]]
  
 ====== Creating the SD card with calaos os ======  ====== Creating the SD card with calaos os ====== 
 +
 +
 === Linux === === Linux ===
 Launch a terminal and go in the directory where you download the calaos os image. Launch a terminal and go in the directory where you download the calaos os image.
  
    $ cd ~/Downloads    $ cd ~/Downloads
-   $ tar xvf calaos-image-raspberrypi-2014-04-28.tar.xz+   $ tar xvf calaos-image-raspberrypi-v2.0.tar.xz --strip=10
  
 Insert the sdcard into the sdcard reader of your PC. Insert the sdcard into the sdcard reader of your PC.
-You need to know what's the device created by linux when the card is inserted. The device name is something like /dev/sdX or /dev/mmcblkX.+You need to know which device was created by linux when the card was inserted. The device name is something like /dev/sdX or /dev/mmcblkX.
 To know the exact name use the following command : To know the exact name use the following command :
  
Line 48: Line 50:
 No sdcard must appears in the resulting list. No sdcard must appears in the resulting list.
  
-Let's now copy the **calaos os** on the sdcard+Let's now copy **calaos os** on the sdcard
  
-   sudo dd if=calaos-image-raspberrypi-2014-04-28.sdimg of=/dev/mmcblk0 +   sudo dd if=calaos-image-raspberrypi-v2.0-20150214101639.rootfs.rpi-sdimg of=/dev/mmcblk0
- +
-Once the operation is terminated, you can remove the sdcard, and insert it in the Raspberry pi.+
  
 +Once the operation is completed, you can remove the sdcard, and insert it in the Raspberry pi.
  
 === Macos === === Macos ===
  
-You can use ApplePi-Baker. It's a free utility tha allows you to write an image to the sdcard.+You can use ApplePi-Baker. It's a free utility that allows you to write an image to the sdcard.
 It can be download here : [[http://www.tweaking4all.com/downloads/raspberrypi/ApplePi-Baker.zip]] It can be download here : [[http://www.tweaking4all.com/downloads/raspberrypi/ApplePi-Baker.zip]]
 +
  
 === Windows === === Windows ===
Line 65: Line 67:
 ====== Connecting to the Rpi ======  ====== Connecting to the Rpi ====== 
  
-When you boot the raspberrypi, the network is configure to use dhcp, so you need to know what's the address the dhcp server give you. Or if you are using MacOS or Linux, you may try to connect to it with : +When you boot your raspberrypi, the network is configured to use dhcp, so you need to know what IP address the DHCP server gave to the Pi. Or if you are using MacOS or Linux, you may try to connect to it with : 
  
    ssh root@rasberrypi    ssh root@rasberrypi
Line 102: Line 104:
 Calaos Installer is an application for Linux, Macos X and Windows. Calaos Installer is an application for Linux, Macos X and Windows.
 You can download it here : TBD You can download it here : TBD
-