I am experiencing a problem when booting Linux on the Verdin Dahlia Carrier Board, where the boot log only goes up to:
################################################################# #################################################### 6.4 MiB/s done Bytes transferred = 63324160 (3c64000 hex) Verdin iMX8MP # go ${loadaddr} ## Starting application at 0x60200000 ... Bao Hypervisor [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.0 (create03@create03) (aarch64-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.11) 11.3.0, GNU ld (GNU Binutils) 2.38) #2 SMP PREEMPT Tue Oct 28 15:50:56 WIB 2025 [ 0.000000] Machine model: Toradex Verdin iMX8M Plus WB [ 0.000000] printk: debug: ignoring loglevel setting. [ 0.000000] efi: UEFI not found. [ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader! ... [ 2.503344] No soundcards found. [ 2.515722] Freeing unused kernel memory: 31936K type here After that, the system does not proceed and seems to wait for a root login. I am booting using TFTP and linux from buildroot.Can anyone help me understand why this happens and how to make the system continue booting?
gocommand to boot a Linux kernel image. See docs.kernel.org/arch/arm64/booting.html and the U-Boot documentation. Thegocommand is not appropriate for the kernel when "booting via TFTP" or from any other media.