IMX93 FRDM board dts files

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

IMX93 FRDM board dts files

249 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
13 Replies

235 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

228 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

216 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

190 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

179 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

169 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

128 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

107 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

95 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

54 Views
Et_MM
Contributor II

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.

 

0 Kudos
Reply

46 Views
Chavira
NXP TechSupport
NXP TechSupport

HI @Et_MM!

 

Apparently your network connection is not stable, I can see the network sign in notification.

 

 

0 Kudos
Reply

28 Views
Et_MM
Contributor II

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.

72 Views
Et_MM
Contributor II

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.

 

 

0 Kudos
Reply