You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
I have a library that requires lots of calculations so I need to use the NEON FPA.
I noticed that it wasn't using it because I compiled a code inside the ardupilot examples libraries (libraries/AP_HAL/example/Printf) with my library and the same code outside of it and it gave me significant different performance so I am thinking it must be because of this. I know that the CPU is running at 1 GHz in both tests because have it as default
sudo sed -i 's/GOVERNOR="ondemand"/GOVERNOR="performance"/g' /etc/init.d/cpufrequtils
and
root@beaglebone:/home/debian/ardupilot/build/blue/examples# rc_cpu_freq -r Current Frequency: 1000mhz