I used to have Arch Linux on my old Raspberry Pi 1B+ SBC, but since ALArm project ditched native armv6 support, I decided to switch to FreeBSD as still having one (and dive into the *BSD waters as a new experience). I have installed FreeBSD 13.0-RELEASE on a USB drive, and everything got up and running (yet significantly slower compared to Arch Linux for any reason). Then, after literal DAYS of waiting for the needed ports to get compiled (dependency hell at its most shine), I decided to overclock RPi to have it run at least slightly faster. This is trivially done via editing the /boot/msdos/config.txt adding:
Yet as I got the RPi rebooted and started a port installation (and CPU load going up to 100 %), I saw the default (not-OCed) 700 MHz CPU freq in htop, never going more than that.
as the last cpufreq message. And there is no
Please advice how to make those settings applied.
Code:
arm_freq=1000
core_freq=500
sdram_freq=600
over_voltage=6
dmesg
got me
Code:
bcm2835_cpufreq0: ARM 700MHz, Core 250MHz, SDRAM 400MHz, Turbo OFF
vcgencmd
in FreeBSD to check the current system settings.Please advice how to make those settings applied.