Installation on the Raspberry Pi 3 Mini-PC from the system image
1. Download the intraHouse system image for Raspberry Pi 3
You can download the intraHouse Lite image for Raspberry Pi in the Download section
Note: After installation, the system works in English. To switch to Russian, you need to select Russian in the System Settings (lower left button with tools) in the Localization / Language section. After that reboot the system.
2. Write the intraHouse system image to the SD card
The procedure for writing to the SD card on computers with a Linux operating system
1. Create a tmp folder:
mkdir /home/username/tmp
2. Copy the name.zip file to the folder /home/username/tmp/:
cp name.zip /home/username/tmp/
3. Insert a new SD card into the computer (via the adapter)
4. Find out the address of the memory card in the system and the numbers of its partitions
sudo fdisk -l
5. Unmount all partitions of the memory card
sudo umount /dev/sdbX for all partitions X
6. Obtain the rights of the superuser
sudo su
7. Write an image to the SD card
gunzip -c /home/username/tmp/name.zip | dd of=/dev/sdb
Now wait. The operation does not output anything to the console.
8. After the write is completed, remove the SD card from the computer.
The procedure for writing to the SD card on computers with OS X operating system
1. Unpack the archive file name.zip in the name.img file, where name is the name of the image.
2. Insert the memory card into the computer memory card slot.
3. Check the name of the mounted disk
diskutil list
4. Unmount the disk
diskutil unmountDisk /dev/diskX , where diskX is the name of the connected card. For example – disk2
5. Go to the working folder with the image and write the image to the SD card
sudo dd bs=1m if=name.img of=/dev/diskX ,where name is the name of the image
6. Unmount the disk after the write is completed
diskutil unmountDisk /dev/diskX
The procedure for writing to the SD card on computers with the Windows operating system
1. Unpack the archive file name.zip in the name.img file, where name is the name of the image.
2. Insert the memory card into the computer memory card slot.
3. Run the Win32DiskImager program. If there is no program, install by link
4. In ‘Image File’, specify the path to the ‘name.img’ image file.
5. In Device, select the address of the installed memory card.
6. Click ‘Write’.
7. The message ‘Complete. Write Successful ‘ is displayed when complete. Click ‘OK’ and ‘Exit’.
8. Before removing the SD card from the computer, definitely make a safe removal of the device.
3. Configure the operating system
1. Insert the SD card with the recorded image into the Raspberry Pi Mini-PC and turn on the power.
2. Login the system by ssh (login: pi, password: raspberry)
ssh pi@xxx.xxx.xxx.xxx ,где xxx.xxx.xxx.xxx – IP address of the Raspberry Pi Mini-PC in your local network.
3. Run the raspi-config utility
sudo raspi-config
The following settings are recommended:
– Extend the size of the file system to the size of the SD-card (Advanced Options / Expand Filesystem)
– Set your time zone (Localization Options / Change Timezone)
Important! For security reasons, we strongly recommend changing the default password (raspberry) to your own.
Note: You can use any network scanners to determine the IP address of the Raspberry Pi Mini-PC on your local network.
For Android smartphones, we use the Fing – Network Tools application.