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
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.