提示 Error: "findtee" not defined 一直开在 Starting kernel

问题遇到的现象和发生背景

SD卡烧录韦东山镜像系统,在飞的核心板上启动出现这个问题。地板是自己画的

用代码块功能插入代码,请勿粘贴截图
U-Boot 2017.03 (Sep 08 2020 - 02:30:40 +0000)

CPU:   Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz)
CPU:   Industrial temperature grade (-40C to 105C) at 31C
Reset cause: POR
Model: Freescale i.MX6 ULL 14x14 EVK Board
Board: MX6ULL 14x14 EVK
DRAM:  512 MiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

Display: TFT7016 (1024x600)
Video: 1024x600x24
In:    serial
Out:   serial
Err:   serial
switch to partitions #0, OK
mmc0 is current device
Net:   No ethernet found.
Normal Boot
Hit any key to stop autoboot:  0
## Error: "findtee" not defined
switch to partitions #0, OK
mmc0 is current device
switch to partitions #0, OK
mmc0 is current device
** Unrecognized filesystem type **
7323480 bytes read in 695 ms (10 MiB/s)
Booting from mmc ...
38072 bytes read in 65 ms (571.3 KiB/s)
Kernel image @ 0x80800000 [ 0x000000 - 0x6fbf58 ]
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
   Using Device Tree in place at 83000000, end 8300c4b7
Modify /soc/aips-bus@02200000/dcp@02280000:status disabled
ft_system_setup for mx6

Starting kernel ...

运行结果及报错内容

上面有提示 Error: "findtee" not defined

一直开在 Starting kernel

我的解答思路和尝试过的方法
我想要达到的结果

启动系统