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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

114 次查看
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

标记 (1)
0 项奖励
回复
1 回复

90 次查看
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 项奖励
回复