i.m.x 8M Plus linux image build error

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

i.m.x 8M Plus linux image build error

206 Views
Naveen_N1
Contributor II

Hi,

I'm working with i.m.x 8M plus processor, i have followed the required steps to build multimedia image. I am facing bitbake time out error.

followed this below document as reference. And attaching the error image for reference.

 

Used build command: bitbake imx-image-multimedia

Ubuntu version : 22.04

RAM : 16 GB.

Please provide a solution to solve this error.

 

Regards,

Naveen

Tags (1)
0 Kudos
Reply
1 Reply

182 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi,

Below are my suggestions to the error.

Firstly As the size of RAM 16GB, which is not recommended to the Yocto image build. However, you can try to reduce concurrency and ease memory in con/local.conf 

BB_NUMBER_THREADS = "N"

PARALLEL_MAKE = "-j N"

More details, you can refer to here 

Then can check if stale lock files in build directory if so, then remove and restart the build.

 

Regards

Harvey

0 Kudos
Reply