Skip to content
Snippets Groups Projects
Commit 55162150 authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

docs/hardware-support: Update image filenames


The default compression has been changed from bzip to gz. Update
leftovers accordingly

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 2732add0
No related branches found
No related tags found
1 merge request!212docs/hardware-support: Update image filenames
...@@ -84,7 +84,7 @@ Linux image ...@@ -84,7 +84,7 @@ Linux image
can be found in can be found in
``build-oniro-linux-raspberrypi4-64/tmp/deploy/images/$MACHINE/``. ``build-oniro-linux-raspberrypi4-64/tmp/deploy/images/$MACHINE/``.
The key file which is needed to flash into the SD card is 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 Flashing |main_project_name| Linux image
**************************************** ****************************************
...@@ -104,7 +104,7 @@ describes booting the board with an SD card option. ...@@ -104,7 +104,7 @@ describes booting the board with an SD card option.
.. code-block:: console .. code-block:: console
$ cd tmp/deploy/images/raspberrypi4-64 $ 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. 2. Put the card to the board and turn it on.
......
...@@ -86,7 +86,7 @@ steps: ...@@ -86,7 +86,7 @@ steps:
.. code-block:: console .. code-block:: console
$ cd tmp/deploy/images/seco-intel-b68 $ cd tmp/deploy/images/seco-intel-b68
$ bmaptool copy oniro-image-base-seco-intel-b68.wic.bz2 $DEVNODE $ bmaptool copy oniro-image-base-seco-intel-b68.wic.gz $DEVNODE
3. Put the card to the board and turn it on. 3. Put the card to the board and turn it on.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment