Posts

Showing posts with the label RPI5 RPI500 KEYBOARD

building a FreeBSD 16.0 CURRENT image for Raspberry Pi 500 ( ie 5) Keyboard model

 https://www.aliexpress.com/item/1005010157378785.html  looking at 8 arm core board with 16gb dram Download Raspberry Pi image file 16.0-CURRENT using curl command and checksum md5 the image [kliktel-pc FreeBSD ]# curl -O https://download.freebsd.org/snapshots/arm64/aarch64/ISO-IMAGES/16.0/FreeBSD-16.0-CURRENT-arm64-aarch64-RPI-20260224-168 22dac32ab-284159.img.xz  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                 Dload  Upload   Total   Spent    Left  Speed 100  577M  100  577M    0     0  2458k      0  0:04:00  0:04:00 --:--:-- 2344k [kliktel-pc ...

Ansible scripts, help me remember HOW TO partition a USB SSD disk.

Ansible scripts,  help me remember HOW TO partition a USB SSD disk.  Use Ansible to save scripts to  partition a 500GB USB SSD for a Raspberry Pi 500 keyboard model, running  FreeBSD ( well GhostBSD-Arm64 in the future,  anticipation ) Based on this article HowTo  Ansible with FreeBSD,    https://www.cyberciti.biz/faq/how-to-prepare-freebsd-server-to-be-managed-by-ansible-tool/   OTHER Ansible URLs:   https://duckduckgo.com/?q=freebsd+ansible+core&ia=web https://nickgeorge.net/bootstrap-ansible-freebsd/   Bootstrap Ansible on FreeBSD; good play books https://www.adminbyaccident.com/freebsd/how-to-freebsd/how-to-install-ansible-on-freebsd/  Install ansible on FreeBSD,  admin by accident   https://www.server-world.info/en/note?os=FreeBSD_14&p=ansible&f=1#google_vignette FreeBSD 14 install ansible  April 2024 https://docs.ansible.com/projects/ansible-core/2.19/os_guide/intro_bsd.html   ...

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