2
edits
Changes
no edit summary
'''beagleboardXM specific'''<br />
<blockquote>[http://beagleboard.org/hardware-xM beagleboardXM hardware page]</blockquote><br />
Goals for each release:
Any packages compiled for the beagleboards can be installed without optimization. So far, in the case of <code>cdot-beagleXM-0-3</code> packages are compiled without it. Without optimizations, software installed in a system can only run on optimal performance. In order to make use of ARMv7 architecture features, editing the <code>CFLAGS</code> to use <code>arm</code> optimization options will let the compiler attempt to improve the performance and/or code size of the program; resulting in a more efficient/faster system.
== Things to learn ==