On Sun, Feb 10, 2019 at 09:39:54PM -0000, Michael van Elst wrote:
herbert%gojira.at@localhost ("Herbert J. Skuhra") writes:
I am trying upgrade my Raspberry Pi 2 from 8.99.30 to 8.99.34 (earmv6hf)
but the new kernel does not boot. All I see on serial console is:
[ 1.0000000] NetBSD/evbarm (fdt) booting ...
[ 1.0000000] [ Kernel symbol table missing! ]
| Modified Files:
| src/sys/dev/usb: if_mue.c if_muereg.h if_muevar.h
RPI2 doesn't use mue. So it's probably something else.
What I did:
% cvs -q update -D "2019-02-03 13:02:00 GMT" -PdAC
% ./build.sh -j2 -m evbarm -a earmv6hf -O ../obj -T ../tools -U tools
% ./build.sh -j2 -m evbarm -a earmv6hf -O ../obj -T ../tools -U kernel=RPI2
Transfered "../obj/sys/arch/evbarm/compile/RPI2/netbsd.img" to my RPI2
and copied the file to /boot/kernel7.img. RPI2 boots.
% cvs -q update -D "2019-02-03 13:12:00 GMT" -PdAC
P sys/dev/usb/if_mue.c
P sys/dev/usb/if_muereg.h
P sys/dev/usb/if_muevar.h
% ./build.sh -j2 -m evbarm -a earmv6hf -O ../obj -T ../tools -U tools
% ./build.sh -j2 -m evbarm -a earmv6hf -O ../obj -T ../tools -U kernel=RPI2
Transfered "../obj/sys/arch/evbarm/compile/RPI2/netbsd.img" to my RPI2
and copied the file to /boot/kernel7.img. RPI2 does not boot.
"git bisect" also showed 839ba011cca6e199499bcf85a7beddbfb5369dc6 as the
first bad commit.