From 4f57aba3b7d8b0e4c9c2561c989852e96ec2c913 Mon Sep 17 00:00:00 2001 From: Kristijonas Ciulcinskas <kristijonas.ciulcinskas@huawei.com> Date: Wed, 20 Jul 2022 10:40:00 +0200 Subject: [PATCH] raspberrypi4.rst flash image name fix Signed-off-by: Kristijonas Ciulcinskas <kristijonas.ciulcinskas@huawei.com> --- docs/hardware-support/boards/raspberrypi4.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware-support/boards/raspberrypi4.rst b/docs/hardware-support/boards/raspberrypi4.rst index 8c5760d7..c424c37b 100644 --- a/docs/hardware-support/boards/raspberrypi4.rst +++ b/docs/hardware-support/boards/raspberrypi4.rst @@ -84,7 +84,7 @@ Linux image can be found in ``build-oniro-linux-raspberrypi4-64/tmp/deploy/images/$MACHINE/``. The key file which is needed to flash into the SD card is - ``oniro-image-base-raspberrypi4-64.wic.bz2``. + ``oniro-image-base-raspberrypi4-64.wic.gz``. Flashing |main_project_name| Linux image **************************************** @@ -104,7 +104,7 @@ describes booting the board with an SD card option. .. code-block:: console $ cd tmp/deploy/images/raspberrypi4-64 - $ bmaptool copy oniro-image-base-raspberrypi4-64.wic.bz2 $DEVNODE + $ bmaptool copy oniro-image-base-raspberrypi4-64.wic.gz $DEVNODE 2. Put the card to the board and turn it on. -- GitLab