Port-arm archive

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

Re: allwinner emac doesn't work and last snapshot doesn't boot



On Wed, 11 Dec 2019, adr wrote:

I've tried the latest snapshot. When booting the new kernel after
copying the dtb, I got stuck at

===============================================================
7553624+2131288+1637032 [490396+463072+482491]=0xc36fd0
EHCI failed to shut down host controller.
[   1.0000000] NetBSD/evbarm (fdt) booting ...
[   1.0000000] [ Kernel symbol table missing! ]
===============================================================

So before updating the sets I tried the last img:

https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/201912110900Z/evbarm-earmv7hf/binary/gzimg/armv7.img.gz
[ ... ]
And it dies.

Booting directly netbsd-GENERIC.ub from the latest snapshot freezes
loading the kernel, just like loading netbsd with the old bootarm.efi.
So it seams that you have two problems, efi loader and kernel.

=> fatload mmc 0:1 ${kernel_addr_r} netbsd-GENERIC.ub
9733464 bytes read in 444 ms (20.9 MiB/s)
=> ffatload mmc 0:1 ${fdt_addr_r} dtb/${fdtfile}
27690 bytes read in 11 ms (2.4 MiB/s)
=> ffdt addr ${fdt_addr_r}
=> bootm ${kernel_addr_r} - ${fdt_addr_r}
## Booting kernel from Legacy Image at 42000000 ...
   Image Name:   NetBSD/earmv7hf 9.99.21
   Image Type:   ARM Linux Kernel Image (no loading done) (uncompressed)
   Data Size:    9733400 Bytes = 9.3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
EHCI failed to shut down host controller.
EHCI failed to shut down host controller.
   XIP Kernel Image (no loading done) ... OK
   Loading Device Tree to 49ff6000, end 49fffc29 ... OK

Starting kernel ...

[   1.0000000] NetBSD/evbarm (fdt) booting ...
[   1.0000000] [ Kernel symbol table missing! ]

Regards,
adr.


Home | Main Index | Thread Index | Old Index