Dear NXP,
I have some question as follows:
(1) Which one is the default defconfig used on imx8mplus platform.
Is it git\arch\arm64\configs\imx_v8_defconfig ?
(2)
I want to add a new defconfig. E.g
git\arch\arm64\configs\srg_imx8mp_defconfig
Which command should I use ,and can apply srg_imx8mp_defconfig
Make ARCH=arm64 CROSS_COMPILE .....srg_imx8mp_defconfig
Dear NXP,
(1) make mrproper
(2) make ARCH=arm64 defconfig
(3) bitbake linux-imx -f -c compile
(4) bitbake linux-imx -f -c deploy
(5) Please refer to the pictures and the fail message appears
Please help fix this issue .