0

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?

2
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Nov 5 at 4:37
  • The snippets of the boot log are not that helpful. The most glaring problem seems to be your use of the (U-Boot?) go command to boot a Linux kernel image. See docs.kernel.org/arch/arm64/booting.html and the U-Boot documentation. The go command is not appropriate for the kernel when "booting via TFTP" or from any other media. Commented Nov 5 at 20:59

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.