<div dir="ltr">This is so exciting. Unfortunately they're out of stock now !<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-02-10 0:05 GMT+01:00 katja <span dir="ltr"><<a href="mailto:katjavetter@gmail.com" target="_blank">katjavetter@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Using the following command to check cpu frequency on RPi model 2B:<br>
<br>
sudo watch -n 1 cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq<br>
<br>
I found that RPi model 2B does frequency scaling by default (nothing<br>
modified in /boot/config.txt). It switches between 600 and 900 MHz.<br>
This doesn't really give substantial power saving so I wanted to<br>
replace 'ondemand' governor with 'performance' by setting<br>
'force_turbo=1' in config.txt. But this caused all sorts of<br>
instabilities, at least in combination with Pd, and I had to disable<br>
turbo.<br>
<br>
So there's two things going on which Pd doesn't like: frequency<br>
scaling and core switching. Both happen on my core2duo laptop as well,<br>
where Pd doesn't have a problem. Anyway, pd's '-nosleep' option saves<br>
the day.<br>
<br>
Now for the good news: performance gain. I compared model B+ with 2B<br>
by running instances of Martin Brinkmann's chaosmonster1.pd<br>
(<a href="http://www.martin-brinkmann.de/pd-patches.html" target="_blank">http://www.martin-brinkmann.de/pd-patches.html</a>) at default samplerate<br>
and with 10 ms buffer. Model B+ can run one chaosmonster without<br>
xruns, but not two. Model 2B can run five instances of<br>
chaosmonster1.pd without xruns, while the GUI remains fully<br>
responsive. This is not poor Pi as we know it, it's a different beast.<br>
I must say that puredata 0.46-2 was compiled from Raspbian jessie<br>
source on the Pi itself in both cases. This process uses GNU autotools<br>
which may have set platform specific optimizations. In any case,<br>
performance gain is much more substantial than I would expect.<br>
Hopefully I'm not dreaming.<br>
<div class="HOEnZb"><div class="h5"><br>
Katja<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>