|
The BC-250 ships as 6 cores / 12 threads. The two missing ones are switched off by Since 26.06.4 the unlock is off by default and opt-in, which is a change from earlier |
Replies: 1 comment
|
Open SkillFishOS Tuner, go to the CPU cores — live section and choose 8 cores, Why it is opt-in now, since it used to be automatic: the service ran at If you had already unlocked your cores on an older release, upgrading does not take them |
Open SkillFishOS Tuner, go to the CPU cores — live section and choose 8 cores,
then Apply. The board writes the SMU core-presence mask and reboots once: that reboot is
how the firmware re-reads how many cores it has, and there is no way around it.
Why it is opt-in now, since it used to be automatic: the service ran at
sysinit.targetonevery boot, including inside the live session, so a freshly booted installer could reboot
the board out from under itself and kill an installation part-way. That was
#31. It now refuses to act unless
/etc/skillfish/core-unlock.abilitatoexists, and the Tuner is what creates it.
If you had already unlocked your cores on an older release, upgrading does not t…