U-boot config to imx8mn ddr4

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

U-boot config to imx8mn ddr4

1,392件の閲覧回数
arrivederccimamasita
Contributor III

Hi Everyone!

I'm struggling with fsl-image-test compliance for the imx8mnevk development board, with the DRAM version of DDR4.

I am having trouble configuring the u-boot for this type of DRAM.

I have managed to do the uuu load thanks to the precompiled bootloader from the demo images. Even so, I would like to be able to do this configuration from the Yocto recipes, could someone give me some clarification.

I'm using kernel version 5.4.70, any roadmap to address this situation?

Thank you very much

ラベル(3)
0 件の賞賛
返信
3 返答(返信)

1,352件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @arrivederccimamasita !

Please try:

mkdir imx-yocto-bsp

cd imx-yocto-bsp

repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-zeus -m imx-5.4.70-2.3.0.xml

repo sync

 

Now, for the configuration of DDR4:

DISTRO=fsl-imx-xwayland MACHINE=imx8mnddr4evk source imx-setup-release.sh -b linux

 

Then you will be able to build the image with bitbake, for example:

bitbake imx-image-full

 

 

I hope this can help to you.

Best regards!

0 件の賞賛
返信

1,337件の閲覧回数
arrivederccimamasita
Contributor III

Hi @Manuel_Salas 

Thanks for the response,

Unfortunately, I still face some problems compiling imx-boot due to bad deployment for the DDR firmware by the u-boot-imx. 

/tmp/deploy/images/imx8mnddr4evk/ddr4_imem_1d_201810.bin': No such file or directory

 

Some idea for what is going on? Is u-boot-imx not compiling any ddr_firmware at all or is only a deployment failure?

 

Thanks for the response!

 

0 件の賞賛
返信

1,311件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @arrivederccimamasita!

 

Is there some special to do? I would like replicate your issue?

 

What ubuntu version are you using? 

 

Best regards!

0 件の賞賛
返信