From 1611b78835d46f256156f37f38d1bf8c412f148b Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 12 Jul 2026 20:48:00 +0800 Subject: [PATCH] Add imx-lf-6.18.20-2.0.0 u-boot and linux kernel patch --- bsp/yocto/meta-igkboard/README.md | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bsp/yocto/meta-igkboard/README.md b/bsp/yocto/meta-igkboard/README.md index c1942b4..3d7a5ff 100644 --- a/bsp/yocto/meta-igkboard/README.md +++ b/bsp/yocto/meta-igkboard/README.md @@ -133,14 +133,14 @@ The bitbake image build gathers all the components required by the image and build in order of the dependency per task. The first build is the toolchain along with the tools required for the components to build. The following command is an example on how to build an image: ```bash -$ bitbake coherent-image-full +$ bitbake yocto-image-full ``` After building, the output system images are located in `tmp/deploy/images/igkboard` : -* ***coherent-image-full-igkboard.wic*** Yocto system image will be flashed into SD card or eMMC. -* ***imx-boot*** Bootloader u-boot image +* ***yocto-image-full.wic*** Yocto system image will be flashed into SD card or eMMC. +* ***imx-boot*** Bootloader u-boot image @@ -151,15 +151,15 @@ After building Yocto BSP, if you want to continue to build the toolchain installer and populate the SDK image, use the following command: ```bash -$ bitbake coherent-image-full -c populate_sdk +$ bitbake yocto-image-full -c populate_sdk ``` -When building finished, you can get the coherent-image-full based SDK at *`tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-coherent-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh`*. Later, if you want to to install the SDK, just run: +When building finished, you can get the yocto-image-full based SDK at *`tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-yocto-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh`*. Later, if you want to to install the SDK, just run: ```bash -$ sudo bash tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-coherent-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh +$ sudo bash tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-yocto-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh NXP i.MX Release Distro SDK installer version 6.1-mickledore ============================================================ Enter target directory for SDK (default: /opt/fsl-imx-wayland-lite/6.1-mickledore): -- Gitblit v1.10.0