I.MX8DXP board bring up

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

I.MX8DXP board bring up

1,375 Views
yellow_huang
Contributor II

Hi,

 

Based on BSP L4.14.98_2.3.3, I have some questions about porting i.MX8DXP SOC.

  1. scfw (v1.3.3) porting kit: no die target in makefile for DXP, only qm/qx/dxl supported. how to build to suit DXP SOC, or just use "qx" for DXP as same as QXP?
  2. linux/u-boot: no machine or configuration for DXP, do I need porting this by myself(reference from imx8qxpc0mek)? or any better suggestion?
  3. MCUXpresso SDK(for CM4): if the part number of DXP is MiMX8DX6AVLFZAC, almost pin-to-pin compatible as MiMX8QX6AVLFZAC(imx8qxpc0mek used), do I need MUST to change this SDK necessarily?

Thanks,

0 Kudos
Reply
1 Reply

1,346 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

1\ You need to use the qx

2\No, you do not need. There are different machine name imx8qxpc0mek imx8dxmek, and uboot configue they are uboot_config_imx8dxmek uboot_config_imx8qxpc0mek

3\ No, But they use different  device tree, On i.MX 8QuadMax and 8QuadXPlus, multiple partitions are supported.
Due to the board design, flash.bin and the DTB need to be matched. If
flash.bin includes the Cortex-M4 partition, use x-rpmsg.dtb.

0 Kudos
Reply