U-Boot 2022.04
Kernel:5.15.71
I want to implement boot animation in the kernel. 100 pictures are linked in the kernel, resulting in the kernel changing from 30M to 50M. When booting, it was found that the uboot was stuck, indicating that the uboot could not be found
No EFI system partition
BootOrder not defined
EFI boot manager: Cannot load any image
switch to partitions #0, OK
mmc2(part 0) is current device
Scanning mmc 2:1...
62250 bytes read in 2 ms (29.7 MiB/s)
BootOrder not defined
EFI boot manager: Cannot load any image
Hello,
In this case you will have to change the address in uboot and the cma memory.
Regards