Sonntag, 6. April 2014

Olinuxino A20 - Use both Cores.

For using both cores separately,you have to assign tasks to each core.
taskset -c 0 <cmd> // Core1
taskset -c 1 <cmd> // Core2

Keine Kommentare:

Kommentar veröffentlichen