IMX93 FRDM board dts files
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
git clone https://github.com/nxp-imx-support/meta-imx-frdm.git

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Et_MM!
Thank you for contacting NXP Support!
You can follow the steps that we provide in this community post.
If you have more inquiries please let me know.
Best Regards!
Chavira
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Thank you for the reply.
I have tried the procedure mentioned in the community but bitbake is giving error. i have tried to rectify it but couldn't. Please go through the attachments shared and suggest me how to clear and go forward.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Et_MM!
I just compiled the SDK by my side without errors.
Maybe the error is due to you are using Ubuntu 24.
We recommend to use Ubuntu 22 for this job.
Best Regards!
Chavira
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Thank you for your reply. I tried this on Ubuntu 20, but during the BitBake execution, the process gets stuck at a certain point, and even my laptop freezes. I have tried multiple times, but it always freezes at the same point (as shown in the image I shared).
Is there a minimum system requirement for this process?

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Et_MM!
Do you have the proper packages to compile?
Essential Yocto Project host packages are:
$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential
chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils
iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file
locales libacl1
Try reducing the cores of the Yocto compilation adding the next lines in local.conf file:
BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"
We recommend 4GB of ram of each core.
Best Regards!
Chavira
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
From beginning itself i have installed the yocto hostage, its already mentioned in the community. In local.conf file i have added the 2 lines and tried but still it is freezing at the same point.
even i tried by adding
BB_NUMBER_THREADS = "2"
PARALLEL_MAKE = "-j 2"
still freezing but at different point comparing to previous. please check the shared image.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Et_MM!
Thank you for contacting NXP Support!
Those packages take too long time to compile, in my VM (16 cores and 64GB of RAM) takes over an a 90 minutes, the full compilation takes up to 5 or 6 hours, the full compilation of sdk can take a entire day to compile if your computer does not have the enough resources.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
I understood what you are telling, but if the stuck issue is resolved then only the bitbake process will be completed. I want solution for this freezing, for that what to do?
Please go through the shared images and clarify whether it is ok for this bitbake process.
Is it because my system doesn't have enough resources it is freezing during bitbake? Is yes please share me what are the needed resources for this.
Again i tried bitbake today and it freezed but after doing some process,i have shared that image too.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @Et_MM!
I understand the problem that you have but I can't do nothing by my side since the problem is your host computer.
Try using another host computer or try using only one thread and one core to compile.
Best Regards!
Chavira
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Do you have any idea about the error seen in the shared image?
I got this error after the system freeze, nearly after two hrs from freeze. please help me with this.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
HI @Et_MM!
Apparently your network connection is not stable, I can see the network sign in notification.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Thank you for the reply.
In that case then i will try with a new system, because there is no network issue after that and the freeze issue still persists.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I have tried with the below config, but still freezing.
BB_NUMBER_THREADS = "1"
PARALLEL_MAKE = "-j 1"
Again i tried with 4 thread and 4 core ,at that time the process was running and freeze at some other point, i kept my system as such for 2 hrs suddenly some logs came (please go through the shared image).
If there is no other solutions then i will try it in another system and will update.
