Port-arm archive

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

Re: 2022-09-24-netbsd-raspi-aarch64.img



On Mon, 3 Oct 2022, Jun Ebihara wrote:
Is there some trick you have to do building the kernel to make it
boot that you can share, or is just a bug introduced in more recent
code?

I use nycdn binary snapshot kernel:
http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/..../evbarm-aarch64/binary/

with setting UEFI firmware.
https://github.com/ebijun/NetBSD/blob/master/RPI/RPIimage/Image/aarch64/Makefile

UEFI setting contains: RPI_EFI.fd

I made a disk install from your img using sysinst(8). The system boots ok,
and the kernel is loaded very fast. I haven't tried the new images at http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/ though.

I would recommend you to add
vchiq* at acpi?
to your kernel configuration.

ok,I put
https://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2022-09-24-aarch64/netbsd

-VCIQ (BCM2835) at acpi0 not configured
+vchiq1 at acpi0 (VCIQ, BCM2835-0): mem 0xfe00b840-0xfe00b84f irq 66

+vchiq: vchiq_init_state: slot_zero = 0xffffc0016750a000, is_master = 0
+vchiq: local ver 8 (min 3), remote ver 8.
+AUDS at vchiq1 not configured

Thanks, with the usb audio problems this makes things much better.

Thanks again, firefox takes for ever to compile!

try pkg for testing:
https://cdn.netbsd.org/pub/NetBSD/misc/jun/aarch64/aarch64/2022/

Yes, I'm using it. I've compiled firefox from pkgsrc before, it
takes a long time, specially now that it depends on rust, and that
without taking into account the possible fail compilations. It can
be very frustrating.

You are offering tested images for the PIs and maintaining current
repositories, many thanks for your work.


Home | Main Index | Thread Index | Old Index