About YOCTO(imx-6.1.22-2.0.0.xml) environment does not have an image flash file!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About YOCTO(imx-6.1.22-2.0.0.xml) environment does not have an image flash file!

547 Views
LDX
Contributor II

I'm new to Yocto development for the NXP i.MX boards,

I am using the following command to build the YOCTO environment.There are no flash files in the tmp/deploy/images/imx8mp lpddr4 evk/  folder, but they were available when I built with imx-5.10.35-2.0.0.xml before. Why is this? Can you help me build YOCTO correctly?

mkdir imx-yocto-bsp
cd imx-yocto-bsp
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.22-2.0.0.xml
repo sync
DISTRO=fsl-imx-xwayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build

bitbake imx-image-full -c populate_sdk

 

LDX_0-1695277732280.png

LDX_2-1695277764618.png

 

Tags (2)
0 Kudos
Reply
2 Replies

492 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi @LDX 

The "populate_sdk" generates a development SDK which mainly includes the tools, toolchain. 

As you have finished the bitbake imx-image-full -c populate_sdk, just to run bitbake imx-image-full then to get the flash file that you need. 

It won't take much time.

 

Best regards

Harvey

0 Kudos
Reply

460 Views
lidongxu
Contributor II
Thank you very much for your help !
I am unable to use the account above, so I cannot accept it as a solution. I am sorry!
0 Kudos
Reply