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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

117件の閲覧回数
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 返信

93件の閲覧回数
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 件の賞賛
返信