Skip to content
Snippets Groups Projects
Verified Commit 61e8245f authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs/seco-intel-b68: Use bmaptool to flash the disk image


This speeds up the flashing process considerably.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent e63fb0b0
No related branches found
No related tags found
No related merge requests found
......@@ -72,13 +72,20 @@ To flash OHOS using USB storage, perform the following steps:
**Prepare OHOS bootable USB**
#. Connect USB storage to your host PC.
1. Connect USB storage to your host PC.
#. Run the following command in your local host:
2. After the image is built, you are ready to burn the generated image onto the
USB storage. We recommend using `bmaptool <https://github.com/intel/bmap-tools>`
and the instructions below will use it. For example, if you are building
allscenarios-image-base run the following command replacing (or defining)
``$DEVNODE`` accordingly:
.. code-block:: console
$ dd if=tmp/deploy/images/seco-intel-b68/allscenarios-image-base-seco-intel-b68.wic of=/dev/sdbX
$ cd tmp/deploy/images/seco-intel-b68
$ bmaptool copy allscenarios-image-base-seco-intel-b68.wic.bz2 $DEVNODE
3. Put the card to the board and turn it on.
**Run OHOS**
......
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