From b98b9ba03fc1ccec400cad21eb048a78718635d5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 11 Aug 2020 01:54:15 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index a127f5a..3a535a2 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -7,8 +7,8 @@ Note: right now, pre-compiled images are only available for the Raspberry Pi 4. ## Using Linux CLI Decompress and flash image and follow to the [final steps](#the-final-steps). Be careful when choosing your device path: ```bash -$ bzip2 -d v2-hdmi-rpi4.img.bz2 -$ sudo dd if=v2-hdmi-rpi4.img of=/dev/mmcblk0 +# bzip2 -d v2-hdmi-rpi4.img.bz2 +# dd if=v2-hdmi-rpi4.img of=/dev/mmcblkX ```