![]() |
New Raspberry PI 4B 2Gb Rev. 1.5 clockspeed - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: New Raspberry PI 4B 2Gb Rev. 1.5 clockspeed (/showthread.php?tid=4834) |
New Raspberry PI 4B 2Gb Rev. 1.5 clockspeed - schwidi - 04-11-2022 Good day, I have the new Raspberry PI 4B revision 1.5 with up to 1.8Ghz CPU power. Now my question, why does Moodeaudio show me only 1.5Ghz although it has 1.8Ghz? I have installed version 8.0.2, is there an update for this? RE: New Raspberry PI 4B 2Gb Rev. 1.5 clockspeed - Tim Curtis - 04-11-2022 Prolly because the "arm_boost=1" setting is not included in the config.txt file that is used in moOde. We don't use the stock /boot/config.txt that comes with RaspiOS because most of the settings are not needed to run moOde. Here is the stock Bullseye file if you want to add the boost setting or any other settings but just keep in mind that only the settings in the moOde custom config.txt file are supported by the project. https://www.raspberrypi.com/documentation/computers/config_txt.html#arm_boost-raspberry-pi-4-only Code: pi@moode-dev:~ $ cat /boot/config.txt RE: New Raspberry PI 4B 2Gb Rev. 1.5 clockspeed - schwidi - 04-16-2022 Thank you very much, just entered in the config text the value arm_boost=1 Now it works. Thanks again |