IMX8MQ minimum system compilation (chip model: MIMX8MQ6DVAJZAB)

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

IMX8MQ minimum system compilation (chip model: MIMX8MQ6DVAJZAB)

71 Views
ximenbingmeng
Contributor III

a. We see that the official compilation method for NXP is yocto, so why did the supplier give us uboot kernel、 Is the file system compiled separately through scripts? How is the minimum system implemented? b. If you need to compile a file system, does it have to be done through yocto? c. We are using version 4.14.98, how can we quickly upgrade to version 6.6.3?

0 Kudos
1 Reply

37 Views
jimmychan
NXP TechSupport
NXP TechSupport

There are documentation of BSP. You could download the documents from here:

https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for...

 

You could follow the steps in Yocto User's Guide to build the BSP. The u-boot, kernel and the rootfs will be built by Yocto and the images will be in the deploy folder after building success.

 

For the details about how to porting your custom board to the BSP, please read the i.MX Porting Guide.

https://www.nxp.com.cn/docs/en/user-guide/IMX_PORTING_GUIDE.pdf

 

0 Kudos