Hi,
I am new to nxp i am facing problem with building an image for custom board
This the err i am getting while building an image
This is the err i got during building the imageThis is the err i got during building the imageThis is the err i got during building the imageThis is the err i got during building the image
added the custom board dts name in imx8mp_evk.hadded the custom board dts name in imx8mp_evk.hadded the custom board dts name in imx8mp_evk.hadded the custom board dts name in imx8mp_evk.h
How to fix this err?
Did you modify any configuration related with u-boot?
Please run the following command to rebuild u-boot.
$ bitbake u-boot-imx -c cleansstate
$ bitbake u-boot-imx
Hi,
I added the "freescale/imx8mp-evk-delta.dtb \" in variable KERNEL_DEVICETREE:append:use-nxp-bsp in file sources/meta-freescale/conf/machine/imx8mp-lpddr4-evk.conf
i got this erri got this erri got this erri got this err
here i added the dtshere i added the dtshere i added the dtshere i added the dts
i got the err
Please add "freescale/imx8mp-evk-delta.dtb \" in variable KERNEL_DEVICETREE:append:use-nxp-bsp in file sources/meta-freescale/conf/machine/imx8mp-lpddr4-evk.conf
Then run "bitbake virtual/kernel".
This is what i added in the u-boot config
CONFIG_DEFAULT_FDT_FILE="imx8mp-evk-delta.dtb"
u-boot config i added this lineu-boot config i added this lineu-boot config i added this line
After clean and rebuild the u-boot i am getting the same error
Please refer to the following procedure to add and use new dts file in u-boot.
$ bitbake u-boot-imx -c cleansstate
$ bitbake u-boot-imx -c patch
Go to u-boot source code folder tmp/work/imx8mp_lpddr4_evk-poky-linux/u-boot-imx/2024.04/git, please add dts file imx8mp-evk-delta.dts in folder arch/arm/dts/.
Please modify configs/imx8mp_evk_defconfig as the following.
CONFIG_DEFAULT_DEVICE_TREE="imx8mp-evk"
Modify to:
CONFIG_DEFAULT_DEVICE_TREE="imx8mp-evk-delta"
Then rebuild u-boot:
$ bitbake u-boot-imx