From e97b2d11154612c2bfc570dbe1fc615ef9e1a1a8 Mon Sep 17 00:00:00 2001 From: ARUL DEVARAJAN <arulkumaran.devarajan@huawei.com> Date: Mon, 8 Mar 2021 09:12:02 +0000 Subject: [PATCH] Update seco-imx8mm-c61.rst : Supported Image name updation * Signed-off by: Arul Kumaran <arulkumaran.devarajan@huawei.com> --- supported-boards/seco-imx8mm-c61.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/supported-boards/seco-imx8mm-c61.rst b/supported-boards/seco-imx8mm-c61.rst index 124461b..4790cbf 100644 --- a/supported-boards/seco-imx8mm-c61.rst +++ b/supported-boards/seco-imx8mm-c61.rst @@ -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** -- GitLab