Posts

Showing posts with the label FreeBSD 15.0-CURRENT

Test Mount MBR ExFAT factory partition of a Samsung T7 500GB USB SSD disk for a Raspberry Pi 500 Keyboard, or a Raspberry Pi 5 Hardware with FreeBSD O/S

Test Mount MBR ExFAT factory partition of a Samsung T7 500GB USB SSD disk for a Raspberry Pi 500 Keyboard, or a Raspberry Pi 5 Hardware with FreeBSD O/S Test mount Samsung T7 USB SSD normal EXFAT 7 partition as from the factory. freebsd@generic:~ % mount /dev/ufs/rootfs on / (ufs, local, soft-updates) devfs on /dev (devfs) /dev/msdosfs/EFI on /boot/efi (msdosfs, local, noatime) tmpfs on /tmp (tmpfs, local) freebsd@generic:~ % mount /dev/ufs/rootfs on / (ufs, local, soft-updates) devfs on /dev (devfs) /dev/msdosfs/EFI on /boot/efi (msdosfs, local, noatime) tmpfs on /tmp (tmpfs, local)   freebsd@generic:~ % cd /mnt/usb freebsd@generic:/mnt/usb % ls freebsd@generic:/mnt/usb % ls -la total 8 drwxr-xr-x  2 root wheel 512 Nov 26 06:42 . drwxr-xr-x  7 root wheel 512 Nov 26 06:42 .. freebsd@generic:/mnt/usb % mount /dev/ufs/rootfs on / (ufs, local, soft-updates) devfs on /dev (devfs) /dev/msdosfs/EFI on /boot/efi (msdosfs, local, noatime) tmpfs on /tmp (tmpfs...

Testing FreeBSD 15.0 Beta1 October 11 image on Raspberry Pi 500 Keyboard model

 Testing  FreeBSD 15.0 Beta1  October 11 image on Raspberry Pi 500 Keyboard model https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/15.0/     FreeBSD-15.0-BETA1-arm64-aarch64-PINE64-LTS.img.xz 583211120 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-PINE64.img.xz 583222504 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-PINEBOOK.img.xz 583205364 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-ROCK64.img.xz 584444412 2025-Oct-11 10:16 FreeBSD-15.0-BETA1-arm64-aarch64-ROCKPRO64.img.xz 584562712 2025-Oct-11 10:23 FreeBSD-15.0-BETA1-arm64-aarch64-RPI.img.xz 590431668 2025-Oct-11 10:17   Directory Listing and wget download command  [kliktel@kliktel-pc FreeBSD ]$ cd Rpi500 [kliktel@kliktel-pc Rpi500 ]$ ls Rpi500_FreeBSD_install_Grok_October14.pdf [kliktel@kliktel-pc Rpi500 ]$ wget -c https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/15.0/FreeBSD-15...

Setting up FreeBSD on a Raspberry Pi 5, many URL links to share. How to build a bootable microSD card or USB flash disk stick.

Image
  https://wiki.freebsd.org/arm/Raspberry%20Pi%205   Raspberry Pi 5 Boot stuff   Setting up FreeBSD on a Raspberry Pi 5,  many URL links to share.  How to build a bootable microSD card or USB flash disk stick. RPI5  uboot  github files, Home Assistant Operating System files https://github.com/home-assistant/operating-system/tree/dev/buildroot-external/board/raspberrypi/patches/uboot Recklessberry  Patch Injection   https://wiki.freebsd.org/arm/RecklessberryPatchInjection ARM64   freebsd kernels for various Single Board Computers.   https://wiki.freebsd.org/arm64 https://wiki.freebsd.org/arm64#Raspberry_Pi_5 https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.3/    Index to 14.3 ISO images    https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz   RPI 3/4 image URL link for download   Steps to follow: Steps to follow ...

Supporting source code for HDMI Audio in the BCM2712 Raspi5 Hardware. Use the Linux source code as a help for missing Broadcom Documentation

 Supporting source code for HDMI Audio in the BCM2712 Raspi5 Hardware.  Use the Linux source code as a help for missing Broadcom Documentation. Ronald Klop says in his wiki about running FreeBSD 15.0 CURRENT  on his Raspberry pi 5 hardware: https://wiki.freebsd.org/RonaldKlop/Raspberry%20Pi%205%2016GB https://wiki.freebsd.org/arm/Raspberry%20Pi%205   Setup of FreeBSD on Raspi 5 BCM2712 Hardware Grok  answer for Raspi5 HDMI Audio:     https://x.com/i/grok/share/HrunSIXyDIFTsBnK5eRhb75Om Text Copy of the Grok Answer: As of March 22, 2025, FreeBSD support for the Raspberry Pi 5 (BCM2712) is still evolving, and full HDMI audio functionality is not yet natively available in the mainline FreeBSD source tree for this specific hardware. However, there are ongoing efforts within the FreeBSD community to improve support for the Raspberry Pi 5, including its HDMI audio hardware. Below, I’ll outline the current state, point you to relevant resources, and sugg...