Irradium (based on crux linux) SpacemiT Banana Pi BPI-F3 K1 riscv64

Hi, The download links are not working (6.13.0-rc7-build-20250119). Could you please check?

Sorry, core has already been uploaded, xfce within half an hour.

1 Like

It’s great to see you actively developing this system!

The links are now working, and I’ve successfully installed the 20250119 core version on my Banana Pi F3.

The command echo 1 > /sys/devices/system/cpu/cpufreq/boost works perfectly, but when I try to run
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed, I get the error:
-bash: echo: write error: Invalid argument.

Running cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies returns:
614400 819000 1000000 1228800 1600000.

I’d like to set the CPU to 1.8 GHz. How can I achieve this?

so, I gave incomplete information, I’m correcting it

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed
1 Like

installation README.TXT
kernel 6.13.1

for overclocking 1.8ghz you need to enable boost:

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed

mirror 1, mirror 2, mirror 3

irradium-3.7-riscv64-core-banana_pi_f3-6.13.1-build-20250202.img.zst
irradium-3.7-riscv64-core-banana_pi_f3-6.13.1-build-20250202.img.zst.sha256
irradium-3.7-riscv64-xfce-banana_pi_f3-6.13.1-build-20250202.img.zst
irradium-3.7-riscv64-xfce-banana_pi_f3-6.13.1-build-20250202.img.zst.sha256

Just out of curiosity: Would it be possible to oveclock (in a similar way) a stock Bianbu installation?

yes, changing the kernel.

Fooo, nice :slight_smile: Can I please ask you to elaborate a bit more on the topic? Not sure how the boot process work on BPI-f3. Nor do I know which specific changes there are present between ‘your’ kernel and stock Bianbu kernel…

(Yes, yes, I’m aware that I could (and probably should) spend the next whole month studying the whole thing, but I’m pressed for other things too… :slight_smile: )

take kernel-k1#236.6.72-1.pkg.tar.gz unpack move /lib to /lib rename the files in the unpacked /boot folder similarly to the existing /boot and move them there.

You are awesome! It works very nicely, thank you :slight_smile: :clap:

Just a sidenote: There is no sound device present in the system. Would it be compliated to make it work? :thinking:

1 Like

need to add module loading:

modprobe spacemit_card
modprobe spacemit_i2s
modprobe spacemit_pcm
modprobe snd_soc_es8323

cat /proc/asound/cards

Yesss – sound works again :blush: (Only jack output; no HDMI or BT headset output… but I think I can live with that… :smile: )

Thank you yet again!

HDMI

modprobe spacemit-hdmiaudio

Yeah, I tried that; Unfortunalety that (in itself) does not add a hdmi sound device :face_with_raised_eyebrow:

[installation README.TXT
kernel 6.13.5

for overclocking 1.8ghz you need to enable boost:

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed

mirror 1, mirror 2, mirror 3

irradium-3.7-riscv64-core-banana_pi_f3-6.13.5-build-20250306.img.zst
irradium-3.7-riscv64-core-banana_pi_f3-6.13.5-build-20250306.img.zst.sha256
irradium-3.7-riscv64-xfce-banana_pi_f3-6.13.5-build-20250306.img.zst
irradium-3.7-riscv64-xfce-banana_pi_f3-6.13.5-build-20250306.img.zst.sha256

2 Likes

installation README.TXT
kernel 6.6.84

for overclocking 1.8ghz you need to enable boost:

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed

mirror 1, mirror 2, mirror 3

irradium-3.7-riscv64-core-banana_pi_f3-6.6.84-build-20250324.img.zst
irradium-3.7-riscv64-core-banana_pi_f3-6.6.84-build-20250324.img.zst.sha256
irradium-3.7-riscv64-xfce-banana_pi_f3-6.6.84-build-20250324.img.zst
irradium-3.7-riscv64-xfce-banana_pi_f3-6.6.84-build-20250324.img.zst.sha256

1 Like

installation README.TXT
kernel 6.14.0

for overclocking 1.8ghz you need to enable boost:

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed

mirror 1, mirror 2, mirror 3

irradium-3.7-riscv64-core-banana_pi_f3-6.14.0-build-20250326.img.zst
irradium-3.7-riscv64-core-banana_pi_f3-6.14.0-build-20250326.img.zst.sha256
irradium-3.7-riscv64-xfce-banana_pi_f3-6.14.0-build-20250326.img.zst
irradium-3.7-riscv64-xfce-banana_pi_f3-6.14.0-build-20250326.img.zst.sha256

visionfive 2 JH7110

prt-get: updated successfully

real    69m52.519s
user    248m33.483s
sys     11m3.013s

installation README.TXT
kernel 6.14.4

for overclocking 1.8ghz you need to enable boost:

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed

mirror 1, mirror 2, mirror 3

irradium-3.8-riscv64-core-banana_pi_f3-6.14.4-build-20250503.img.zst
irradium-3.8-riscv64-core-banana_pi_f3-6.14.4-build-20250503.img.zst.sha256
irradium-3.8-riscv64-xfce-banana_pi_f3-6.14.4-build-20250503.img.zst
irradium-3.8-riscv64-xfce-banana_pi_f3-6.14.4-build-20250503.img.zst.sha256

1 Like

installation README.TXT
kernel 6.14.6

for overclocking 1.8ghz you need to enable boost:

echo 1 > /sys/devices/system/cpu/cpufreq/boost
echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo 1800000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed

mirror 1, mirror 2, mirror 3

irradium-3.8-riscv64-core-banana_pi_f3-6.14.6-build-20250511.img.zst
irradium-3.8-riscv64-core-banana_pi_f3-6.14.6-build-20250511.img.zst.sha256
irradium-3.8-riscv64-xfce-banana_pi_f3-6.14.6-build-20250511.img.zst
irradium-3.8-riscv64-xfce-banana_pi_f3-6.14.6-build-20250511.img.zst.sha256

1 Like