Installing FreeBSD on Raspberry PI4 does not show revision number.

Does not exist.
But i have
Code:
hw.model:ARM Cortex-A72 r0p3
dev.bcm2835_firmware.0.revision:1614255040
dev.cpu.0.freq_levels: 1500/-1 600/-1
Which does not tell much
 
Does a result of hw-probe include the answer?

  1. pkg install sysutils/hw-probe sysutils/hwstat sysutils/lsblk sysutils/pciutils sysutils/usbutils
  2. hw-probe -all -upload (or hw-probe -all if you prefer to not share).
 
the pi zero boots a lot faster with the boot files from the 11.1 image (everything on the dos partition)
the ufs part is still 13.0-R
 
Once the rootfs filesystem and partition is "expanded" via growfs service, i found i can manipulate the /dev/ufs/rootfs partition easily on my AMD64-host.
 
Back
Top