You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pikvm/pages/flashing_os.md

58 lines
2.7 KiB
Markdown

4 years ago
# Flashing the OS image
Download the appropriate memory card image from https://pikvm.org/download.html. Select it based on the board, platform, and the video capture device you are using. For example: choose **v2-hdmi-rpi4.img.bz2** for Raspberry Pi 4 with HDMI-to-CSI capture bridge.
Note: right now, pre-compiled images are only available for the Raspberry Pi 4. In all other cases, you will need to build the operating system yourself. But don't worry, it's [very simple](building_os.md).
## Using Linux CLI
Decompress and flash image and follow to the [final steps](#the-final-steps). Be careful when choosing your device path:
4 years ago
```bash
$ bzip2 -d v2-hdmi-rpi4.img.bz2
$ sudo dd if=v2-hdmi-rpi4.img of=/dev/mmcblk0
```
## Using Balena Etcher (Linux, MacOS and Windows)
1. Download and install [Balena Etcher](https://www.balena.io/etcher).
2. Decomress the image using your File Manager. If you don't have an archiver (on Windows for example) - the [7-Zip](https://www.7-zip.org) is a great choice. Please note: Balena Etcher have ability to flash compressed images directly, but it is much slower and the process consumes a huge amount of RAM. We strongly recommend you to decompress the image first.
4 years ago
3. Run Balena Etcher:
4 years ago
<img src="../img/balena-1.png" alt="drawing" height="300"/>
4. Press **Flash from file** and choose the image:
4 years ago
<img src="../img/balena-2.png" alt="drawing" height="300"/>
5. Insert memory card to the card reader. Press **Select target** and choose your memory card:
4 years ago
<img src="../img/balena-3.png" alt="drawing" height="300"/>
6. Press **Flash!** button.
<img src="../img/balena-4.png" alt="drawing" height="300"/>
7. Wait for the finish. If an error occurs during flashing, repeat the process:
4 years ago
<img src="../img/balena-5.png" alt="drawing" height="300"/>
## The final steps
1. When the process is complete, pull out the memory card and insert it into the Raspberry Pi. Turn the power on. Your device will obtain the IP address via DHCP automatically.
2. After power-up, Pi-KVM OS generates unique SSH keys and certificates. Do not turn off the Raspberry Pi until it's fully booted.
4 years ago
3. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@<addr>` with password `root` by default) and HTTPS (try to open in a browser the URL `https://<addr>`, the login `admin` and password `admin` by default). For HTTPS a self-signed certificate is used by default.
4 years ago
4. To change the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`.
4 years ago
5. After installation, we recommend you to update your operating system:
4 years ago
```shell
# rw
# pacman -Syu
# reboot
```
If you have any problems or questions, contact us using Discord: https://discord.gg/bpmXfz5