Skip to content
Snippets Groups Projects
Commit e97b2d11 authored by ARUL DEVARAJAN's avatar ARUL DEVARAJAN
Browse files

Update seco-imx8mm-c61.rst : Supported Image name updation

* Signed-off by: Arul Kumaran <arulkumaran.devarajan@huawei.com>
parent 23cf03b1
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Working with the board
Supported image
===============
core-image-base
openharmony-image-base
Building OHOS image
===================
......@@ -41,11 +41,11 @@ Linux image
$ TEMPLATECONF=../sources/meta-ohos/flavours/linux . ./sources/poky/oe-init-build-env build-ohos-linux-seco-imx8mm-c61
2. You will find yourself in the newly created build directory. Call ``bitbake`` to build the image. The supported image is ``core-image-base``.
2. You will find yourself in the newly created build directory. Call ``bitbake`` to build the image. The supported image is ``openharmony-image-base``.
.. code-block:: console
$ MACHINE=seco-imx8mm-c61 bitbake core-image-base
$ MACHINE=seco-imx8mm-c61 bitbake openharmony-image-base
To generate images for eMMC, refer to the following flashing procedure.
......@@ -80,13 +80,13 @@ To flash OHOS using USB to OTG adapter, perform the following steps:
.. code-block:: console
$ gzip -d core-image-base-seco-imx8mm-c61.wic.gz
$ gzip -d openharmony-image-base-seco-imx8mm-c61.wic.gz
#. To write uboot and image(p1:kernel, p2:dtb, rootfs) into c61 mmc via mfgtools:
.. code-block:: console
$ sudo uuu -b emmc_all imx-boot-seco-imx8mm-c61-emmc.bin-flash_evk core-image-base-seco-imx8mm-c61.wic
$ sudo uuu -b emmc_all imx-boot-seco-imx8mm-c61-emmc.bin-flash_evk openharmony-image-base-seco-imx8mm-c61.wic
#. Power ON SBC-C61
#. Remove **CN52 short circuit**
......
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