Linux not booting after cotex-m4 boot on colibri-imx7d

Hi There,

I want to enable the cortex-m4 on colibri-imx7d ,So

I saved the following command in uboot env and saved hello_world.elf in fat file system in mmc.

setenv m4boot 'fatload mmc 0:1 ${loadaddr} hello_world.elf && bootaux ${loadaddr}'
loadaddr=0x80800000

now, the M4 is booting but kernel not booting for cortex-A7. What I am missing ?

Hit any key to stop autoboot:  0

Booting from internal eMMC chip…
168908 bytes read in 16 ms (10.1 MiB/s)

## Starting auxiliary core stack = 0x00000000, pc = 0x1FFF80BD...
46702 bytes read in 13 ms (3.4 MiB/s)
6305648 bytes read in 125 ms (48.1 MiB/s)
Kernel image @ 0x81000000 [ 0x000000 - 0x603770 ]
## Flattened Device Tree blob at 82000000
   Booting using the fdt blob at 0x82000000
   Using Device Tree in place at 82000000, end 8200e66d

Starting kernel ...

Could you please specify Linux image name/version you are using and HW revision of your Colibri module?