IMX93 evk Machine name missing in Yocto build configuration

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX93 evk Machine name missing in Yocto build configuration

320 次查看
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 

 

 

标签 (1)
0 项奖励
回复
1 回复

309 次查看
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 项奖励
回复