Hi,
I’m working with the i.MX 8M Plus processor and would like to download the appropriate SDK for Cortex-A53. I couldn’t find a direct download link on the product page.
Could you please guide me to the correct location or provide the steps to download the SDK for the i.MX 8M Plus?
Regards,
Naveen
Hi, @Naveen_N1
Do you mean Yocto BSP release for i.MX8MP Pluse?
If it is , you need to download the i.MX Yocto Project Linux BSP recipe layers from git hub.
Please refer to UG10164 for more details.
Regards
Daniel
Hi @danielchen,
Thanks for your reply. I followed the mentioned document and downloaded the Yacto project Linux BSP release directory.
I have followed the required steps to build full - image. I am facing bitbake time out error. And attaching the error image for reference.
Used build command: bitbake imx-image-full
Ubuntu version : 22.04
RAM : 16 GB.
Please provide a solution to solve this error. And please suggest is there any another supported SDK for i.m.x 8M plus ?
Regards,
Naveen
Hi @Naveen_N1 :
Yocto BSP is the official supported package.
If you need to build a full version, you need to have 250GB space. at least.
I would suggest first build imx-image-core.
$bitbake imx-image-core
Regards
Daniel