guowenxue
2026-01-23 bde042d41299f0c2bc296f87e5ce6c588c011331
Update README.md
1 files modified
10 ■■■■ changed files
bsp/yocto/meta-igkboard/README.md 10 ●●●● patch | view | raw | blame | history
bsp/yocto/meta-igkboard/README.md
@@ -133,13 +133,13 @@
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.
* ***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):