I built the kernel with poky-linux cross compiler and I got Image, Image.gz, install.sh, Makefile and dts in arch/arm64/boot of HOST PC.
But I don't know how to do next. I want to install the cross-compiled kernel to target board from host pc.
The target board is booted from internal eMMC.
Do I copies the all files to /boot directory of target board and do 'make install' or else?
I don't know how to adjust it properly.
Additionally, I wonder that the RGMII version of imx8mq-evk. Is it higer than v2.0?
Hello CHOLzee,
Download the latest yocto BSP documentation, you can build the uboot, dtb, and kernel separately, it comes with the toolchain for crosscompiling, and yes the RGMII is higher than 2.0.
Regards