Kernel boot failure from my image

I have Colibri iMX7 EVL board and installed linux BSP V2.8 from Toradex Easy installer first time.
when I built (LinuxImage3.0) and loaded image using USB via Toradex Easy Installer I see kernel boot issues as below:
U-Boot 2019.07-rc1 (Jul 17 2019 - 22:48:00 +0000)

CPU: Freescale i.MX7D rev1.3 1000 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 37C
Reset cause: POR
DRAM: 1 GiB
PMIC: RN5T567 LSIVER=0x01 OTPVER=0x0d
MMC: FSL_SDHC: 1, FSL_SDHC: 0
Loading Environment from MMC… OK
Video: 640x480x18
In: serial
Out: serial
Err: serial
Model: Toradex Colibri iMX7 Dual 1GB (eMMC) V1.1A, Serial# 06412391
SEC0: RNG instantiated
Net: FEC0
Hit any key to stop autoboot: 0
Booting from internal eMMC chip…
45377 bytes read in 10 ms (4.3 MiB/s)
5581912 bytes read in 101 ms (52.7 MiB/s)
Kernel image @ 0x81000000 [ 0x000000 - 0x552c58 ]

Flattened Device Tree blob at 82000000

Booting using the fdt blob at 0x82000000
Using Device Tree in place at 82000000, end 8200e140

Starting kernel …

undefined instruction
pc : [<00901c48>] lr : [<805d9838>]
reloc pc : lr : [<47e7b838>]
sp : 80c01f08 ip : 80c01f18 fp : fffff000
r10: abfffe40 r9 : 80c971b8 r8 : 80c08100
r7 : 00000000 r6 : 00000000 r5 : 00000000 r4 : 00000000
r3 : 00000000 r2 : 00000000 r1 : 00000000 r0 : 800001d6
Flags: nZcv IRQs off FIQs off Mode UK6_32
Code: 70e00802 70f00802 71000802 71100802 (71200802)
Resetting CPU …

resetting …

=================
If I download Tezi image from below link and copy into USB & use Toradex easy installer it works.
https://docs.toradex.com/104970-colibri-imx7-dual-1gb-(emmc)-linux-lxde-image-tezi.tar

is LinuxImage3.0 not supported for Colibri iMX7 eMMC board?
Can you please point me the branch name which is supported on this SOM?

Hi

The BSP 3.0b1 has been released for Apalis iMX8QM only. All other SoM types may or may not work when built from that BSP version.

We are working on BSP 2.0b2 which will support all SoM types including the Colibri iMX7 7 Dual 1GB.

Max