IMX93 FRDM board dts files

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

IMX93 FRDM board dts files

156 Views
Et_MM
Contributor II

Hi,

I am working with the i.MX93 FRDM board. To build and run on this board, I cloned the following repository:
             git clone https://github.com/nxp-imx-support/meta-imx-frdm.git
 
However, after cloning, I couldn't find the corresponding DTS files for this board. Instead, I found many patch files.

Can you please help me with the procedure to obtain the DTS files for the i.MX93 FRDM board?
Labels (1)
Tags (1)
0 Kudos
Reply
9 Replies

142 Views
Chavira
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

135 Views
Et_MM
Contributor II

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.

0 Kudos
Reply

123 Views
Chavira
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

97 Views
Et_MM
Contributor II

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?

0 Kudos
Reply

86 Views
Chavira
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

76 Views
Et_MM
Contributor II

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.

0 Kudos
Reply

35 Views
Chavira
NXP TechSupport
NXP TechSupport

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.

 

 

 

0 Kudos
Reply

14 Views
Et_MM
Contributor II

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.

 

0 Kudos
Reply

2 Views
Chavira
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply