Thanx for report! From: Mart Tõnso <mart.tonso%gmail.com@localhost> Subject: NetBSD booting on Raspberry Pi Zero 2 W Date: 2022年2月13日 17:49:23 +0200 > I'm happy to announce that we've got NetBSD booting on Pi Zero 2 W. > Thanks for help to Michael van Elst! > Steps to reproduce: write down to: https://github.com/ebijun/NetBSD/blob/master/RPI/RPIimage/Image/Zero2W/Makefile and get dmesg as: https://github.com/ebijun/NetBSD/blob/master/dmesg/earmv7hf/RPIZero2W > 1) Get image from: > https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-9/latest/evbarm-earmv7hf/binary/gzimg/armv7.img.gz > > 2) Copy over the start* and fixup* and bootcode.bin files from raspbian image > http://ftp.netbsd.org/pub/NetBSD/misc/mlelstv/rpi-firmware.zip > > 3) Copy dtb file: > cp bcm2837-rpi-3-b-plus.dtb bcm2710-rpi-zero-2-w.dtb > > .. and that seems to do the trick. > > > Dmesg attached. > > Regards, > > Mart