Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rpi cm4 + waveshare mini base board B seems stop after kernel load



>     options VERBOSE_INIT_ARM
>     options EARLYCONS=bcm2711, CONSADDR=0xfe215040

 I added one more, "-DDEBUG_LOCORE" to GENERIC64 kernel config, and got
logs below.

 Boot by cm4's firmware directly, that works good, reaches to multi-user
login prompt.

    http://www.netside.co.jp/~mochid/comp/rpi/logs/log-cm4-11-fw-arm64-202106041950Z.txt

 Boot using EFI, that stops after loading NetBSD kernel, exact point
might be in sys/arch/aarch64/aarch64/locore.S aarch64_start
 
    http://www.netside.co.jp/~mochid/comp/rpi/logs/log-cm4-10-efi-jun-20210-06-20-raspi-aarch64.txt

 Former, loads dtb file to 0x100, /netbsd.img to 0x200000.
Latter RPI_EFI.fd is loaded to 0x0, dtb to 0x1f0000.
PC value is not near 0x200000. Is that problem??

 Any advise appreciated.

-mochid


Home | Main Index | Thread Index | Old Index