Freescale / meta-freescale

Layer containing NXP hardware support metadata
Other
174 stars 258 forks source link

Update imx8mm-ddr4-evk.conf #2029

Closed vlaarco closed 1 week ago

vlaarco commented 1 week ago

When changing LPDDR4 to DDR4 in imx8mmevk.conf the build fails.

For example:

MACHINEOVERRIDES =. "imx8mm-lpddr4-evk:" require conf/machine/imx8mm-lpddr4-evk.conf

to

MACHINEOVERRIDES =. "imx8mm-ddr4-evk:" require conf/machine/imx8mm-ddr4-evk.conf

thochstein commented 1 week ago

Hi @vlaarco. I suspect that you should just use imx8mm-lpddr4-evk and imx8mm-ddr4-evk directly. Changing imx8mmevk.conf as you describe is not something we do or recommend.

https://github.com/nxp-imx/meta-imx/blob/scarthgap-6.6.36-2.1.0/meta-imx-bsp/conf/machine/imx8mmevk.conf

otavio commented 1 week ago

Hi @vlaarco. I suspect that you should just use imx8mm-lpddr4-evk and imx8mm-ddr4-evk directly. Changing imx8mmevk.conf as you describe is not something we do or recommend.

https://github.com/nxp-imx/meta-imx/blob/scarthgap-6.6.36-2.1.0/meta-imx-bsp/conf/machine/imx8mmevk.conf

Is my understanding correct that this issue is not to be fixed here? @thochstein

vlaarco commented 1 week ago

Hi @vlaarco. I suspect that you should just use imx8mm-lpddr4-evk and imx8mm-ddr4-evk directly. Changing imx8mmevk.conf as you describe is not something we do or recommend. https://github.com/nxp-imx/meta-imx/blob/scarthgap-6.6.36-2.1.0/meta-imx-bsp/conf/machine/imx8mmevk.conf

Is my understanding correct that this issue is not to be fixed here? @thochstein

Ah yes, I see what my problem is. This fix is no longer required. Please close this PR. Keep up the good work!