Posts

Showing posts from September, 2022

FreeBSD 14.0 Compiling kernel for Raspberry Pi 4B

Image
 FreeBSD 14.0 Compiling kernel for Raspberry Pi 4B in 4 easy steps, updated December 13, 2022 Start with a downloaded RPI image .img FreeBSD snapshot file you can write into a USB Flash drive.   decompress the file with  command:     xz  -dv freebsd_raspi.img Boot  the from USB Flash drive image built from a  Snapshot image   Use the running Snapshot image FreeBSD use "bsdinstall" to download and install FreeBSD, over the ethernet cable connected to your router, to the external usb Hard drive or SSD drive. Shutdown reboot,  remove the USB Flash drive stick from the RasPi4B, reboot from the external usb Hard drive or SSD drive. freebsd.org/where   https://download.freebsd.org/snapshots/arm64/aarch64/ISO-IMAGES/14.0/ Here is the September 9, 2022 FreeBSD 14.0 Snapshot image for RPI 3 or 4, right click on to "save as" a file on your local hard drive.  or use either of the commands:  curl -O https://url_link    wget -c https://url_link https://download.freebsd.org/snaps