To build an image for the Raspberry Pi 3:
cd /usr/src/release
sh release.sh -c arm64/RPI3.conf
Ok so let me be clear.According to the Raspberry PI wiki the PI4 has the same image as PI3. Have you tried the example for the Raspberry Pi 3 in the release(7) manuals EXAMPLES section:
Code:To build an image for the Raspberry Pi 3: cd /usr/src/release sh release.sh -c arm64/RPI3.conf
Inspecting /usr/src/release/arm64/RPI3.conf, the shell script is expecting the firmware of the PI 4 B bcm2711-rpi-4-b.dtb and config_rpi4.txt to be present on system.
# jls # jls(8)
JID IP Address ..
'n' ....
# jexec 'n' csh # replace 'n' with JID (jail id), jexec(8)
# pkg install u-boot-rpi rpi-firmware # follow advice to install pkg(8)
# cd /usr/src/release
# sh release.sh -c arm64/RPI3.conf
pkg install u-boot-rpi-arm64
According to release(7) in '$CHROOTDIR/R' . From release.sh: CHROOTDIR="/scratch" , that would make it /scratch/R.And let I try again and compilation succeeded where will be image.
pkg install u-boot-rpi-arm64
?Execute 'mail'. To leave mail(1) 'q + Enter'.You have new mail?
Yup it is release 7. I used sh release.sh -c arm64/rpi.confUhm, just to get straight what you are talking about at all: Is this about release(7), for building installer media of the FreeBSD base system? Or something completely different