Raspberry pi 5 status

Fred Finster Raspberry Pi 500 keyboard model running FreeBSD Arm64 15.0 Raspberry Pi . COM forum post with details that worked for me. Suggestions on where to post a 3GB single binary image file to write into a microSD card to boot the RPI 5 or RPI 500 keyboard. Also, how easy it is with Raspberry Pi 5 or Raspberry Pi 500 model to start with a bare blank microSD or bare blank USB flash disk drive stick and download, over the hard wired ethernet connector to access the internet, and retrieve a multigigabyte single file to dram memory and write into a bare blank microSD card or USB flash disk drive stick, that image. Finish the write and then reboot into the new operating system. What resources can the FreeBSD Foundation or the https://freebsd.org/where network infrastructure provide the same feature as RaspberryPi.com. Take a raspberry pi hardware, like the RPI 500 keyboard model, starting with a blank microSD, download the latest version of the Raspberry Pi Linux Debian Operating System and write into that same blank microSD card. Can a single FreeBSD image for the RPI 500, also be loaded from a similar location like the https://freebsd.org/where or https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/15.0/

I have an image to share for the RPI 5 or RPI 500 model hardware. Where shall I place it, for others to access? That is the question I am asking.
How to make it easy for a new Raspberry Pi 5 or 5+, 500 or 500+ USER to download a single file using the RPI hardware and write it to the internal microSD card or USB Flash disk drive stick? I promote seeing more FreeBSD Arm64 and GhostBSD-Arm64 Users. http://GhostBSD-arm64.blogspot.com
I will get NGINX and Poudriere setup again on this RPI 500 model and use the http:ghostbsd-arm64.hopto.org URL link in the future to share large gigabyte files.
 
a short status: I installed FreeBSD 14.3-release on a SD card and booted it. The EFI loader, the FreeBSD loader and the FreeBSD console all works. Nice.
Network is via a usb-to-ethernet dongle, as the internal wired and wireless on the Pi5 doesn't work yet.
Also, I thought the fan would spin all the time, but it doesn't - it just spins a few rotations on boot / powercycle and then stops.
I did a freebsd-update, the machine now runs
Code:
root@devpi5sd:~ # freebsd-version -ku
14.3-RELEASE-p5
14.3-RELEASE-p6
root@devpi5sd:~ # uname -a
FreeBSD devpi5sd 14.3-RELEASE-p5 FreeBSD 14.3-RELEASE-p5 GENERIC arm64
I connected the NVME Base Duo, both it and the two SSDs on it are detected. From dmesg
Code:
root@devpi5sd:~ # dmesg | egrep nvme\|nda
FreeBSD is a registered trademark of The FreeBSD Foundation.
nvme0: <Generic NVMe Device> mem 0xc0100000-0xc0103fff at device 0.0 on pci3
nvme0: unable to allocate MSI-X
nvme0: unable to allocate MSI
nvme1: <Generic NVMe Device> mem 0xc0000000-0xc0003fff at device 0.0 on pci4
nvme1: unable to allocate MSI-X
nvme1: unable to allocate MSI
nvme0: Allocated 64MB host memory buffer
nvme1: Allocated 64MB host memory buffer
nda0 at nvme0 bus 0 scbus0 target 0 lun 1
nda0: <Samsung SSD 990 EVO Plus 4TB 2B2QKXG7 S7U9NU0YA21568Y>
nda0: Serial Number S7U9NU0YA21568Y
nda0: nvme version 2.0
nda0: 3815447MB (7814037168 512 byte sectors)
nda1 at nvme1 bus 0 scbus1 target 0 lun 1
nda1: <Samsung SSD 990 EVO Plus 4TB 2B2QKXG7 S7U9NU0YA21527F>
nda1: Serial Number S7U9NU0YA21527F
nda1: nvme version 2.0
nda1: 3815447MB (7814037168 512 byte sectors)
I haven't tried installing on the SSDs (or booting from) yet.
 
Back
Top