From bf3246bb806e151e51243a5fd952f8000826abd3 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 17 Oct 2021 08:20:15 +0300 Subject: [PATCH] fixed image name --- docs/flashing_os.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/flashing_os.md b/docs/flashing_os.md index e8e59b6f..2339d41a 100644 --- a/docs/flashing_os.md +++ b/docs/flashing_os.md @@ -8,12 +8,12 @@ Download the appropriate SD card image. Select it based on the board, platform, and the video capture device you are using: -* [**PiKVM v3 HAT (Raspberry Pi 4)**](https://files.pikvm.org/images/v3-hdmi-rpi4.img.bz2) - [*sha1*](https://files.pikvm.org/images/v3-hdmi-rpi4.img.bz2.sha1) +* [**PiKVM v3 HAT (Raspberry Pi 4)**](https://files.pikvm.org/images/v3-hdmi-rpi4-latest.img.bz2) - [*sha1*](https://files.pikvm.org/images/v3-hdmi-rpi4-latest.img.bz2.sha1) * **DIY - Raspberry Pi 4, v2 platform:** - * [For HDMI-CSI bridge](https://files.pikvm.org/images/v2-hdmi-rpi4.img.bz2) - [*sha1*](https://files.pikvm.org/images/v2-hdmi-rpi4.img.bz2.sha1) - * [For HDMI-USB dongle](https://files.pikvm.org/images/v2-hdmiusb-rpi4.img.bz2) - [*sha1*](https://files.pikvm.org/images/v2-hdmiusb-rpi4.img.bz2.sha1) + * [For HDMI-CSI bridge](https://files.pikvm.org/images/v2-hdmi-rpi4-latest.img.bz2) - [*sha1*](https://files.pikvm.org/images/v2-hdmi-rpi4-latest.img.bz2.sha1) + * [For HDMI-USB dongle](https://files.pikvm.org/images/v2-hdmiusb-rpi4-latest.img.bz2) - [*sha1*](https://files.pikvm.org/images/v2-hdmiusb-rpi4-latest.img.bz2.sha1) * **DIY - Raspberry Pi ZeroW, v2 platform:** - * [For HDMI-CSI bridge](https://files.pikvm.org/images/v2-hdmi-zerow.img.bz2) - [*sha1*](https://files.pikvm.org/images/v2-hdmi-zerow.img.bz2.sha1) + * [For HDMI-CSI bridge](https://files.pikvm.org/images/v2-hdmi-zerow-latest.img.bz2) - [*sha1*](https://files.pikvm.org/images/v2-hdmi-zerow-latest.img.bz2.sha1) Pre-compiled images are only available for the Raspberry Pi 4 and ZeroW. For all other cases, you will need to build the operating system yourself. But don't worry, it's [very simple](building_os.md). @@ -28,8 +28,8 @@ Pre-compiled images are only available for the Raspberry Pi 4 and ZeroW. For all Decompress and flash the image. Be careful when choosing your device path: ``` -# bzip2 -d v2-hdmi-rpi4.img.bz2 -# dd if=v2-hdmi-rpi4.img of=/dev/mmcblkX +# bzip2 -d v2-hdmi-rpi4-latest.img.bz2 +# dd if=v2-hdmi-rpi4-latest.img of=/dev/mmcblkX ```