Freescale / u-boot-fslc

U-Boot tree to host pending fixes and improvements
136 stars 182 forks source link

IMX93 hangs in u-boot when trying to start kernel #63

Open Oquirella opened 1 month ago

Oquirella commented 1 month ago

When using the legacy image format or fit-image format on my custom board it hangs:

Bytes transferred = 67072 (10600 hex)

Loading init Ramdisk from Legacy Image at 84400000 ...

Image Name: installer-initramfs-image Created: 2011-04-05 23:00:00 UTC Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 18934174 Bytes = 18.1 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ...

When using the mainline u-boot it works.

I am using the latest release: lf-6.6.36-2.1.0

otavio commented 1 month ago

Do you have a way for us to reproduce that?

I'm not sure I understand. You are saying that the IMX fork fails and the mainline works?

Oquirella commented 1 month ago

I just get the kernel initrd and dtb through tftp and then start them using booti, then it hangs. And yes indeed, the IMX fork fails and the mainline works.

otavio commented 1 month ago

What are the versions that you are using actually?

Oquirella commented 1 month ago

I am using the last commit on the lf_v2024.04 branch (IMX fork), v2024.10 (mainline)