Posts

Showing posts from August, 2025

QEMU Aarch64 install to Raspberry Pi 500 Keyboard 8GB model, run FreeBSD in Arm64 Virtual Machine

Test HTML stuff below QEMU Aarch64 Install to Raspberry Pi 500 Keyboard 8GB model, to run FreeBSD Arm64 Virtual Machine  The Raspberry Pi 500 is essentially a rebranded Raspberry Pi 5 with 8GB RAM integrated into a keyboard, similar to the Raspberry Pi 400. Since the Raspberry Pi 5 does not have a pre-built FreeBSD 14.3-RELEASE image (support is limited to Raspberry Pi 3 and 4 for this release), running FreeBSD arm64 14.3-RELEASE in a virtual machine (VM) on a Raspberry Pi 500 running Raspberry Pi OS is a viable approach. Below is a step-by-step guide to set this up using QEMU, a popular emulator and virtualization tool, on Raspberry Pi OS (64-bit, aarch64). ### Prerequisites - **Hardware**: Raspberry Pi 500 (8GB RAM) running Raspberry Pi OS (64-bit). - **Software**: - Raspberry Pi OS (latest recommended, e.g., based on Debian Bookworm). - QEMU installed on Raspberry Pi OS. - FreeBSD 14.3-RELEASE arm64 virtual machine image or ISO. - **Storage**: At least 8GB free sp...

Creating a Raspberry Pi FreeBSD image for RPI 500 Keyboard or RPI5, or a weather station image for RPI3B

Creating a Raspberry Pi FreeBSD image for RPI 500 Keyboard or RPI5 5GB UEFI Arm64 image from here: GITHUB worproject/rpi5-uefi/releases     April 24, 2025 Version 0.3 is latest version https://petermoulding.com/raspberry_pi/raspberry_pi_500_boot_options RPI3B  Weather station FreeBSD Foundation build:   https://freebsdfoundation.org/raspberry-pi-weather-display-on-freebsd/ https://freebsdfoundation.org/?s=raspberrypi     https://wiki.freebsd.org/arm64 https://wiki.freebsd.org/arm/Raspberry%20Pi%205 https://freebsdfoundation.org/project/headless-mode-out-of-the-box/    Use as OTG virtual images

PersonalBSD NanoPi5 OpenSense EMMC install,

  Advice on installing OpenSense on NanoPi 5 Installing OPNsense on a NanoPi R5S (ARM64, Rockchip RK3568) with your setup—U-Boot on eMMC and Debian 12 on NVMe—is fea Thissible but requires careful steps due to the specific boot process and hardware constraints. Below, I address your questions and provide a step-by-step guide based on available information and  the complexities of ARM64 booting with OPNsense. Installing OPNsense on a NanoPi R5S (ARM64, Rockchip RK3568) with your setup—U-Boot on eMMC and Debian 12 on NVMe—is feasible but requires careful steps due to the specific boot process and hardware constraints. Below, I address your questions and provide a step-by-step guide based on available information and the complexities of ARM64 booting with OPNsense. ### Addressing Your Questions 1. **Will the SD card image allow me to install OPNsense directly to NVMe (e.g., via the installer or by copying)?** - **Short Answer**: Yes, the custom OPNsense SD card image ...