Posts

Showing posts from October, 2025

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...

Raspberry Pi Master Firmware zip file contents, 248MB size

 Raspberry Pi Master Firmware zip file contents,  248MB size https://github.com/raspberrypi      Various Raspberry Pi software files to download. https://github.com/raspberrypi/firmware    Raspberry Pi Firmware files, here.  Download the rpi5-uefi boot files from rpi5-uefi downloads https://github.com/worproject/rpi5-uefi/releases  version 0.3  https://github.com/worproject/rpi5-uefi/releases/download/v0.3/RPi5_UEFI_Release_v0.3.zip Unzip the RPi5_UEFI_Release_X.Y.zip file  version 0.3 RPi5_UEFI_Release_v0.3.zip Copy the unzipped contents to the root of the USB stick. Plug the USB stick into the Raspberry Pi.  I used a linux gparted GUI application to make a GPT scheme on that USB Flash Disk drive stick. Then create primary first partition MSDOS FAT32 formatted file system to copy over all the files into.  Can use FreeBSD  commands to create USB MSDOS FAT32 file system in the first partition # WIPE THE PLATTER g...