1. Home
  2. Knowledge Base
  3. Devices
  4. Installations
  5. Installing PilarOS to Raspberry Pi 3 from Linux

Installing PilarOS to Raspberry Pi 3 from Linux

You can boot your Raspberry Pi 3 using a micro SD card that contains the latest IoTAgent built, PilarOS image. Use the following steps in this topic to create the bootable micro SD card.

What you need to succeed

  • Raspberry Pi 3
  • Micro SD Card (min. 8GB)
  • Linux OS with SD Card Reader

Download and extract the image

  • Download latest IoT-Ignite version suitable for your choice of display port type (HDMI or VGA).

  • Extract the downloaded file with unzip command. Carry the image out.

Example: “unzip Pilaros-N-rpi3_20160927_HDMI_8GB.img.zip”

Writing the image on Micro SD card

Follow these steps to write the image on the Micro SD card.

  1. Insert Micro SD Card into the micro card reader in your PC.
    Attn: This step will format the selected Micro SD Card, and it is irreversible.
  2. Learn the device name of SD Card with fdisk command.
    Example: fdisk -l

  1. Writing the image to the sd card.

Attn: The following command will overwrite the data on the given device unrecoverably so you should select the right device name!

Example: dd if=/home/eozen/Desktop/Pilaros-N-rpi3-20160927_HDMI_8GB.img of=/dev/sdc bs=4096

  1. Wait until it is completed. It may take upto 5 minutes depending on your PC and Micro SD Card.
  2. Execute sync command.

 

  1. Eject Micro SD card.
  2. Insert Micro SD into Raspberry Pi3 device and connect the device to power. Installed image will automatically boot, and PilarOS with IoT Ignite Agent will start. For first time run, this will take approximately 5 minutes.

 

Was this article helpful?

Related Articles