IMX93 FRDM board dts files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
git clone https://github.com/nxp-imx-support/meta-imx-frdm.git

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
