Re: RBPI4B+ 2GB using FreeBSD 13.1 RC1
Stefan Parvu <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
> Interesting. If you're building the kernel from scratch, deleting the entire contents of MAKEOBJDIRPREFIX directory before a rebuilding helped at one point. Also, maybe try copying in the latest pkg firmware and rpi4 u-boot versions. Here's what I do after mounting the sd card to /mnt ... Right. Probable I wont try to rebuild the kernel on this. But I must try to copy latest pkg firmware and rpi4 uboot pkg. Any ideas where should I get these from ? Then I should probable do the below !? > > u-boot-rpi4-2021.07_1: > > cp /usr/local/share/u-boot/u-boot-rpi-arm64/u-boot.bin /mnt/boot/msdos/u-boot.bin > > rpi-firmware-1.20210303.g20210303: > > cp /usr/local/share/rpi-firmware/armstub8-gic.bin /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/armstub8.bin /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/bcm2710-rpi-2-b.dtb /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/bcm2710-rpi-3-b-plus.dtb /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/bcm2710-rpi-3-b.dtb /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/bcm2711-rpi-4-b.dtb /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/bootcode.bin /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/fixup* /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/start* /mnt/boot/msdos/ > cp /usr/local/share/rpi-firmware/overlays/disable-bt.dtbo /mnt/boot/msdos/overlays/ > cp /usr/local/share/rpi-firmware/overlays/mmc.dtbo /mnt/boot/msdos/overlays/ > cp /usr/local/share/rpi-firmware/overlays/pwm.dtbo /mnt/boot/msdos/overlays/ > cp /usr/local/share/u-boot/u-boot-rpi-arm64/u-boot.bin /mnt/boot/msdos/u-boot.bin > Stefan