Has anyone been able to get I.MX8 Linux L4.9.88_2.0.0-ga to build in a standalone environment. Per the "Linux User's Guide" I was able to get the Yocto project to build and install the SDK on the host machine.
I ran the SDK Sh file and it installed successfully in /opt location. I cloned the git repository locally. I setup my environment as shown below:
$ source /opt/fsl-imx-xwayland/4.9.88/environment-setup-aarch64-poky-linux
$ export ARCH=arm64
$ make clean
$ make imx8mq_evk_defconfig
This returns the following error:
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/bin2c
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
***
*** Can't find default configuration "arch/arm64/configs/imx8mq_evk_defconfig"!
***
scripts/kconfig/Makefile:112: recipe for target 'imx8mq_evk_defconfig' failed
make[1]: *** [imx8mq_evk_defconfig] Error 1
Makefile:543: recipe for target 'imx8mq_evk_defconfig' failed
make: *** [imx8mq_evk_defconfig] Error 2
I have not modified the image a bit lost as to why.
imx8mq_evk_defconfig is in u-boot-imx
Do you know the command to configure the make command for the image? The user guide provides the command "make imx_v7_defconfig" for i.mx6 or i.mx7 but has no mention on i.mx8m.
make defconfig