IMX93 evk Machine name missing in Yocto build configuration

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

IMX93 evk Machine name missing in Yocto build configuration

274 Views
Naveen0507
Contributor I

Hi,

i was new to this nxp porting stuff, recently i have ordered the nxp imx93 evk board.

i was trying to setup the build yocto/sdk build env, for the the initial stage in build compilation.

below is the command using for the yocto build config:

DISTRO=<xxxx> MACHINE=<xxxx> source imx-setup-release.sh -b <build-dir>

when i run the "imx-setup-release.sh" file, i could only the below options for imx93 board type
imx93-11x11-lpddr4x-evk
imx93-14x14-lpddr4x-evk
imx93-9x9-lpddr4-qsb

not able to find the imx93-evk machine name.

 

Thanks,

Naveen 

 

 

Labels (1)
0 Kudos
Reply
1 Reply

263 Views
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @Naveen0507 

 

You can go to directory: ~/<yocto build>/sources/meta-imx/meta-imx-bsp/conf/machine

And there run the command ls.

$cd ~/<yocto build>/sources/meta-imx/meta-imx-bsp/conf/machine
$ls

There are located all the arm64 NXP machines, and there is listed the imx93evk.conf.

 

the machine name should be imx93evk.

 

I hope this can helps to you.

 

Best regards.

Salas.

 

0 Kudos
Reply